SCM Repositories - phpwiki

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat Sep 15 12:26:43 2007 UTC (14 months, 1 week ago) by rurban
Branch: MAIN
CVS Tags: HEAD
Changes since 1.44: +5 -2 lines
Diff to previous 1.44
minor comment fix

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 19:34:31 2007 UTC (14 months, 1 week ago) by rurban
Branch: MAIN
Changes since 1.43: +12 -4 lines
Diff to previous 1.43
revise INSECURE_ACTIONS_LOCALHOST_ONLY actions

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Sep 1 13:24:23 2007 UTC (14 months, 3 weeks ago) by rurban
Branch: MAIN
Changes since 1.42: +24 -9 lines
Diff to previous 1.42
add INSECURE_ACTIONS_LOCALHOST_ONLY. advanced security settings

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sat Aug 25 18:03:34 2007 UTC (14 months, 4 weeks ago) by rurban
Branch: MAIN
Changes since 1.41: +10 -3 lines
Diff to previous 1.41
change rename action from access perm change to edit: allow the signed in user to rename.

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sat Jul 14 12:03:25 2007 UTC (16 months, 1 week ago) by rurban
Branch: MAIN
Changes since 1.40: +12 -6 lines
Diff to previous 1.40
fix for mult. group membership: not a member and undecided: check other groups

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 14:16:58 2005 UTC (3 years ago) by rurban
Branch: MAIN
CVS Tags: release_1_3_13, release_1_3_13p1, release_1_3_14
Changes since 1.39: +5 -2 lines
Diff to previous 1.39
unify message

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri May 6 16:57:54 2005 UTC (3 years, 6 months ago) by rurban
Branch: MAIN
CVS Tags: release_1_3_11, release_1_3_11p1
Changes since 1.38: +5 -1 lines
Diff to previous 1.38
support captcha

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Nov 30 17:48:38 2004 UTC (3 years, 11 months ago) by rurban
Branch: MAIN
Changes since 1.37: +13 -3 lines
Diff to previous 1.37
just comments

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Nov 23 13:06:30 2004 UTC (3 years, 11 months ago) by rurban
Branch: MAIN
Changes since 1.36: +12 -5 lines
Diff to previous 1.36
several fixes and suggestions by Charles Corrigan:
* fix GROUP_BOGO_USER check
* allow group pages to have the link to the user page in [ ] brackets
* fix up the implementation of GroupWikiPage::getMembersOf and allow the
  user page to be linked in [ ] brackets
* added _OWNER and _CREATOR to special wikigroups
* check against those two for group membership also, not only the user.

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 11:59:16 2004 UTC (4 years ago) by rurban
Branch: MAIN
Changes since 1.35: +5 -2 lines
Diff to previous 1.35
remove final \n to be ob_cache independent

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Nov 15 15:56:40 2004 UTC (4 years ago) by rurban
Branch: MAIN
Changes since 1.34: +7 -12 lines
Diff to previous 1.34
don't load PagePerm on ENABLE_PAGEPERM = false to save memory. Move mayAccessPage() to main.php

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Nov 1 10:43:55 2004 UTC (4 years ago) by rurban
Branch: MAIN
Changes since 1.33: +7 -2 lines
Diff to previous 1.33
seperate PassUser methods into seperate dir (memory usage)
fix WikiUser (old) overlarge data session
remove wikidb arg from various page class methods, use global ->_dbi instead
...

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Sep 26 11:47:52 2004 UTC (4 years, 1 month ago) by rurban
Branch: MAIN
Changes since 1.32: +26 -6 lines
Diff to previous 1.32
fix another reecursion loop when . exists: deny if ACL not defined; implement pageperm cache

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Sep 25 18:56:09 2004 UTC (4 years, 1 month ago) by rurban
Branch: MAIN
Changes since 1.31: +15 -6 lines
Diff to previous 1.31
avoid recursion bug on setacl for "."

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Sep 25 18:34:45 2004 UTC (4 years, 1 month ago) by rurban
Branch: MAIN
Changes since 1.30: +12 -4 lines
Diff to previous 1.30
fix and warn on too restrictive ACL handling without ACL in existing . (dotpage)

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Sep 25 16:24:02 2004 UTC (4 years, 1 month ago) by rurban
Branch: MAIN
Changes since 1.29: +9 -5 lines
Diff to previous 1.29
fix interesting PagePerm problem: -1 == true

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Jul 3 08:04:19 2004 UTC (4 years, 4 months ago) by rurban
Branch: MAIN
Changes since 1.28: +10 -4 lines
Diff to previous 1.28
fixed implicit PersonalPage login (e.g. on edit), fixed to check against create ACL on create, not edit

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Jun 25 14:29:17 2004 UTC (4 years, 4 months ago) by rurban
Branch: MAIN
Changes since 1.27: +13 -4 lines
Diff to previous 1.27
WikiGroup refactoring:
  global group attached to user, code for not_current user.
  improved helpers for special groups (avoid double invocations)
