lhc/web/wiklou.git
19 years agoFull conversion support for category pages
Zheng Zhu [Thu, 28 Apr 2005 03:33:54 +0000 (03:33 +0000)]
Full conversion support for category pages

19 years agono need to mark latin text in Chinese conversion
Zheng Zhu [Thu, 28 Apr 2005 03:27:07 +0000 (03:27 +0000)]
no need to mark latin text in Chinese conversion

19 years ago* Documented isIP and added a correct regexp as a comment.
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 03:07:41 +0000 (03:07 +0000)]
* Documented isIP and added a correct regexp as a comment.

19 years ago* Removed the need to supply a reason for a block.
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 02:51:22 +0000 (02:51 +0000)]
* Removed the need to supply a reason for a block.

19 years agoFix display of mail success/error message on prefs save when mail is changed
Brion Vibber [Wed, 27 Apr 2005 22:55:20 +0000 (22:55 +0000)]
Fix display of mail success/error message on prefs save when mail is changed

19 years ago* Fixed the obsolete references to stars in msg:emailforlost as reported by
Ævar Arnfjörð Bjarmason [Wed, 27 Apr 2005 22:41:35 +0000 (22:41 +0000)]
* Fixed the obsolete references to stars in msg:emailforlost as reported by
  Rowan Collins: http://mail.wikipedia.org/pipermail/wikitech-l/2005-April/029040.html
* Rewored various messages related to user login.

19 years agoAdd WikiError to standard components now that we're using it more widely (though...
Brion Vibber [Wed, 27 Apr 2005 22:38:51 +0000 (22:38 +0000)]
Add WikiError to standard components now that we're using it more widely (though it's already explicitly included in places it's used so far, such as UserMailer and SpecialImport)

19 years agoAdd a space to make output look less horrible
Brion Vibber [Wed, 27 Apr 2005 21:42:37 +0000 (21:42 +0000)]
Add a space to make output look less horrible

19 years agoAvoid 'trying to get property of non-object' notices
Brion Vibber [Wed, 27 Apr 2005 21:40:21 +0000 (21:40 +0000)]
Avoid 'trying to get property of non-object' notices

19 years agoRegexp in wfQuotedPrintable_name_and_emailaddr is wrong and sometimes fails under...
Brion Vibber [Wed, 27 Apr 2005 21:26:39 +0000 (21:26 +0000)]
Regexp in wfQuotedPrintable_name_and_emailaddr is wrong and sometimes fails under conditions not fully explored. Should be removed and replaced with cleaner interface, probably. In the meantime, wrapping in a check and adding some debug statements.

19 years ago* (bug 1998) Updated the Russian translation.
Ævar Arnfjörð Bjarmason [Wed, 27 Apr 2005 21:17:29 +0000 (21:17 +0000)]
* (bug 1998) Updated the Russian translation.

19 years ago* (bug 1998) Updated Russian translation for 1.5
Ævar Arnfjörð Bjarmason [Wed, 27 Apr 2005 21:10:42 +0000 (21:10 +0000)]
* (bug 1998) Updated Russian translation for 1.5

19 years agoSilence notice error by setting talk variable explicitly to blank when not moving...
Brion Vibber [Wed, 27 Apr 2005 20:24:51 +0000 (20:24 +0000)]
Silence notice error by setting talk variable explicitly to blank when not moving talk.

19 years agoMissing global declaration.
Brion Vibber [Wed, 27 Apr 2005 20:19:35 +0000 (20:19 +0000)]
Missing global declaration.
[27-Apr-2005 13:16:58] PHP Notice:  Undefined variable: wgContLang in /var/www/testwiki/includes/Parser.php on line 1027
[27-Apr-2005 13:16:58] PHP Fatal error:  Call to a member function markNoConversion() on a non-object in /var/www/testwiki/includes/Parser.php on line 1027

19 years ago* Deglobalised link placeholder handling by moving the relevant functionality from...
Tim Starling [Wed, 27 Apr 2005 07:48:14 +0000 (07:48 +0000)]
* Deglobalised link placeholder handling by moving the relevant functionality from Linker::makeLinkObj() to Parser::makeLinkHolder()
* Did a similar trick for the handling of image options, in order to fix a bug reported by the parser unit test.
* Updated parser tests to match current output where appropriate.

