lhc/web/wiklou.git
19 years ago* Add $wgLegacySchemaConversion update-time option to reduce amount of
Brion Vibber [Fri, 6 May 2005 11:31:18 +0000 (11:31 +0000)]
* Add $wgLegacySchemaConversion update-time option to reduce amount of
  copying during the schema upgrade: creates HistoryBlobCurStub reference
  records in text instead of copying all the cur_text fields. Requires
  that the cur table be left in place until/unless such fields are migrated
  into the main text store.

In my test with a nl.wikipedia.org dump, this sped up the cur-to-old copy
operation from a few hours to a few minutes. Also added some hacky timer
echos in the updater for debug purposes. They should be prettied up but
probably kept.

19 years ago* Special:Allpages, Special:Contributions, Special:Whatlinkshere
Ævar Arnfjörð Bjarmason [Fri, 6 May 2005 11:20:37 +0000 (11:20 +0000)]
* Special:Allpages, Special:Contributions, Special:Whatlinkshere
  Special:Recentchangeslinked and Special:Emailuser all mishandled being passed
  "0" with the Special:Page/0 syntax (unrelated to bug 2087), this either
  required a workaround in the form of passing "0" as a GET value or blocked
  the user from passing that value at all.

19 years ago* Removed redundant prototyping and a debug comment.
Ævar Arnfjörð Bjarmason [Fri, 6 May 2005 07:03:09 +0000 (07:03 +0000)]
* Removed redundant prototyping and a debug comment.

19 years ago* (bug 2087) Fixed a bug that made it impossible to pass "0" to any special
Ævar Arnfjörð Bjarmason [Fri, 6 May 2005 05:48:57 +0000 (05:48 +0000)]
* (bug 2087) Fixed a bug that made it impossible to pass "0" to any special
  page with the Special:Page/0 syntax.

19 years ago* (bug 2075) Corrected namespace definitions in Tamil localization
Brion Vibber [Fri, 6 May 2005 04:58:23 +0000 (04:58 +0000)]
* (bug 2075) Corrected namespace definitions in Tamil localization

19 years agobug fix
Tim Starling [Fri, 6 May 2005 03:48:15 +0000 (03:48 +0000)]
bug fix

19 years ago* (bug 2084) Fixed a regular expression in includes/Title.php that accepted
Ævar Arnfjörð Bjarmason [Fri, 6 May 2005 03:25:02 +0000 (03:25 +0000)]
* (bug 2084) Fixed a regular expression in includes/Title.php that accepted
  redirects with the syntax #REDIRECT [[foo], the old regular expression was
  \\[\\[([^\\]\\|]+)[\\]\\|] and the new one is \[{2}(.*?)(?:\||\]{2})

19 years ago* Generalize project namespace for Latin localization, update namespaces
Brion Vibber [Fri, 6 May 2005 02:38:42 +0000 (02:38 +0000)]
* Generalize project namespace for Latin localization, update namespaces

19 years ago* Fix for reading incorrectly re-gzipped HistoryBlob entries
Brion Vibber [Thu, 5 May 2005 23:27:34 +0000 (23:27 +0000)]
* Fix for reading incorrectly re-gzipped HistoryBlob entries

19 years ago* Moved <div class='patrollink'> into Article.php rather than declare it in
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 21:37:54 +0000 (21:37 +0000)]
* Moved <div class='patrollink'> into Article.php rather than declare it in
  every markaspatrolledlink message.

19 years ago* (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 21:00:49 +0000 (21:00 +0000)]
* (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType

19 years ago(bug 2079) Removed links to Special:Maintenance from movepagetext messages
Jens Frank [Thu, 5 May 2005 20:16:22 +0000 (20:16 +0000)]
(bug 2079) Removed links to Special:Maintenance from movepagetext messages

19 years ago* Don't display the metadata TOC link for pages where it's not applicable
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 02:39:21 +0000 (02:39 +0000)]
* Don't display the metadata TOC link for pages where it's not applicable

19 years ago* The toggle class moved out of the metadata section
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 01:45:33 +0000 (01:45 +0000)]
* The toggle class moved out of the metadata section
* exif renamed to metadata
* Added CSS to style the filetoc