new experimental config option ENABLE_XHTML_XML (fails with IE, and document.write())
fixed a XHTML validation error on userprefs.tmpl

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Jun 16 10:38:58 2004 UTC (4 years, 5 months ago) by rurban
Branch: MAIN
Changes since 1.26: +12 -4 lines
Diff to previous 1.26
Disallow refernces in calls if the declaration is a reference
("allow_call_time_pass_reference clean").
  PhpWiki is now allow_call_time_pass_reference = Off clean,
  but several external libraries may not.
  In detail these libs look to be affected (not tested):
  * Pear_DB odbc
  * adodb oracle

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Jun 14 11:31:36 2004 UTC (4 years, 5 months ago) by rurban
Branch: MAIN
Changes since 1.25: +9 -5 lines
Diff to previous 1.25
renamed global $Theme to $WikiTheme (gforge nameclash)
inherit PageList default options from PageList
  default sortby=pagename
use options in PageList_Selectable (limit, sortby, ...)
added action revert, with button at action=diff
added option regex to WikiAdminSearchReplace

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jun 8 13:51:57 2004 UTC (4 years, 5 months ago) by rurban
Branch: MAIN
Changes since 1.24: +9 -6 lines
Diff to previous 1.24
some comments only

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Jun 8 10:54:46 2004 UTC (4 years, 5 months ago) by rurban
Branch: MAIN
Changes since 1.23: +14 -8 lines
Diff to previous 1.23
better acl dump representation, read back acl and owner

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Jun 8 10:05:11 2004 UTC (4 years, 5 months ago) by rurban
Branch: MAIN
Changes since 1.22: +15 -8 lines
Diff to previous 1.22
simplified admin action shortcuts

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Jun 7 22:44:14 2004 UTC (4 years, 5 months ago) by rurban
Branch: MAIN
Changes since 1.21: +6 -1 lines
Diff to previous 1.21
added simplified chown, setacl actions

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Jun 7 22:28:03 2004 UTC (4 years, 5 months ago) by rurban
Branch: MAIN
Changes since 1.20: +6 -2 lines
Diff to previous 1.20
add acl field to mimified dump

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Jun 7 18:39:03 2004 UTC (4 years, 5 months ago) by rurban
Branch: MAIN
Changes since 1.19: +30 -6 lines
Diff to previous 1.19
support for SetAclSimple

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Jun 6 17:12:28 2004 UTC (4 years, 5 months ago) by rurban
Branch: MAIN
Changes since 1.18: +16 -4 lines
Diff to previous 1.18
fixed PagePerm non-object problem (mayAccessPage), also bug #967150

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu May 27 17:49:05 2004 UTC (4 years, 5 months ago) by rurban
Branch: MAIN
Changes since 1.17: +13 -8 lines
Diff to previous 1.17
renamed DB_Session to DbSession (in CVS also)
added WikiDB->getParam and WikiDB->getAuthParam method to get rid of globals
remove leading slash in error message
added force_unlock parameter to File_Passwd (no return on stale locks)
fixed adodb session AffectedRows
added FileFinder helpers to unify local filenames and DATA_PATH names
editpage.php: new edit toolbar javascript on ENABLE_EDIT_TOOLBAR

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun May 16 23:10:44 2004 UTC (4 years, 6 months ago) by rurban
Branch: MAIN
Changes since 1.16: +7 -3 lines
Diff to previous 1.16
update_locale wrongly resetted LANG, which broke japanese.
japanese now correctly uses EUC_JP, not utf-8.
more charset and lang headers to help the browser.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun May 16 22:32:53 2004 UTC (4 years, 6 months ago) by rurban
Branch: MAIN
Changes since 1.15: +19 -9 lines
Diff to previous 1.15
setacl icons

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun May 16 22:07:35 2004 UTC (4 years, 6 months ago) by rurban
Branch: MAIN
Changes since 1.14: +65 -29 lines
Diff to previous 1.14
check more config-default and predefined constants
various PagePerm fixes:
  fix default PagePerms, esp. edit and view for Bogo and Password users
  implemented Creator and Owner
  BOGOUSERS renamed to BOGOUSER
fixed syntax errors in signin.tmpl

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat May 15 22:54:49 2004 UTC (4 years, 6 months ago) by rurban
Branch: MAIN
Changes since 1.13: +120 -36 lines
Diff to previous 1.13
fixed important WikiDB bug with DEBUG > 0: wrong assertion
improved SetAcl (works) and PagePerms, some WikiGroup helpers.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat May 15 19:48:33 2004 UTC (4 years, 6 months ago) by rurban
Branch: MAIN
Changes since 1.12: +15 -7 lines
Diff to previous 1.12
fix some too loose PagePerms for signed, but not authenticated users
 (admin, owner, creator)