19 years ago* Changed image width/height attributes to what we actually get with our testimage
Ævar Arnfjörð Bjarmason [Wed, 27 Apr 2005 07:26:45 +0000 (07:26 +0000)]
* Changed image width/height attributes to what we actually get with our testimage

19 years ago* Changing img_height and img_width to the values of our testimage
Ævar Arnfjörð Bjarmason [Wed, 27 Apr 2005 07:25:16 +0000 (07:25 +0000)]
* Changing img_height and img_width to the values of our testimage

19 years agocommitting before avar does
Tim Starling [Wed, 27 Apr 2005 07:18:25 +0000 (07:18 +0000)]
committing before avar does

19 years ago* (bug 1701, bug 1984) firstChar() now returns the initial consonant of the
Ævar Arnfjörð Bjarmason [Wed, 27 Apr 2005 04:06:45 +0000 (04:06 +0000)]
* (bug 1701, bug 1984) firstChar() now returns the initial consonant of the
  first letter (patch by Puzzlet Chung)
* Cleaned up the file

19 years agoRestore correct e-mail confirmation code brutally removed by incorrect merge in revis...
Brion Vibber [Wed, 27 Apr 2005 01:16:47 +0000 (01:16 +0000)]
Restore correct e-mail confirmation code brutally removed by incorrect merge in revision 1.101.

19 years ago* (bug 1987) Fixed small enotif errors introduced in 1.101
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 23:56:28 +0000 (23:56 +0000)]
* (bug 1987) Fixed small enotif errors introduced in 1.101

19 years ago* Added a hacking section for people interested in working on the code.
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 21:20:49 +0000 (21:20 +0000)]
* Added a hacking section for people interested in working on the code.

19 years agoComments about the position of the convert() call;
Zheng Zhu [Tue, 26 Apr 2005 20:50:16 +0000 (20:50 +0000)]
Comments about the position of the convert() call;
Avoiding converting external links if latin alphabet is involved in the conversion system.

19 years agoBUG#1509 - fix handling of unlimited setting '-1' for memory_limit
Jens Frank [Tue, 26 Apr 2005 20:01:28 +0000 (20:01 +0000)]
BUG#1509 - fix handling of unlimited setting '-1' for memory_limit

19 years agoAdd user_email_* columns to tables.sql, so that the installer works for fresh install...
Jens Frank [Tue, 26 Apr 2005 19:57:55 +0000 (19:57 +0000)]
Add user_email_* columns to tables.sql, so that the installer works for fresh installations

19 years ago* Documented the math constants
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 18:35:59 +0000 (18:35 +0000)]
* Documented the math constants
* Documented the cache types

19 years ago* Removing two undefined messages, speciallistusersgrouplabel and
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 18:27:38 +0000 (18:27 +0000)]
* Removing two undefined messages, speciallistusersgrouplabel and
  speciallistusersuserlabel, in favor of grouplevels-editgroup-name and
  specialloguserlabel.

19 years ago* Fixed a layout problem with the "Raw signitures" checkbox.
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 16:21:54 +0000 (16:21 +0000)]
* Fixed a layout problem with the "Raw signitures" checkbox.

19 years ago* This fixes the problem of the real name field and the email address field
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 16:01:28 +0000 (16:01 +0000)]
* This fixes the problem of the real name field and the email address field
  not being displayed if the real name is empty()

19 years ago* (bug 1982) Fix loading of old text for section merging on edits.
Brion Vibber [Tue, 26 Apr 2005 09:52:11 +0000 (09:52 +0000)]
* (bug 1982) Fix loading of old text for section merging on edits.

19 years agoDe-tablify toggles. Not only do tables suck, but many uses of toggles were not in...
Brion Vibber [Tue, 26 Apr 2005 07:14:19 +0000 (07:14 +0000)]
De-tablify toggles. Not only do tables suck, but many uses of toggles were not in tables and displayed incorrectly.
Added some pretty indentation on MonoBook.

19 years ago* Rewrote showEXIFdata() to use addWikiText() instead of addHTML()
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 23:44:16 +0000 (23:44 +0000)]
* Rewrote showEXIFdata() to use addWikiText() instead of addHTML()