19 years ago* msg:exiftags => msg:metadata (exiftags no longer exists)
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 01:44:17 +0000 (01:44 +0000)]
* msg:exiftags => msg:metadata (exiftags no longer exists)
* The TOC rewritten as a proper <ul> to make it easier to skin it
* id="file" added to the actual file to make it linkable

19 years ago* Removed Wikipediaisms from the upload message.
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 01:16:04 +0000 (01:16 +0000)]
* Removed Wikipediaisms from the upload message.

19 years ago* Deprecated the uploadfile message, pretty redundant since we have msg:upload
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 01:03:56 +0000 (01:03 +0000)]
* Deprecated the uploadfile message, pretty redundant since we have msg:upload
  in <h1> on Special:Upload already.

19 years ago* Various image related stuff reworded to refer to images where applicable
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 00:55:35 +0000 (00:55 +0000)]
* Various image related stuff reworded to refer to images where applicable
* Using Example.ogg as the audio example instead of Example.mp3

19 years ago* Deprecated ilshowmatch, no longer used in Special:Newimages and Special:Imagelist
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 00:13:43 +0000 (00:13 +0000)]
* Deprecated ilshowmatch, no longer used in Special:Newimages and Special:Imagelist

19 years ago* Made image messages shorter and to the point and changed the to refer to
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 00:05:22 +0000 (00:05 +0000)]
* Made image messages shorter and to the point and changed the to refer to
  files rather than images, which reflects their usage in the system.

19 years ago* Removed the ilshowmatch message, it's pretty self explainatory what we're
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 00:02:44 +0000 (00:02 +0000)]
* Removed the ilshowmatch message, it's pretty self explainatory what we're
  searching for here.

19 years ago* (bug 2067) Fixed crash on empty quoted HTML attribute
Brion Vibber [Wed, 4 May 2005 22:32:05 +0000 (22:32 +0000)]
* (bug 2067) Fixed crash on empty quoted HTML attribute

19 years ago* Some fixes from Nikerabbit.
Ævar Arnfjörð Bjarmason [Wed, 4 May 2005 21:56:14 +0000 (21:56 +0000)]
* Some fixes from Nikerabbit.

19 years ago* Clarified the difference between wfMsg and wfMsgForContent
Ævar Arnfjörð Bjarmason [Wed, 4 May 2005 21:52:48 +0000 (21:52 +0000)]
* Clarified the difference between wfMsg and wfMsgForContent

19 years ago* Changed the namespace select form from a table to a div.
Ævar Arnfjörð Bjarmason [Wed, 4 May 2005 21:21:37 +0000 (21:21 +0000)]
* Changed the namespace select form from a table to a div.

19 years agochange "Invert" to "Invert selection" to be a little less ambiguous about
Erik Moeller [Wed, 4 May 2005 20:53:15 +0000 (20:53 +0000)]
change "Invert" to "Invert selection" to be a little less ambiguous about
its function

19 years agoas discussed on IRC, move into the same line, but to the right of the [Go]
Erik Moeller [Wed, 4 May 2005 20:49:59 +0000 (20:49 +0000)]
as discussed on IRC, move into the same line, but to the right of the [Go]
button

