]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/shortlog
SourceForge/phpwiki.git
2004-09-06 rurbanupdated etags, new schemas
2004-08-24 rurbanTurn recursion on
2004-08-24 rurbanPrint the PHP compatibility info for phpwiki.
2004-08-21 rurbanadded zh homepage pgsrc in native lang (virgin setup)
2004-08-18 rurbanadded basepage argument. Default current
2004-08-18 rurbanfixed checkbox list Select button:
2004-08-05 rurbanmove require to sortby branch
2004-08-05 rurbanstrange problem with WikiTheme
2004-08-05 rurbanaesthetic typo
2004-08-05 rurbanmore xhtml conformance fixes
2004-08-05 rurbanadd alt tag for xhtml conformance
2004-08-05 rurbanfix Bug #993692: Making Snapshots or Backups doesn...
2004-08-05 rurbanFix by Arnaud Fontaine, detected by John Cole
2004-07-25 dfrankowChange docs to reflect new initialize/destroy schema...
2004-07-22 dfrankowSeparate into 'initialize' and 'destroy' SQL
2004-07-20 dfrankowAdd EXPLICIT_RATINGS_DIMENSION constant. More dimensio...
2004-07-14 dfrankowAdd CreatePage
2004-07-13 rurbanTest all available backends, not just file
2004-07-13 rurbanjust some comments
2004-07-13 rurbanpostpone all errors, fixed assertion, added memory...
2004-07-13 rurbanfix PEAR memory waste issues
2004-07-13 rurbanimproved DB_SESSION logic
2004-07-13 rurbanadded the new wikipedia sisterprojects (only english...
2004-07-13 rurbanadded the missing /wiki suffix to some wikipedia langua...
2004-07-10 rurbanFinally wrap the logo on MSIE, as with Mozilla
2004-07-10 rurbanapplied patch by Philippe Vanhaesendonck:
2004-07-09 rurbanjust aesthetics
2004-07-09 rurbanreferences are declared, not enforced
2004-07-09 rurbanno limit, no sorting
2004-07-09 rurbandont use if loading the plugin fails
2004-07-09 rurbandont cache _ cached_html and pagename in flatfile page...
2004-07-09 rurbanProperly save and restore the request args for each...
2004-07-09 rurbanfix the args parser
2004-07-09 rurbanUse backend specific sortby and sortable_columns method...
2004-07-09 rurbanwording
2004-07-08 rurbanminor test optimizations
2004-07-08 rurbanPrevent from more warnings, minor db and sort optimizations
2004-07-08 rurbanplugin->run consistency: request as reference, added...
2004-07-08 rurbanmore metadata fixes
2004-07-08 rurbanmore unittest fixes (file backend, metadata RatingsDb)
2004-07-08 rurbanfix cache issues on purging, check against php test...
2004-07-08 rurbanimprove numPages for file (fixing AllPagesTest)
2004-07-08 rurbanpurge testbox only on SetupWiki test
2004-07-08 rurbanrun only requested tests
2004-07-08 rurbanuse the backendType abstraction
2004-07-08 rurbanrenamed the four PearDB backends to have a PearDB_...
2004-07-08 rurbanless verbose for tests
2004-07-08 rurbanadded testImportOldMarkup
2004-07-08 rurbanvarious unit test fixes: print error backtrace on _DEBU...
2004-07-08 rurbanSimplify MockRequest and user objects to run through...
2004-07-08 rurbanquiet the testruns
2004-07-08 rurbanconfig.php needs an user agent
2004-07-07 dfrankowArgh .. get rid of silly DOS \rs
2004-07-07 dfrankowFixes to get PreferencesApp to work-- thanks syilek
2004-07-07 dfrankowWikiLens preferences-showing app
2004-07-07 dfrankowTake out if that prevents column sorting
2004-07-07 dfrankowAllow ratingvalue, ratingwidget, prediction, numbacklin...
2004-07-06 rurbancache groups, added load and save tests
2004-07-05 rurbansqlite sql syntax fixes
2004-07-05 rurbansqlite autoincrement fix
2004-07-05 rurbanallow table,tr,td
2004-07-05 rurbanENABLE_RAW_HTML_LOCKEDONLY, ENABLE_RAW_HTML_SAFE
2004-07-05 rurbannew RawHtml policies: ENABLE_RAW_HTML_LOCKEDONLY, ENABL...
2004-07-05 rurbanadd mysql timeout
2004-07-05 rurbanautocreate non-existing sqlite db
2004-07-04 rurbanDBADMIN_USER fix
2004-07-04 rurbanforgot the expressions
2004-07-04 rurbanupdated the date for action=upgrade
2004-07-04 rurbanadded PhpWikiDocumentation footers
2004-07-04 rurbanadded this missing doc
2004-07-03 rurbanadded DBADMIN_USER:DBADMIN_PASSWD
2004-07-03 rurbanupdated docs: submitted new mysql bugreport (#1491...
2004-07-03 rurbanoptional DBADMIN_USER:DBADMIN_PASSWD for action=upgrade...
2004-07-03 rurbanTested new mysql 4.1.3-beta: binary search bug as fixed.
2004-07-03 rurbantrap recursive redirects
2004-07-03 rurbanfixed implicit PersonalPage login (e.g. on edit), fixed...
2004-07-03 rurbando not get unneccessary content
2004-07-03 rurbangive plugins a (not unique) ID tag of the plugin name
2004-07-02 dfrankowChange one line so that if addPageList() is passed...
2004-07-02 dfrankowComment out _maxlen assertion, because it didn't work...
2004-07-02 rurbanrenamed WikiFormMore to WikiFormRich: better syntax...
2004-07-02 rurbanalways disable getimagesize for < php-4.3 with external...
2004-07-02 rurbanmore stability fixes: new DISABLE_GETIMAGESIZE if your...
2004-07-01 dfrankowMake calls to plugins more correct to satisfy new picky...
2004-07-01 dfrankowComment out 2 tests for parsing images, because I could...
2004-07-01 dfrankow- printSimpleTrace() to print out a nice stack trace
2004-07-01 rurbanenhanced to allow arbitrary order of args and stricter...
2004-07-01 dfrankowAdd minimal data for functioning unit tests with this...
2004-07-01 rurbandesc only
2004-07-01 rurbanmore generic forms
2004-07-01 rurbanfixed another DbSession crash: wrong WikiGroup vars
2004-07-01 rurbansupport pages and exclude arguments for all 4 dump...
2004-07-01 rurbandumphtml: added exclude, print pagename before processing
2004-07-01 rurbanobsolete php5-patch.php: minor php5 login problem though
2004-07-01 rurbanimproved make
2004-07-01 rurbandoc upcase only
2004-06-30 dfrankow+ Change numbacklinks function to use existing core...
2004-06-30 dfrankowUse RatingsDb singleton.
2004-06-30 dfrankow+ Add getTheRatingsDb() singleton.
2004-06-30 dfrankowFor CategoryPage plugin, to list items in a category
next