19 years ago* (bug 1977) Making a note about $wgEnableUploads
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 23:36:51 +0000 (23:36 +0000)]
* (bug 1977) Making a note about $wgEnableUploads

19 years ago* Cleanup
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 23:15:38 +0000 (23:15 +0000)]
* Cleanup

19 years ago* Completely re-arranged the preferences.
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 23:04:44 +0000 (23:04 +0000)]
* Completely re-arranged the preferences.

19 years ago* Fixed two fatal XML errors
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 22:56:31 +0000 (22:56 +0000)]
* Fixed two fatal XML errors

19 years ago* Various things related to the new preferences
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 22:53:51 +0000 (22:53 +0000)]
* Various things related to the new preferences

19 years agoClean up e-mail authentication code.
Brion Vibber [Mon, 25 Apr 2005 18:38:43 +0000 (18:38 +0000)]
Clean up e-mail authentication code.
* Add Special:Confirmemail unlisted page for requesting confirmation emails and as the destination
* There is now a confirmation token separate from the login password, which is cleaner and hopefully a lot less confusing.
* Confirmation token expires after 7 days
* Added support functions for nullable timestamp columns: wfTimestampOrNull and Database::timestampOrNull
* userMailer now returns WikiError objects
* Added convenience functions to User for email management, consolidated some checks

There are changes to the user table, so run update.php

19 years agoIf misestimated number of sections, don't add a bogus line.
Brion Vibber [Mon, 25 Apr 2005 15:35:02 +0000 (15:35 +0000)]
If misestimated number of sections, don't add a bogus line.
Triggered by funny 'invert' circumstances at least

19 years agosplit off new function wfBacktrace() from wfDebugDieBacktrace()
Tim Starling [Mon, 25 Apr 2005 13:43:21 +0000 (13:43 +0000)]
split off new function wfBacktrace() from wfDebugDieBacktrace()

19 years agoCleared $wgLinkHolders after they are used. This fixes bug 1770 and probably improves...
Tim Starling [Mon, 25 Apr 2005 13:43:11 +0000 (13:43 +0000)]
Cleared $wgLinkHolders after they are used. This fixes bug 1770 and probably improves performance too.

19 years ago* Brion you illiterate pig!
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 13:09:29 +0000 (13:09 +0000)]
* Brion you illiterate pig!

19 years ago* No longer using sorbs.net to check for open proxies by default.
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 13:05:44 +0000 (13:05 +0000)]
* No longer using sorbs.net to check for open proxies by default.

19 years ago* Parser.php was being included twice in a row
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 12:47:10 +0000 (12:47 +0000)]
* Parser.php was being included twice in a row

19 years agoadd --quick option to skip the 5 second "you are destroying your wiki omfg" warning
Brion Vibber [Mon, 25 Apr 2005 12:03:57 +0000 (12:03 +0000)]
add --quick option to skip the 5 second "you are destroying your wiki omfg" warning

19 years agoCategoryPageView hook as in 1.4
Gabriel Wicke [Mon, 25 Apr 2005 11:09:21 +0000 (11:09 +0000)]
CategoryPageView hook as in 1.4

19 years ago* Rectified crackpot indenting.
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 10:37:25 +0000 (10:37 +0000)]
* Rectified crackpot indenting.

19 years ago* Documented wfIsBadImage and improved its regex.
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 10:33:20 +0000 (10:33 +0000)]
* Documented wfIsBadImage and improved its regex.

19 years ago* Fixed two spelling errors
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 10:13:19 +0000 (10:13 +0000)]
* Fixed two spelling errors
* Turned off using sorbs.net to check for open proxies

19 years agoBug 1755: RecentChanges URL carries duplicate limit
Jens Frank [Mon, 25 Apr 2005 10:08:51 +0000 (10:08 +0000)]
Bug 1755: RecentChanges URL carries duplicate limit

19 years ago*gasp*
Tim Starling [Mon, 25 Apr 2005 09:43:49 +0000 (09:43 +0000)]
*gasp*

19 years agophp's on crack.
Brion Vibber [Mon, 25 Apr 2005 09:32:06 +0000 (09:32 +0000)]
php's on crack.

19 years agoMove page tweaks:
Brion Vibber [Mon, 25 Apr 2005 09:25:06 +0000 (09:25 +0000)]
Move page tweaks:
* Handle attempt to move over self with a particular error message.
* Handle attempt to move page to invalid namespace or interwiki with a
particular error message.
* Don't offer to delete the target page if it's a self-move or illegal move!