no double login page header, better login msg.
moved action_pdf to lib/pdf.php

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue May 4 22:34:25 2004 UTC (4 years, 6 months ago) by rurban
Branch: MAIN
CVS Tags: release_1_3_10
Changes since 1.11: +10 -1 lines
Diff to previous 1.11
more pdf support

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun May 2 21:26:38 2004 UTC (4 years, 6 months ago) by rurban
Branch: MAIN
Changes since 1.10: +8 -3 lines
Diff to previous 1.10
limit user session data (HomePageHandle and auth_dbi have to invalidated anyway)
  because they will not survive db sessions, if too large.
extended action=upgrade
some WikiTranslation button work
revert WIKIAUTH_UNOBTAINABLE (need it for main.php)
some temp. session debug statements

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Apr 29 22:32:56 2004 UTC (4 years, 6 months ago) by zorloc
Branch: MAIN
Changes since 1.9: +5 -2 lines
Diff to previous 1.9
Slightly more elegant fix.  Instead of WIKIAUTH_FORBIDDEN, the current user's level + 1 is returned on a false.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Apr 29 17:18:19 2004 UTC (4 years, 6 months ago) by zorloc
Branch: MAIN
Changes since 1.8: +5 -2 lines
Diff to previous 1.8
Fixes permission failure issues.  With PagePermissions and Disabled Actions when user did not have permission WIKIAUTH_FORBIDDEN was returned.  In WikiUser this was ok because WIKIAUTH_FORBIDDEN had a value of 11 -- thus no user could perform that action.  But WikiUserNew has a WIKIAUTH_FORBIDDEN value of -1 -- thus a user without sufficent permission to do anything.  The solution is a new high value permission level (WIKIAUTH_UNOBTAINABLE) to be the default level for access failure.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Mar 14 16:24:35 2004 UTC (4 years, 8 months ago) by rurban
Branch: MAIN
CVS Tags: release_1_3_8, release_1_3_9
Changes since 1.7: +14 -3 lines
Diff to previous 1.7
authenti(fi)cation spelling

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 22:25:07 2004 UTC (4 years, 8 months ago) by rurban
Branch: MAIN
Changes since 1.6: +17 -6 lines
Diff to previous 1.6
First PagePerm implementation:

$Theme->setAnonEditUnknownLinks(false);

Layout improvement with dangling links for mostly closed wiki's:
If false, only users with edit permissions will be presented the
special wikiunknown class with "?" and Tooltip.
If true (default), any user will see the ?, but will be presented
the PrintLoginForm on a click.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 15:20:05 2004 UTC (4 years, 8 months ago) by rurban
Branch: MAIN
Changes since 1.5: +10 -4 lines
Diff to previous 1.5
fixed minor warnings: unchecked args, POST => Get urls for sortby e.g.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Feb 23 21:30:25 2004 UTC (4 years, 8 months ago) by rurban
Branch: MAIN
Changes since 1.4: +164 -3 lines
Diff to previous 1.4
more PagePerm stuff: (working against 1.4.0)
  ACL editing and simplification of ACL's to simple rwx------ string
  not yet working.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 13:05:36 2004 UTC (4 years, 9 months ago) by rurban
Branch: MAIN
Changes since 1.3: +49 -25 lines
Diff to previous 1.3
Rename functional for PearDB backend
some other minor changes
SiteMap comes with a not yet functional feature request: includepages (tbd)

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 03:58:12 2004 UTC (4 years, 9 months ago) by rurban
Branch: MAIN
Changes since 1.2: +84 -29 lines
Diff to previous 1.2
for now default DB_SESSION to false
PagePerm:
  * not existing perms will now query the parent, and not
    return the default perm
  * added pagePermissions func which returns the object per page
  * added getAccessDescription
WikiUserNew:
  * added global ->prepare (not yet used) with smart user/pref/member table prefixing.
  * force init of authdbh in the 2 db classes
main:
  * fixed session handling (not triple auth request anymore)
  * don't store cookie prefs with sessions
stdlib: global obj2hash helper from _AuthInfo, also needed for PagePerm

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Feb 8 13:17:48 2004 UTC (4 years, 9 months ago) by rurban
Branch: MAIN
Changes since 1.1: +109 -40 lines
Diff to previous 1.1
This should be the functionality. Needs testing and some minor todos.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Feb 8 12:29:30 2004 UTC (4 years, 9 months ago) by rurban
Branch: MAIN
initial version, not yet hooked into lib/main.php

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by: