lhc/web/wiklou.git
18 years agotype
River Tarnell [Sun, 3 Jul 2005 07:17:42 +0000 (07:17 +0000)]
type

18 years agoreally fix that enhanced rc changes link
Brion Vibber [Sun, 3 Jul 2005 07:16:20 +0000 (07:16 +0000)]
really fix that enhanced rc changes link

18 years ago- proxy support for wfGetHTTP()
River Tarnell [Sun, 3 Jul 2005 07:15:53 +0000 (07:15 +0000)]
- proxy support for wfGetHTTP()
- support for interwiki transcludes (disabled by default, keyed on iw_trans)

18 years ago* Fix diff order on Enhanced RC 'changes' link
Brion Vibber [Sun, 3 Jul 2005 06:57:44 +0000 (06:57 +0000)]
* Fix diff order on Enhanced RC 'changes' link

18 years ago* Restore compatibility namespace aliases for French Wikipedia
Brion Vibber [Sun, 3 Jul 2005 06:44:53 +0000 (06:44 +0000)]
* Restore compatibility namespace aliases for French Wikipedia
reverts change from revision 1.117

18 years agodon't show link to licensing info if info is already transcluded
Erik Moeller [Sun, 3 Jul 2005 06:06:57 +0000 (06:06 +0000)]
don't show link to licensing info if info is already transcluded

18 years agodon't display "Upload a new version" etc. for commons images, it has no meaning
River Tarnell [Sun, 3 Jul 2005 05:21:06 +0000 (05:21 +0000)]
don't display "Upload a new version" etc. for commons images, it has no meaning

18 years ago* Files from shared repositories (e.g. commons) now display with their
River Tarnell [Sun, 3 Jul 2005 05:15:52 +0000 (05:15 +0000)]
* Files from shared repositories (e.g. commons) now display with their
  image description pages when viewed on local wikis.

18 years agofixes from live site
River Tarnell [Sun, 3 Jul 2005 05:01:21 +0000 (05:01 +0000)]
fixes from live site

18 years agofixes for action=render on image pages
River Tarnell [Sun, 3 Jul 2005 04:56:53 +0000 (04:56 +0000)]
fixes for action=render on image pages

18 years agotypos
River Tarnell [Sun, 3 Jul 2005 04:46:44 +0000 (04:46 +0000)]
typos

18 years agofetch commons descriptions for display on local wikis
River Tarnell [Sun, 3 Jul 2005 04:40:07 +0000 (04:40 +0000)]
fetch commons descriptions for display on local wikis

18 years agoimplement "action=render"
River Tarnell [Sun, 3 Jul 2005 04:00:33 +0000 (04:00 +0000)]
implement "action=render"

18 years agosort sql queries into their own tree
River Tarnell [Sun, 3 Jul 2005 02:36:51 +0000 (02:36 +0000)]
sort sql queries into their own tree

18 years agoinitialise to false
River Tarnell [Sun, 3 Jul 2005 02:28:11 +0000 (02:28 +0000)]
initialise to false

18 years agospiffy script to display profiling info on the interweb
River Tarnell [Sun, 3 Jul 2005 02:22:09 +0000 (02:22 +0000)]
spiffy script to display profiling info on the interweb

18 years ago* (bug 2658) Fix signature time, localtime to match timezone offset again
Brion Vibber [Sun, 3 Jul 2005 02:08:12 +0000 (02:08 +0000)]
* (bug 2658) Fix signature time, localtime to match timezone offset again

18 years agodon't try to redeclare classes
River Tarnell [Sat, 2 Jul 2005 23:50:09 +0000 (23:50 +0000)]
don't try to redeclare classes

18 years agopreload, editintro
Erik Moeller [Sat, 2 Jul 2005 22:59:09 +0000 (22:59 +0000)]
preload, editintro

18 years agoavoid breaking on php5
River Tarnell [Sat, 2 Jul 2005 22:39:22 +0000 (22:39 +0000)]
avoid breaking on php5

18 years ago(bugs 2633, 2672) Fix Estonian, Portuguese and Finnish numeric formatting
Niklas Laxström [Sat, 2 Jul 2005 20:26:02 +0000 (20:26 +0000)]
(bugs 2633, 2672) Fix Estonian, Portuguese and Finnish numeric formatting
Little code cleanup

18 years agodon't just assume we get a valid title object
Erik Moeller [Sat, 2 Jul 2005 15:13:08 +0000 (15:13 +0000)]
don't just assume we get a valid title object

18 years ago-nonsense
Erik Moeller [Sat, 2 Jul 2005 14:52:13 +0000 (14:52 +0000)]
-nonsense

18 years agoAdd two new parameters for editing new pages:
Erik Moeller [Sat, 2 Jul 2005 14:38:15 +0000 (14:38 +0000)]
Add two new parameters for editing new pages:

&preload=Page_name => Content of [[Page name]] will be loaded into the
textarea.

&&editintro=Page_name => Content of [[Page name]] will be used instead of
[[MediaWiki:Newarticletext]].

Respects read permissions.

Primary purpose: Customizing of edit pages for newbies, use of custom page
templates.

Possible future changes: Make preload work with &section=new, make editintro
work with any edit.

18 years ago3 strings for inputbox extension, which might also be useful in other
Erik Moeller [Sat, 2 Jul 2005 12:12:12 +0000 (12:12 +0000)]
3 strings for inputbox extension, which might also be useful in other
contexts

18 years agofixed key lengths, as per tables.sql
Tim Starling [Sat, 2 Jul 2005 11:16:26 +0000 (11:16 +0000)]
fixed key lengths, as per tables.sql

18 years agoAdded hooks at various parser stages. Repaired neglected insertStripItem().
Tim Starling [Sat, 2 Jul 2005 09:15:51 +0000 (09:15 +0000)]
Added hooks at various parser stages. Repaired neglected insertStripItem().

18 years agofixed hook call
Tim Starling [Sat, 2 Jul 2005 09:14:30 +0000 (09:14 +0000)]
fixed hook call

18 years agodon't break if $wgDBservers is false
Tim Starling [Sat, 2 Jul 2005 09:05:00 +0000 (09:05 +0000)]
don't break if $wgDBservers is false

18 years agobug 2663, produce valid xhtml
River Tarnell [Sat, 2 Jul 2005 08:07:35 +0000 (08:07 +0000)]
bug 2663, produce valid xhtml

18 years agoremove html tags from tagline
Domas Mituzas [Sat, 2 Jul 2005 07:48:10 +0000 (07:48 +0000)]
remove html tags from tagline

18 years agoremove support for filtering by namespace and minorness, it's too slow
River Tarnell [Sat, 2 Jul 2005 02:30:30 +0000 (02:30 +0000)]
remove support for filtering by namespace and minorness, it's too slow

18 years ago* (bug 2661) Fix link generation in contribs
Brion Vibber [Sat, 2 Jul 2005 02:17:48 +0000 (02:17 +0000)]
* (bug 2661) Fix link generation in contribs

18 years ago& not &;
River Tarnell [Sat, 2 Jul 2005 02:11:09 +0000 (02:11 +0000)]
& not &;

18 years agohonouring page metadata is too slow for this query
River Tarnell [Sat, 2 Jul 2005 02:10:01 +0000 (02:10 +0000)]
honouring page metadata is too slow for this query

18 years agobackport changes for RC-backed watchlist in recentchanges code from live site
River Tarnell [Fri, 1 Jul 2005 23:50:11 +0000 (23:50 +0000)]
backport changes for RC-backed watchlist in recentchanges code from live site

18 years agoonly set newtalk for actual users
River Tarnell [Fri, 1 Jul 2005 23:42:36 +0000 (23:42 +0000)]
only set newtalk for actual users

18 years ago* (bug 2629) Automatically capitalize usernames again instead of
Brion Vibber [Fri, 1 Jul 2005 21:47:23 +0000 (21:47 +0000)]
* (bug 2629) Automatically capitalize usernames again instead of
  rejecting lowercase with a useless error message

18 years agopropagate rc_this_oldid properly
River Tarnell [Fri, 1 Jul 2005 21:40:22 +0000 (21:40 +0000)]
propagate rc_this_oldid properly

18 years agoallow loadFromCurRow to allow an optional lastid
River Tarnell [Fri, 1 Jul 2005 21:18:20 +0000 (21:18 +0000)]
allow loadFromCurRow to allow an optional lastid

18 years ago* (bug 2656) Fix regression: prevent blocked users from reverting images
Brion Vibber [Fri, 1 Jul 2005 21:15:31 +0000 (21:15 +0000)]
* (bug 2656) Fix regression: prevent blocked users from reverting images

18 years agofix notice warning in some configs
Brion Vibber [Fri, 1 Jul 2005 21:05:39 +0000 (21:05 +0000)]
fix notice warning in some configs

18 years agoupdate rc_this_oldid correctly
River Tarnell [Fri, 1 Jul 2005 20:36:04 +0000 (20:36 +0000)]
update rc_this_oldid correctly

18 years agositenotice should have padding or else the text touches the edge of the box
River Tarnell [Fri, 1 Jul 2005 11:42:17 +0000 (11:42 +0000)]
sitenotice should have padding or else the text touches the edge of the box

18 years ago* (bug 2594) Display article tab as red for non-existent articles.
River Tarnell [Fri, 1 Jul 2005 11:15:48 +0000 (11:15 +0000)]
* (bug 2594) Display article tab as red for non-existent articles.

18 years ago* (bug 2609) Fix text justification preference with MonoBook skin.
River Tarnell [Fri, 1 Jul 2005 11:05:14 +0000 (11:05 +0000)]
* (bug 2609) Fix text justification preference with MonoBook skin.

18 years ago(bug 2645) add a new function, Title::getLatestID(), to return the current
River Tarnell [Fri, 1 Jul 2005 10:44:48 +0000 (10:44 +0000)]
(bug 2645) add a new function, Title::getLatestID(), to return the current
rev_id for an article.  use it to populate rc_this_oldid at save time, thus
creating proper links for watchlist and rc (including the cur_id).

18 years ago* (bug 2644) "cur" diff links in page history should specify current ID
River Tarnell [Fri, 1 Jul 2005 09:42:56 +0000 (09:42 +0000)]
* (bug 2644) "cur" diff links in page history should specify current ID
  explicitly.

18 years agoinitialised variable
River Tarnell [Fri, 1 Jul 2005 09:35:51 +0000 (09:35 +0000)]
initialised variable

18 years agodiff3 cleanups, from callek
River Tarnell [Fri, 1 Jul 2005 09:25:31 +0000 (09:25 +0000)]
diff3 cleanups, from callek

18 years agoinitialise $changed to prevent warning
River Tarnell [Fri, 1 Jul 2005 08:50:27 +0000 (08:50 +0000)]
initialise $changed to prevent warning
fix display of new talk notification in non-template skins

18 years agorev_timestamp is a string
River Tarnell [Fri, 1 Jul 2005 08:19:28 +0000 (08:19 +0000)]
rev_timestamp is a string

18 years agoshow "earlier" and "latest" links
River Tarnell [Fri, 1 Jul 2005 07:35:39 +0000 (07:35 +0000)]
show "earlier" and "latest" links

18 years agoshowhideminor is not appropriate here. add a new message which makes sense.
River Tarnell [Fri, 1 Jul 2005 07:14:06 +0000 (07:14 +0000)]
showhideminor is not appropriate here.  add a new message which makes sense.

18 years agohonour namespace/minor/etc in showing paging buttons
River Tarnell [Fri, 1 Jul 2005 07:07:54 +0000 (07:07 +0000)]
honour namespace/minor/etc in showing paging buttons
cleanups from brion

18 years agopage contributions based on timestamp, not on limit,offset.
River Tarnell [Fri, 1 Jul 2005 06:50:03 +0000 (06:50 +0000)]
page contributions based on timestamp, not on limit,offset.
significantly reduces database load (O(offset) -> O(1)) for users with many edits.

18 years agoReplace !! with explicit operations.
Brion Vibber [Fri, 1 Jul 2005 05:28:07 +0000 (05:28 +0000)]
Replace !! with explicit operations.

18 years agoremove wfdebug in pagehistory
River Tarnell [Fri, 1 Jul 2005 00:03:31 +0000 (00:03 +0000)]
remove wfdebug in pagehistory
set ETag header on article views

18 years ago* (bug 2630) Indicate no-longer-valid cached entries in BrokenRedirects list
Brion Vibber [Thu, 30 Jun 2005 19:06:32 +0000 (19:06 +0000)]
* (bug 2630) Indicate no-longer-valid cached entries in BrokenRedirects list

18 years ago(bug 2631) Fix Hebrew namespaces.
Niklas Laxström [Thu, 30 Jun 2005 18:12:09 +0000 (18:12 +0000)]
(bug 2631) Fix Hebrew namespaces.

18 years agoBug 2631: Hebrew namespaces
Niklas Laxström [Thu, 30 Jun 2005 17:57:31 +0000 (17:57 +0000)]
Bug 2631: Hebrew namespaces

18 years ago* (bug 619) Don't use incompatible diff3 executable on non-Linux systems.
River Tarnell [Thu, 30 Jun 2005 08:26:35 +0000 (08:26 +0000)]
* (bug 619) Don't use incompatible diff3 executable on non-Linux systems.

18 years ago* Copy fix for old search URLs with Lucene search plugin from REL1_4
Brion Vibber [Thu, 30 Jun 2005 08:26:03 +0000 (08:26 +0000)]
* Copy fix for old search URLs with Lucene search plugin from REL1_4

18 years ago(bug 619) be intelligent about finding the "diff3" executable. firstly, make sure
River Tarnell [Thu, 30 Jun 2005 08:23:32 +0000 (08:23 +0000)]
(bug 619) be intelligent about finding the "diff3" executable.  firstly, make sure
it's GNU diff3, not an incompatible vendor-supplied one.  secondly, hardcode several
locations where GNU diff3 is likely to be found on at least Solaris and Linux, as
well as searching $PATH for both "diff3" and "gdiff3".

18 years ago* (bug 2627) Fix regression: diff radio button initial selection
Brion Vibber [Thu, 30 Jun 2005 07:56:50 +0000 (07:56 +0000)]
* (bug 2627) Fix regression: diff radio button initial selection

18 years ago* (bug 2625) Keep group & user settings when paging in Listusers
Brion Vibber [Thu, 30 Jun 2005 07:37:04 +0000 (07:37 +0000)]
* (bug 2625) Keep group & user settings when paging in Listusers

18 years ago* (bug 2618) Fix regression from another fix; show initial preview for
Brion Vibber [Thu, 30 Jun 2005 06:51:43 +0000 (06:51 +0000)]
* (bug 2618) Fix regression from another fix; show initial preview for
  categories only if the page does not exist.

18 years ago* (bug 2620) Return to prior behavior for some more things (such as
Brion Vibber [Thu, 30 Jun 2005 06:11:07 +0000 (06:11 +0000)]
* (bug 2620) Return to prior behavior for some more things (such as
  subpage parent links) on current-diff view.

18 years agofirst draft of caps-cleanup script
Brion Vibber [Thu, 30 Jun 2005 00:37:56 +0000 (00:37 +0000)]
first draft of caps-cleanup script
renames all capital namespace-0 pages and their talk pages to lowercase if there's not a conflict

18 years ago* (bug 2614) Fix section edit links on diff-to-current with oldid set
Brion Vibber [Wed, 29 Jun 2005 23:44:03 +0000 (23:44 +0000)]
* (bug 2614) Fix section edit links on diff-to-current with oldid set
  Also fix navigation links on current-with-oldid view.

18 years ago* HTML sanitizer: correct multiple attributes by keeping last, not first
Brion Vibber [Wed, 29 Jun 2005 21:50:11 +0000 (21:50 +0000)]
* HTML sanitizer: correct multiple attributes by keeping last, not first
This corrects a regression reported with some fancy templated tables at
http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Chemicals/Organization

18 years ago* Move center on toc to title part to avoid breaking .toc style usage
Brion Vibber [Wed, 29 Jun 2005 18:53:33 +0000 (18:53 +0000)]
* Move center on toc to title part to avoid breaking .toc style usage

18 years ago* (bug 2548) Keep summary on 'show changes' of section edit
Brion Vibber [Wed, 29 Jun 2005 08:37:46 +0000 (08:37 +0000)]
* (bug 2548) Keep summary on 'show changes' of section edit

18 years agoescape a couple more msgs
Brion Vibber [Wed, 29 Jun 2005 07:38:48 +0000 (07:38 +0000)]
escape a couple more msgs

18 years ago* Copy IRC-over-UDP update option from REL1_4
Brion Vibber [Wed, 29 Jun 2005 07:01:24 +0000 (07:01 +0000)]
* Copy IRC-over-UDP update option from REL1_4

18 years ago* Various code cleanup and HTML escaping fixlets on page history, contribs etc
Brion Vibber [Wed, 29 Jun 2005 06:16:03 +0000 (06:16 +0000)]
* Various code cleanup and HTML escaping fixlets on page history, contribs etc
* fix page history with table prefix
* fix paging on history
* switch 'earliest' and 'latest' link order to fix 'prev' and 'next'
* use null where appropriate
* switch some messages to plaintext or wikitext

18 years agoFix preview
Jens Frank [Wed, 29 Jun 2005 05:30:50 +0000 (05:30 +0000)]
Fix preview

18 years agoFix preview
Jens Frank [Wed, 29 Jun 2005 05:30:20 +0000 (05:30 +0000)]
Fix preview

18 years ago(bug 2564) Don't show editingold warning for recent revision
Jens Frank [Wed, 29 Jun 2005 05:15:32 +0000 (05:15 +0000)]
(bug 2564) Don't show editingold warning for recent revision

18 years ago* (bug 2597) Don't crash when undeleting an image description page
Brion Vibber [Wed, 29 Jun 2005 04:19:00 +0000 (04:19 +0000)]
* (bug 2597) Don't crash when undeleting an image description page
forgot to check in notes

18 years agoask the database for the low and high ts instead of trying to fudge it
River Tarnell [Wed, 29 Jun 2005 03:54:11 +0000 (03:54 +0000)]
ask the database for the low and high ts instead of trying to fudge it

18 years agorefactor a little, cleanup, fix some display errors
River Tarnell [Wed, 29 Jun 2005 03:37:57 +0000 (03:37 +0000)]
refactor a little, cleanup, fix some display errors

18 years agodon't hyperlink first/last if we're already there
River Tarnell [Wed, 29 Jun 2005 01:52:39 +0000 (01:52 +0000)]
don't hyperlink first/last if we're already there

18 years ago* (bug 2597) Don't crash when undeleting an image description page
Brion Vibber [Wed, 29 Jun 2005 01:42:37 +0000 (01:42 +0000)]
* (bug 2597) Don't crash when undeleting an image description page
Added a backtrace on Image constructor given bogus title for debugging aid

18 years ago* (bug 2584) Fix output of subcategory list
Brion Vibber [Wed, 29 Jun 2005 01:14:04 +0000 (01:14 +0000)]
* (bug 2584) Fix output of subcategory list

18 years ago* (bug 2591) Check for end, fix limits on Whatlinkshere
Brion Vibber [Wed, 29 Jun 2005 00:59:38 +0000 (00:59 +0000)]
* (bug 2591) Check for end, fix limits on Whatlinkshere

18 years agowhen we're at the first or last revision, do not hyperlink "previous" and "next"...
River Tarnell [Wed, 29 Jun 2005 00:39:20 +0000 (00:39 +0000)]
when we're at the first or last revision, do not hyperlink "previous" and "next" text.

18 years ago* Don't show empty-page text in 'Show changes' on new page
Brion Vibber [Wed, 29 Jun 2005 00:31:07 +0000 (00:31 +0000)]
* Don't show empty-page text in 'Show changes' on new page
Changed $noredir on Article::fetchContent() to a more reasonable default.

18 years ago* (bug 2595) Show "Earlier" and "Latest" links on history go to the first/last
River Tarnell [Wed, 29 Jun 2005 00:23:42 +0000 (00:23 +0000)]
* (bug 2595) Show "Earlier" and "Latest" links on history go to the first/last
  page in the article history pager.

18 years ago* (bug 2572) Fix edit conflict handling
Brion Vibber [Tue, 28 Jun 2005 23:19:56 +0000 (23:19 +0000)]
* (bug 2572) Fix edit conflict handling

18 years agoEnsure that width and height fields are not null when we insert
Brion Vibber [Tue, 28 Jun 2005 22:07:09 +0000 (22:07 +0000)]
Ensure that width and height fields are not null when we insert

18 years ago* (bug 2583) Add --missinig option on rebuildImages.php to add db entries
Brion Vibber [Tue, 28 Jun 2005 21:50:26 +0000 (21:50 +0000)]
* (bug 2583) Add --missinig option on rebuildImages.php to add db entries
  for uploaded files that don't have them

18 years agoset rc_this_oldid to rev_id in newfromcur so the watchlist displays the actual diff,
River Tarnell [Tue, 28 Jun 2005 21:35:23 +0000 (21:35 +0000)]
set rc_this_oldid to rev_id in newfromcur so the watchlist displays the actual diff,
not the combined diff for all changes

18 years ago(bug 2562) Show rollback link for current revisions on diff pages
Jens Frank [Tue, 28 Jun 2005 21:05:31 +0000 (21:05 +0000)]
(bug 2562) Show rollback link for current revisions on diff pages

18 years ago* (bug 2567) Fix HTML escaping on category titles in list
Brion Vibber [Tue, 28 Jun 2005 19:56:17 +0000 (19:56 +0000)]
* (bug 2567) Fix HTML escaping on category titles in list

18 years ago* Move MonoBook printable link from tab to sidebar
Brion Vibber [Tue, 28 Jun 2005 18:04:09 +0000 (18:04 +0000)]
* Move MonoBook printable link from tab to sidebar

18 years agocheck null title
River Tarnell [Tue, 28 Jun 2005 17:42:47 +0000 (17:42 +0000)]
check null title

18 years ago* Fixed a bug where Special:Contributions wouldn't remember the 'invert'
Ævar Arnfjörð Bjarmason [Tue, 28 Jun 2005 17:34:07 +0000 (17:34 +0000)]
* Fixed a bug where Special:Contributions wouldn't remember the 'invert'
  status between next/previous buttons.

18 years ago* Using wfMsgForContent() rather than wfMsg() for getting msg:ipboptions
Ævar Arnfjörð Bjarmason [Tue, 28 Jun 2005 17:05:23 +0000 (17:05 +0000)]
* Using wfMsgForContent() rather than wfMsg() for getting msg:ipboptions

18 years ago(bug 2577) when [[MediaWiki:Ipboptions]] contains "-", do not show any block options,
River Tarnell [Tue, 28 Jun 2005 17:02:13 +0000 (17:02 +0000)]
(bug 2577) when [[MediaWiki:Ipboptions]] contains "-", do not show any block options,
so it looks like the old block form.