19 years ago* Crackpot norwegians and their hardcoded html styles
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 09:06:51 +0000 (09:06 +0000)]
* Crackpot norwegians and their hardcoded html styles

19 years ago* addWikitext instead of addHTML
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 09:05:18 +0000 (09:05 +0000)]
* addWikitext instead of addHTML

19 years ago* (bug 1970) Don't show move tab for immobile pages
Brion Vibber [Mon, 25 Apr 2005 04:34:46 +0000 (04:34 +0000)]
* (bug 1970) Don't show move tab for immobile pages

19 years agoported live patches
Tim Starling [Mon, 25 Apr 2005 03:30:24 +0000 (03:30 +0000)]
ported live patches

19 years agoDisable Special:Sitesettings, as it is far far far from working.
Brion Vibber [Mon, 25 Apr 2005 02:25:50 +0000 (02:25 +0000)]
Disable Special:Sitesettings, as it is far far far from working.

19 years agoUserlevels and grouplevels have been moved out to a 'steward' group. Make
Brion Vibber [Mon, 25 Apr 2005 02:21:48 +0000 (02:21 +0000)]
Userlevels and grouplevels have been moved out to a 'steward' group. Make
the initially created sysop user a part of the group so they can assign
sysops etc.

19 years agoBug 1761: Cleanup of Recent Changes indicator flags
Jens Frank [Sun, 24 Apr 2005 15:43:49 +0000 (15:43 +0000)]
Bug 1761: Cleanup of Recent Changes indicator flags
Fix by Niklas Laxstrom

19 years agoBUG#1831 - Enotif patches for Wikinaut
Jens Frank [Sun, 24 Apr 2005 10:07:05 +0000 (10:07 +0000)]
BUG#1831 - Enotif patches for Wikinaut

19 years agoBUG#1644 - Fix: "Next #" link is displayed even if there are no more entries.
Jens Frank [Sun, 24 Apr 2005 09:31:57 +0000 (09:31 +0000)]
BUG#1644 - Fix: "Next #" link is displayed even if there are no more entries.

19 years agoMade updateSpecialPages.php more robust to database problems
Tim Starling [Sun, 24 Apr 2005 08:31:12 +0000 (08:31 +0000)]
Made updateSpecialPages.php more robust to database problems

19 years agoAutomatic reconnect when the connection is lost. This hopefully won't happen much...
Tim Starling [Sun, 24 Apr 2005 07:21:15 +0000 (07:21 +0000)]
reconnect when the connection is lost. This hopefully won't happen much for HTTP queries, since it breaks the transaction model. But it might be useful for maintenance scripts which sleep for long periods.

19 years agoSpecial:DoubleRedirects no longer returns false positives
Tim Starling [Sun, 24 Apr 2005 05:11:54 +0000 (05:11 +0000)]
Special:DoubleRedirects no longer returns false positives

19 years ago* (bug 1963) Fix deletion log link when $wgCapitalLinks is off
Brion Vibber [Sun, 24 Apr 2005 05:06:09 +0000 (05:06 +0000)]
* (bug 1963) Fix deletion log link when $wgCapitalLinks is off
Also, it was the wrong link! Original fix didn't get ported up from REL1_4.

19 years agoRemoved unused global
Tim Starling [Sun, 24 Apr 2005 04:39:17 +0000 (04:39 +0000)]
Removed unused global

19 years agoNew updateSpecialPages.php script, to update the QueryPage cache. Disabled recache...
Tim Starling [Sun, 24 Apr 2005 04:16:50 +0000 (04:16 +0000)]
New updateSpecialPages.php script, to update the QueryPage cache. Disabled recache parameter, using HTTP for long queries is a bad idea because of retries. Fixed broken QueryPage subclasses: Special:BrokenRedirects Special:Disambiguations and Special:DoubleRedirects.

19 years agonew function: getBrokenLinksFrom()
Tim Starling [Sun, 24 Apr 2005 04:13:47 +0000 (04:13 +0000)]
new function: getBrokenLinksFrom()