19 years ago* $wgRCSeconds removed (it's been deprecated for some time, old ghosts around)
Ævar Arnfjörð Bjarmason [Wed, 4 May 2005 20:43:56 +0000 (20:43 +0000)]
* $wgRCSeconds removed (it's been deprecated for some time, old ghosts around)

19 years ago* Always use the date format specified in the users preferences
Ævar Arnfjörð Bjarmason [Wed, 4 May 2005 20:42:30 +0000 (20:42 +0000)]
* Always use the date format specified in the users preferences
* $wgRCSeconds removed (it's been deprecated for some time, old ghosts around)

19 years ago* Reverting last commit by eloquence to version 1.65: This will look bad in
Ævar Arnfjörð Bjarmason [Wed, 4 May 2005 20:12:58 +0000 (20:12 +0000)]
* Reverting last commit by eloquence to version 1.65: This will look bad in
  languages that don't have such a short word for "Invert" and it's out of
  tune with the rest of the UI where Go/Search buttons are immitiately
  accessable after <input>/<select>.

19 years ago* (bug 1989) Cleaned up HTML in a message/messages
Ævar Arnfjörð Bjarmason [Wed, 4 May 2005 19:34:56 +0000 (19:34 +0000)]
* (bug 1989) Cleaned up HTML in a message/messages

19 years agorevert my cruft regarding incremental message cache building, it targetted wrong...
Domas Mituzas [Wed, 4 May 2005 19:24:10 +0000 (19:24 +0000)]
revert my cruft regarding incremental message cache building, it targetted wrong trouble in wrong path anyway

19 years ago* $/ => \n
Ævar Arnfjörð Bjarmason [Wed, 4 May 2005 17:49:33 +0000 (17:49 +0000)]
* $/ => \n

19 years agoStub file with namespaces from http://csb.wikipedia.org/wiki/User:Tsca
Brion Vibber [Wed, 4 May 2005 10:51:15 +0000 (10:51 +0000)]
Stub file with namespaces from csb.wikipedia.org/wiki/User:Tsca

19 years agomove invert box into same line as namespace selection to avoid page clutter
Erik Moeller [Wed, 4 May 2005 09:53:13 +0000 (09:53 +0000)]
move invert box into same line as namespace selection to avoid page clutter

19 years ago* (bug 688) MagicWord.php uses incorrect regex and logic for "$1" variable capturing
Brion Vibber [Wed, 4 May 2005 07:49:42 +0000 (07:49 +0000)]
* (bug 688) MagicWord.php uses incorrect regex and logic for "$1" variable capturing
Fixes cyrillic 'pks' form for image widths (eg 150pks instead of 150px) in
Russian localization.

19 years ago* (bug 1989) Some messages converted to use addWikiText(), patch by Niklas Laxstr��m
Ævar Arnfjörð Bjarmason [Wed, 4 May 2005 02:19:39 +0000 (02:19 +0000)]
* (bug 1989) Some messages converted to use addWikiText(), patch by Niklas Laxstr��m

19 years ago* (bug 1989) Some messages converted to use addWikiText(), patch by Niklas Laxstr��m
Ævar Arnfjörð Bjarmason [Wed, 4 May 2005 02:05:21 +0000 (02:05 +0000)]
* (bug 1989) Some messages converted to use addWikiText(), patch by Niklas Laxstr��m

19 years ago* Changed [0-9] to \d in the ndash converter.
Ævar Arnfjörð Bjarmason [Wed, 4 May 2005 01:53:04 +0000 (01:53 +0000)]
* Changed [0-9] to \d in the ndash converter.

19 years ago* Documentation
Ævar Arnfjörð Bjarmason [Wed, 4 May 2005 00:33:08 +0000 (00:33 +0000)]
* Documentation

19 years ago* Changed NS_IMAGE from 'Afbeelding' 'Aafbeilding'
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 22:11:34 +0000 (22:11 +0000)]
* Changed NS_IMAGE from 'Afbeelding' 'Aafbeilding'

19 years ago* Removed &emsp; that was used as spacing for one of the buttons, looks bad in
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 20:27:34 +0000 (20:27 +0000)]
* Removed &emsp; that was used as spacing for one of the buttons, looks bad in
  Konqueror and CSS is the right place to do this.

19 years ago* Fixed a bug where a user would loose his namespace selection.
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 19:57:46 +0000 (19:57 +0000)]
* Fixed a bug where a user would loose his namespace selection.

19 years ago* Removed msg:allpagesformtext and msg:contributionsformtext, obsolete.
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 18:48:59 +0000 (18:48 +0000)]
* Removed msg:allpagesformtext and msg:contributionsformtext, obsolete.
* Added msg:allpagesfrom for Special:Allpages
* Added msg:namespace and msg:invert for all the namespace selection boxes.

19 years agoRemoved allpagesformtext and contributionsformtext, obsolete
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 18:47:13 +0000 (18:47 +0000)]
Removed allpagesformtext and contributionsformtext, obsolete

19 years agoRemoved allpagesformtext2, obsolete
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 18:46:28 +0000 (18:46 +0000)]
Removed allpagesformtext2, obsolete

19 years agoRemoved allpagesformtext1 and allpagesformtext2, obsolete
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 18:45:35 +0000 (18:45 +0000)]
Removed allpagesformtext1 and allpagesformtext2, obsolete

