Commit graph

18 commits

Author SHA1 Message Date
Tim Starling
412eda0517 Correcting bugs due to double-prefixing table names. Removing obsolete Database member functions. Adding comments to Database.php 2004-10-24 07:10:33 +00:00
Tim Starling
aa9e8e51b3 explicit default values for everything, for consistency and to avoid notices when accessing the array 2004-09-11 08:32:58 +00:00
Antoine Musso
ba2afcd9fa Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
Antoine Musso
90155b8a97 Changing comments layout preparing for generated documentation with Phpdocumentor 2004-09-02 23:28:24 +00:00
Antoine Musso
3d60242fb5 massive double to single quotes conversion. I have not noticed any bug after a lot of testing 2004-08-22 17:24:50 +00:00
Domas Mituzas
facfb655f7 fixup database timestamps 2004-08-19 12:59:57 +00:00
Arne Heizmann
7820951f7f prevent a warning that occurred because rc_patrolled was undefined when viewing
the watchlist because the watchlist uses 'fake' recentchanges rows that it
constructs from rows that actually come from cur, not recentchanges.
2004-08-09 10:02:54 +00:00
Arne Heizmann
075396a961 New feature: Recent Changes Patrol. All edits and new pages are now highlighted on
Special:Recentchanges and Special:Newpages until someone "marks" them as
"patrolled" using a special link. For new pages, this link appears at the bottom
of the article if the link in Recent Changes or New Pages is followed. For all
other edits, this link appears only in the diff and only if the diff link is
followed from Recent Changes. (Might need to add this functionality to Watchlist
too; haven't done that yet.)
2004-08-09 05:38:11 +00:00
Tim Starling
ac549401d4 * Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
* DB_WRITE now called DB_MASTER, DB_READ now called DB_SLAVE
* Converted to use SQL wrapper functions instead of direct SQL in various places
* Experimental method for preserving the chronological order of events when slave servers are used. Untested.
* Fixes to the new post-parse existence test feature
* Some.. other stuff
2004-07-18 08:48:43 +00:00
Antoine Musso
f8be609e44 fix call time per reference warning 2004-06-20 23:47:57 +00:00
Tim Starling
ea0b42a546 Recording whether a page move was over a redirect or to a new location. In principle this allows for automated reverting. 2004-06-20 11:55:24 +00:00
Tim Starling
e3d0c474a8 Storing IP in RC. Off by default. Tested:
* Installation
* Edit when switched off
* Edit when switched on
2004-06-14 10:40:24 +00:00
Brion Vibber
0332f4c598 Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
Tim Starling
abb66e00ce bug fix 2004-01-31 07:31:07 +00:00
Tim Starling
e68dd8114c Fixing &bot=1, broken by new RC code 2004-01-31 02:22:15 +00:00
Tim Starling
5c9887ca4a better conversion/backwards compatibility 2004-01-18 02:24:12 +00:00
Tim Starling
a12ffe0cea Bug fixes: watchlist and recent changes linked were broken in the last commit 2004-01-17 09:49:43 +00:00
Tim Starling
3c96949682 * Recent Changes improvements: object oriented back end, move page annotation and (untested) message queue feed.
* Misc. bugs fixed in DatabaseFunctions.php and Skin.php.
* install-utils, install and update utilise Database objects instead of handling their own connections
* schema change for RC improvement -- added rc_type, rc_moved_to_title and rc_moved_to_ns
2004-01-17 05:49:39 +00:00