19 years agodon't check for isset() when variable is always initialized
Erik Moeller [Sun, 24 Apr 2005 01:31:31 +0000 (01:31 +0000)]
don't check for isset() when variable is always initialized

19 years agoinitialize $wgUploadNavigationUrl as false to avoid register_globals
Erik Moeller [Sun, 24 Apr 2005 01:23:38 +0000 (01:23 +0000)]
initialize $wgUploadNavigationUrl as false to avoid register_globals
exploits

19 years ago1) Enable upload navigation link for non-logged-in users. From a usability
Erik Moeller [Sun, 24 Apr 2005 00:53:12 +0000 (00:53 +0000)]
1) Enable upload navigation link for non-logged-in users. From a usability
perspective, navigation should not be surprising with random elements
popping up under certain circumstances only ("How do I upload" is a FAQ).
Special:Upload will show a message "You have to be logged in" for anonymous
users, so no confusion should arise.

2) New variable $wgUploadNavigationUrl for setting the URL to which
the "Upload file" link in the toolbox points. The German Wikipedia is striving
towards an approach where local uploads are enabled, but the navigation link
goes to the Commons. The link to Special:Upload will be put on a policy page
about fair use. In this way, fair use uploads are meant to be allowed as an
exception. A similar approach is likely to be used for Wikinews.

19 years ago* (bug 1754) Patch by Anders Wegge Jakobsen: Both Atom and RSS were using the
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 21:47:10 +0000 (21:47 +0000)]
* (bug 1754) Patch by Anders Wegge Jakobsen: Both Atom and RSS were using the
  same objectcache timestamp, hence if one feed is pulled the other was marked
  as current as weel, this means that a substantial time could pass until the
  'loosing' feed got updated.

19 years ago* Removed the troublesome regular expression in isValidEmailAddr which returns
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 21:20:09 +0000 (21:20 +0000)]
* Removed the troublesome regular expression in isValidEmailAddr which returns
  true now no matter what input it gets, see bug 959.

19 years ago* Fixed bogus arrows in 'previousdiff' and 'nextdiff'
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 21:02:22 +0000 (21:02 +0000)]
* Fixed bogus arrows in 'previousdiff' and 'nextdiff'

19 years ago* Removed getMathNames()
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 15:56:59 +0000 (15:56 +0000)]
* Removed getMathNames()

19 years ago* Removing $wgDefaultUserOptionsPt, languages shouldn't set this manually,
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 15:55:21 +0000 (15:55 +0000)]
* Removing  $wgDefaultUserOptionsPt, languages shouldn't set this manually,
  this particular array wasn't exported though and did nothing but waste a
  few bytes

19 years ago* Removing comments relating to $wgDefaultUserOptions
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 15:46:37 +0000 (15:46 +0000)]
* Removing comments relating to $wgDefaultUserOptions

19 years ago* Making $wgUserToggles an associative array has some very interesting
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 15:40:14 +0000 (15:40 +0000)]
* Making $wgUserToggles an associative array has some very interesting
  side-effects, from `SELECT user_options FROM user..`:
   "Sunting bagian dengan mengklik kanan judul bagian (JavaScript)=0"
   "Tampilkan daftar isi untuk artikel yang mempunyai lebih dari 3 heading=0"

19 years agooops
Tim Starling [Sat, 23 Apr 2005 12:43:45 +0000 (12:43 +0000)]
oops

19 years agoImplemented query group feature, needed for slow queries esp. in 1.4. Hopefully fixed...
Tim Starling [Sat, 23 Apr 2005 11:49:33 +0000 (11:49 +0000)]
Implemented query group feature, needed for slow queries esp. in 1.4. Hopefully fixed lagged slave mode. Added a simple method to simulate lagged slaves.

19 years agoRearranged flow to remove unnecessary debug output
Tim Starling [Sat, 23 Apr 2005 11:19:07 +0000 (11:19 +0000)]
Rearranged flow to remove unnecessary debug output

19 years agoChanges to raw page security handler:
Brion Vibber [Sat, 23 Apr 2005 08:51:39 +0000 (08:51 +0000)]
Changes to raw page security handler:
* Use SCRIPT_URL instead of PHP_SELF if available. This fixes a problem with
some hosts using rewrite rules for subdomains and CGI PHP which breaks
PHP_SELF.
* Instead of redirecting to the canonical URL on a suspect, just return a
403 Forbidden error. This might annoy a small number of people manually
constructing incorrect action=raw URLs, but should be much less invasive
than an infinite redirect loop when there are configuration bugs.