19 years ago* Removed allpagesformtext, obsolete.
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 18:45:05 +0000 (18:45 +0000)]
* Removed allpagesformtext, obsolete.

19 years ago* Added the ability to sort by namespaces (patch by Nikerabbit which I modified)
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 18:30:46 +0000 (18:30 +0000)]
* Added the ability to sort by namespaces (patch by Nikerabbit which I modified)

19 years ago* Fixed a small bug (getting contributions from all namespaces didn't work)
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 18:28:53 +0000 (18:28 +0000)]
* Fixed a small bug (getting contributions from all namespaces didn't work)
* Using inline XHTML rather than XHTML in a system message

19 years ago* Fixed a small bug ($names wasn't being declared)
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 18:27:40 +0000 (18:27 +0000)]
* Fixed a small bug ($names wasn't being declared)
* Using inline XHTML rather than XHTML in a system message

19 years ago* Error due to someone confusing == with ===
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 16:20:34 +0000 (16:20 +0000)]
* Error due to someone confusing == with ===

19 years ago* Using getFormattedNamespaces() instead of getNamespaces() for faster
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 13:17:54 +0000 (13:17 +0000)]
* Using getFormattedNamespaces() instead of getNamespaces() for faster
  development (oh noes)
* Misc clenup

19 years ago* 0 => NS_MAIN
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 13:05:50 +0000 (13:05 +0000)]
* 0 => NS_MAIN

19 years ago* Using the new getFormattedNamespaces() instead of getNamespaces()
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 12:58:42 +0000 (12:58 +0000)]
* Using the new getFormattedNamespaces() instead of getNamespaces()
* Changed 0 to NS_MAIN which has a lower potential for breaking something in
  the future.

19 years ago* ARG! There's more of it!
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 12:43:50 +0000 (12:43 +0000)]
* ARG! There's more of it!

19 years ago* What awful spaghetti code!
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 12:40:15 +0000 (12:40 +0000)]
* What awful spaghetti code!

19 years ago* Implemented two new conveniance functions, getFormattedNamespaces(),
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 12:27:30 +0000 (12:27 +0000)]
* Implemented two new conveniance functions, getFormattedNamespaces(),
  getFormattedNsText(), useful for decresing development time.

19 years agoWrite some preliminary release notes for 1.5 alpha 1.5.0alpha1
Brion Vibber [Tue, 3 May 2005 12:03:23 +0000 (12:03 +0000)]
Write some preliminary release notes for 1.5 alpha

19 years ago* (bug 2045) Updated showhideminor so that all the options that are displayed
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 10:06:42 +0000 (10:06 +0000)]
* (bug 2045) Updated showhideminor so that all the options that are displayed
  in the English version are displayed here as well.

19 years ago* (bug 2056) Since we added img_type to the schema we return 0 if the image
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 09:02:31 +0000 (09:02 +0000)]
* (bug 2056) Since we added img_type to the schema we return 0 if the image
  type is unrecognized, not '', whoever changed that forgot to update this if
  statement.

19 years ago* Comments to help potential hackers.
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 08:17:21 +0000 (08:17 +0000)]
* Comments to help potential hackers.

19 years ago* @subpackage Database
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 07:56:04 +0000 (07:56 +0000)]
* @subpackage Database

19 years ago* Changed do_html_entity_decode()'s default character set from ISO-8859-1 to
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 07:53:37 +0000 (07:53 +0000)]
* Changed do_html_entity_decode()'s default character set from ISO-8859-1 to
  UTF-8 and documented the function.
* Clened up wfUtf8Sequence() (messy indenting) and documented it
* Documented wfMsg()

19 years ago* Changed makeSelectOptions() so that its paramater must always be an array
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 07:47:08 +0000 (07:47 +0000)]
* Changed makeSelectOptions() so that its paramater must always be an array
* Documented makeSelectOptions()
* Changed select() to always pass makeSelectOption() an array
* Cleaned up delete(), addQuotes() and useIndexClause()

19 years ago* Added a test for a link with multiple pipes
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 07:35:27 +0000 (07:35 +0000)]
* Added a test for a link with multiple pipes
* Small fixes

19 years ago* Grammar in comments and a mention of isCountable() in includes/Article.php
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 07:30:20 +0000 (07:30 +0000)]
* Grammar in comments and a mention of isCountable() in includes/Article.php
  in the comment for ss_good_articles.

19 years ago(bug 2021)(bug 1937) Move dash replacement to a later stage, so that all links are...
Jens Frank [Tue, 3 May 2005 04:49:58 +0000 (04:49 +0000)]
(bug 2021)(bug 1937) Move dash replacement to a later stage, so that all links are already stripped

19 years agoSCHEMA_WORK - use pageTable instead of curTable
Jens Frank [Mon, 2 May 2005 22:03:56 +0000 (22:03 +0000)]
SCHEMA_WORK - use pageTable instead of curTable

19 years ago* msg:recentchangescount: "Number of titles in recent changes" => "Titles in recent...
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 15:49:03 +0000 (15:49 +0000)]
* msg:recentchangescount: "Number of titles in recent changes" => "Titles in recent changes"

19 years ago* Removed hardcoded border="0" on msg:allpagesformtext and msg:contributionssformtext
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 15:44:00 +0000 (15:44 +0000)]
* Removed hardcoded border="0" on msg:allpagesformtext and msg:contributionssformtext

19 years ago* Removed msg:articlenamespace, Special:Allpages and Special:Contributions
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 15:06:54 +0000 (15:06 +0000)]
* Removed msg:articlenamespace, Special:Allpages and Special:Contributions
  now use msg:blanknamespace.

19 years ago* Now using msg:blanknamespace in favor of msg:articlenamespace for the title
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 15:03:27 +0000 (15:03 +0000)]
* Now using msg:blanknamespace in favor of msg:articlenamespace for the title
  of the main namespace.

19 years ago* Some re-arrangement and cleanup.
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 13:28:43 +0000 (13:28 +0000)]
* Some re-arrangement and cleanup.

19 years agobump ver to 1.5alpha1; add some upgrade notes (needs work)
Brion Vibber [Mon, 2 May 2005 12:56:57 +0000 (12:56 +0000)]
bump ver to 1.5alpha1; add some upgrade notes (needs work)

19 years agoDon't show the restricted pages header if you can't see any. It'll just make
Brion Vibber [Mon, 2 May 2005 12:17:28 +0000 (12:17 +0000)]
Don't show the restricted pages header if you can't see any. It'll just make
you feel bad cause you can't see em.

19 years ago* Added two table tests that fail, down to 92.77%
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 11:33:51 +0000 (11:33 +0000)]
* Added two table tests that fail, down to 92.77%

19 years ago* Adding a test for handling of sections up to level 6 and beyond.
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 10:19:18 +0000 (10:19 +0000)]
* Adding a test for handling of sections up to level 6 and beyond.

19 years ago* (bug 719) Increase namespace fields from tinyint to regular int
Brion Vibber [Mon, 2 May 2005 10:15:02 +0000 (10:15 +0000)]
* (bug 719) Increase namespace fields from tinyint to regular int
This keeps custom namespaces from bumping the 8-bit ceiling so quickly.

19 years ago* Removed spacing from the "Resolving duplicate section names" test, we're not
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 10:10:40 +0000 (10:10 +0000)]
* Removed spacing from the "Resolving duplicate section names" test, we're not
  testing that and it only serves to make the test harder to read.

19 years ago* These tests were going a bit too well, so here are some more that fail.
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 09:32:53 +0000 (09:32 +0000)]
* These tests were going a bit too well, so here are some more that fail.

19 years agoUse InnoDB by default for table creations if available.
Brion Vibber [Mon, 2 May 2005 08:40:17 +0000 (08:40 +0000)]
Use InnoDB by default for table creations if available.

19 years agoDon't create unused blobs table.
Brion Vibber [Mon, 2 May 2005 08:23:36 +0000 (08:23 +0000)]
Don't create unused blobs table.

19 years agoMove schema documentation to inline comments in tables.sql,
Brion Vibber [Mon, 2 May 2005 08:07:38 +0000 (08:07 +0000)]
Move schema documentation to inline comments in tables.sql,
where it's less likely to be left years out of date.

19 years ago* eg => e.g.
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 04:22:14 +0000 (04:22 +0000)]
* eg => e.g.