19 years agoBugfix: actually send the error message given to wfHttpError()
Brion Vibber [Sat, 23 Apr 2005 08:41:59 +0000 (08:41 +0000)]
Bugfix: actually send the error message given to wfHttpError()
The test for HEAD requests was done backwards, and is useless besides
(output is discarded automatically when responding to HEAD reqs).

19 years agoreverting...
Zheng Zhu [Fri, 22 Apr 2005 22:19:48 +0000 (22:19 +0000)]
reverting...

19 years agofix bug 1950. probably need to look at all other languages with custom constructor.
Zheng Zhu [Fri, 22 Apr 2005 22:14:35 +0000 (22:14 +0000)]
fix bug 1950. probably need to look at all other languages with custom constructor.

19 years ago* (bug 1950) Call parent constructor so converter is initialized
Brion Vibber [Fri, 22 Apr 2005 22:06:50 +0000 (22:06 +0000)]
* (bug 1950) Call parent constructor so converter is initialized

19 years ago* (bug 1949) Profiling typo in rare error case
Brion Vibber [Fri, 22 Apr 2005 20:41:58 +0000 (20:41 +0000)]
* (bug 1949) Profiling typo in rare error case

19 years ago* New look for the exif metadata.
Ævar Arnfjörð Bjarmason [Fri, 22 Apr 2005 18:11:06 +0000 (18:11 +0000)]
* New look for the exif metadata.

19 years agoAdd parser test case for a bug 361 case that's still failing
Brion Vibber [Fri, 22 Apr 2005 12:22:32 +0000 (12:22 +0000)]
Add parser test case for a bug 361 case that's still failing

19 years agoAdd parser test case for bug 1830 (passes in 1.5 code)
Brion Vibber [Fri, 22 Apr 2005 11:55:50 +0000 (11:55 +0000)]
Add parser test case for bug 1830 (passes in 1.5 code)

19 years agoNote for Windows users how to enable EXIF functions
Magnus Manske [Fri, 22 Apr 2005 08:07:30 +0000 (08:07 +0000)]
Note for Windows users how to enable EXIF functions

19 years agoRemove reference parameters on make*LinkObj() methods. They're unnecessary and PHP5...
Brion Vibber [Fri, 22 Apr 2005 02:56:26 +0000 (02:56 +0000)]
Remove reference parameters on make*LinkObj() methods. They're unnecessary and PHP5 is pickier about what it lets you pass that way. (Besides they're passed as normal references on PHP5 anyway.)

19 years agoDisable EXIF display if the PHP EXIF module isn't available.
Brion Vibber [Fri, 22 Apr 2005 01:59:36 +0000 (01:59 +0000)]
Disable EXIF display if the PHP EXIF module isn't available.

19 years agoDon't try to drop a column that doesn't exist. That's not helpful.
Brion Vibber [Fri, 22 Apr 2005 01:55:10 +0000 (01:55 +0000)]
Don't try to drop a column that doesn't exist. That's not helpful.

19 years agoDon't hide email notification preferences when user-to-user email is disabled
Brion Vibber [Thu, 21 Apr 2005 23:19:02 +0000 (23:19 +0000)]
Don't hide email notification preferences when user-to-user email is disabled

19 years agoRemove unnecessary quoting on table names which breaks table prefixes
Brion Vibber [Thu, 21 Apr 2005 22:37:32 +0000 (22:37 +0000)]
Remove unnecessary quoting on table names which breaks table prefixes

19 years ago* Adding img_metadata to image
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 22:10:08 +0000 (22:10 +0000)]
* Adding img_metadata to image

19 years ago* Moving img_exif to img_metadata, makes more sense if we're going to drop
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 21:16:12 +0000 (21:16 +0000)]
* Moving img_exif to img_metadata, makes more sense if we're going to drop
  some metadata for files which do not support exif in there (like Ogg or PNG)

19 years ago* Adding a new message 'exifdata', and translating it as 'Metadata'.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 20:59:34 +0000 (20:59 +0000)]
* Adding a new message 'exifdata', and translating it as 'Metadata'.