19 years agoUpdate upgrade instructions to the current 1.4 copy. Will need further
Brion Vibber [Mon, 2 May 2005 03:58:47 +0000 (03:58 +0000)]
Update upgrade instructions to the current 1.4 copy. Will need further
updating for 1.5 new stuff

19 years agoUpdate old release notes to 1.4.3
Brion Vibber [Mon, 2 May 2005 03:57:42 +0000 (03:57 +0000)]
Update old release notes to 1.4.3

19 years agoAdded conversion when displaying results
Zheng Zhu [Mon, 2 May 2005 03:18:31 +0000 (03:18 +0000)]
Added conversion when displaying results

19 years ago"Logged in" -> "User"
Tim Starling [Mon, 2 May 2005 02:39:23 +0000 (02:39 +0000)]
"Logged in" -> "User"

19 years agoAdd (somewhat redundant) check for static groups to loadFromDatabase(). It's redundan...
Tim Starling [Mon, 2 May 2005 02:20:46 +0000 (02:20 +0000)]
Add (somewhat redundant) check for static groups to loadFromDatabase(). It's redundant because static groups will generally have dataLoaded=true, although I don't want to rely on that. Remove unnecessary breakage of command line mode.

19 years ago* (bug 2041) prepend : to thingy and floo boo boo wigwam. this commit message isn...
Brion Vibber [Mon, 2 May 2005 02:13:25 +0000 (02:13 +0000)]
* (bug 2041) prepend : to thingy and floo boo boo wigwam. this commit message isn't very good. something about searching.

19 years ago* (bug 2046) Make the wiki work on PHP5 again
Brion Vibber [Mon, 2 May 2005 02:07:37 +0000 (02:07 +0000)]
* (bug 2046) Make the wiki work on PHP5 again
Kicks static groups loader back to the factory method to avoid the illegal $this assignment

19 years ago* Deprecated $wgStyleSheetDirectory which was an alias for $wgStyleDirectory
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 01:22:39 +0000 (01:22 +0000)]
* Deprecated $wgStyleSheetDirectory which was an alias for $wgStyleDirectory
* Removed $wgSharedLatin1 and $wgSqlTimeout, not used for anything
* Removed $wgEnableSOAP, should have been removed when SOAP was purged from
  the tree yesterday.

19 years ago* $wgStyleSheetDirectory is no longer an alias for $wgStyleDirectory;
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 01:19:39 +0000 (01:19 +0000)]
* $wgStyleSheetDirectory is no longer an alias for $wgStyleDirectory;

19 years ago* Changed 'cur' to 'page' which we use in 1.5
Ævar Arnfjörð Bjarmason [Sun, 1 May 2005 22:32:30 +0000 (22:32 +0000)]
* Changed 'cur' to 'page' which we use in 1.5
* Creating directories with 0644 is a bad idea if we want to descend into them,
  changed to 0755.

19 years agoMajor changes to user groups:
Tim Starling [Sun, 1 May 2005 18:24:20 +0000 (18:24 +0000)]
Major changes to user groups:
* Added "static groups" feature to remove memcached/DB load time
* Added i18n support, allowing names and descriptions to be optionally drawn from wfMsg/wfMsgForContent
* Fixed Special:Groups, it is now half-decent. Too many changes to list here.

19 years agoChanged input attribute syntax to be more user-friendly and less standards-compliant...
Tim Starling [Sun, 1 May 2005 18:15:58 +0000 (18:15 +0000)]
Changed input attribute syntax to be more user-friendly and less standards-compliant. This is wikitext not XHTML after all.

19 years agoMoving Special:Userlevels and Special:Grouplevels to Special:Userrights and Special...
Tim Starling [Sun, 1 May 2005 12:59:39 +0000 (12:59 +0000)]
Moving Special:Userlevels and Special:Grouplevels to Special:Userrights and Special:Groups respectively.

19 years agoRemoving experimental SOAP interface.
Brion Vibber [Sun, 1 May 2005 08:39:57 +0000 (08:39 +0000)]
Removing experimental SOAP interface.
Should be moved to extensions and updated to new schema

19 years agoRemove stub experimental installer (incomplete).
Brion Vibber [Sun, 1 May 2005 08:35:29 +0000 (08:35 +0000)]
Remove stub experimental installer (incomplete).