5565 Commits

Author SHA1 Message Date
Garvin Hicking
18498ddf57 Add missing constant 2007-03-11 13:34:15 +00:00
Garvin Hicking
1dbdbf1f51 Add missing constant 2007-03-11 13:34:15 +00:00
Garvin Hicking
28accffd18 * Fix permalink patterns for some cases to properly detect pagination variables instead of interpreting search words as those (garvinhicking) 2007-03-11 12:50:42 +00:00
Garvin Hicking
88188ee8e3 * Fix permalink patterns for some cases to properly detect pagination variables instead of interpreting search words as those (garvinhicking) 2007-03-11 12:50:42 +00:00
Garvin Hicking
6535c962bb Use old default setting 2007-03-11 12:35:50 +00:00
Garvin Hicking
9d6e2b8a97 Use old default setting 2007-03-11 12:35:50 +00:00
Garvin Hicking
7bd19444d5 Remove optimization, was causing trouble... 2007-03-09 09:25:51 +00:00
Garvin Hicking
544360dad3 Remove optimization, was causing trouble... 2007-03-09 09:25:51 +00:00
Garvin Hicking
7621de3337 Add 'serendipity_xml_icon' CSS class to links for XML icons to authors and syndication plugin 2007-03-09 09:04:40 +00:00
Garvin Hicking
f3148062ae Add 'serendipity_xml_icon' CSS class to links for XML icons to authors and syndication plugin 2007-03-09 09:04:40 +00:00
Ivan Cenov
8d7f8e1a3b 1) Added forgotten $Id keyword. 2007-03-08 18:09:58 +00:00
Ivan Cenov
2cfb1d6f0a 1) Added forgotten $Id keyword. 2007-03-08 18:09:58 +00:00
Ivan Cenov
feb46ad7a6 1) Translated serendipity_event_weblogping into BG.
2) Removed typing error.
2007-03-08 18:06:13 +00:00
Ivan Cenov
723098609e 1) Translated serendipity_event_weblogping into BG.
2) Removed typing error.
2007-03-08 18:06:13 +00:00
Garvin Hicking
ab22db27a6 Fix SQL error message display when invalid categories selected 2007-03-01 19:54:27 +00:00
Garvin Hicking
90b8af7cd5 Fix SQL error message display when invalid categories selected 2007-03-01 19:54:27 +00:00
Garvin Hicking
df13cb59f4 Fix is_array() check 2007-03-01 11:06:56 +00:00
Garvin Hicking
f8ba3a8a0c Fix is_array() check 2007-03-01 11:06:56 +00:00
Garvin Hicking
f9fcd0b434 Allow for some more benchmarkiness 2007-02-27 12:15:00 +00:00
Garvin Hicking
b4bfc40ae1 Allow for some more benchmarkiness 2007-02-27 12:15:00 +00:00
Garvin Hicking
532d12376c Optimize to avoid duplicate fetch 2007-02-27 12:14:20 +00:00
Garvin Hicking
cb416979a3 Optimize to avoid duplicate fetch 2007-02-27 12:14:20 +00:00
Garvin Hicking
f7f34ea0e9 Improve SQL query for fetching archive overview, from $year*$month queries to 1. :-) 2007-02-27 11:20:47 +00:00
Garvin Hicking
5911f9e54e Improve SQL query for fetching archive overview, from $year*$month queries to 1. :-) 2007-02-27 11:20:47 +00:00
Garvin Hicking
c645b81120 Improve installation on hosts where fsockopen() is disabled 2007-02-26 14:42:04 +00:00
Garvin Hicking
400b761623 Improve installation on hosts where fsockopen() is disabled 2007-02-26 14:42:04 +00:00
Garvin Hicking
239249d37e Fix CSS class spacing, thanks to Own Stubbs 2007-02-26 07:51:04 +00:00
Garvin Hicking
96a1de7ce5 Fix CSS class spacing, thanks to Own Stubbs 2007-02-26 07:51:04 +00:00
Garvin Hicking
1620072252 EXPERIMENTAL: Shuffled language, required for future authentication themes like OpenID. By Rob Richards 2007-02-23 13:57:39 +00:00
Garvin Hicking
ff150a6f4d EXPERIMENTAL: Shuffled language, required for future authentication themes like OpenID. By Rob Richards 2007-02-23 13:57:39 +00:00
Garvin Hicking
f0c9a37804 Better checks to see if the local PEAR inclusion is required 2007-02-22 11:56:26 +00:00
Garvin Hicking
5067eaf054 Better checks to see if the local PEAR inclusion is required 2007-02-22 11:56:26 +00:00
Garvin Hicking
ad469c127c Remove not yet supported filter call 2007-02-22 09:40:01 +00:00
Garvin Hicking
35bcbda057 Remove not yet supported filter call 2007-02-22 09:40:01 +00:00
Garvin Hicking
fa4abab990 Unneeded 2007-02-22 09:21:09 +00:00
Garvin Hicking
0c51294707 Unneeded 2007-02-22 09:21:09 +00:00
Garvin Hicking
8bc10bfba6 Restore old version 2007-02-22 09:07:13 +00:00
Garvin Hicking
e3813e51b0 Restore old version 2007-02-22 09:07:13 +00:00
Garvin Hicking
82efb8eef1 Downgrade to previous version, keep file count low. See mailinglist 2007-02-22 09:01:43 +00:00
Garvin Hicking
791fbb7b0c Downgrade to previous version, keep file count low. See mailinglist 2007-02-22 09:01:43 +00:00
Garvin Hicking
aec6fdbeb3 Fix spelling, thanks to YellowLED 2007-02-21 09:22:12 +00:00
Garvin Hicking
991d8c4438 Fix spelling, thanks to YellowLED 2007-02-21 09:22:12 +00:00
Garvin Hicking
4623f2d0c7 No longer accept trackbacks to draft entries.Thanks to j_b_poquelin 2007-02-15 08:46:23 +00:00
Garvin Hicking
bf7cc7e266 No longer accept trackbacks to draft entries.Thanks to j_b_poquelin 2007-02-15 08:46:23 +00:00
Garvin Hicking
08b92126cc * Do not store an unnecessary config value for check_password
and password user properties. Thanks to jenzo from the forums!
      (garvinhicking)
2007-02-14 14:06:41 +00:00
Garvin Hicking
bf196aa3ea * Do not store an unnecessary config value for check_password
and password user properties. Thanks to jenzo from the forums!
      (garvinhicking)
2007-02-14 14:06:41 +00:00
Garvin Hicking
5443cecf68 Fix showing proper plugin permissionship plugin 2007-02-13 08:35:53 +00:00
Garvin Hicking
50401a7d02 Fix showing proper plugin permissionship plugin 2007-02-13 08:35:53 +00:00
Garvin Hicking
9dcb2a1881 * Patch pingback receiving function to use proper Regexp, thanks to
dhaun from the forums
2007-02-12 12:12:31 +00:00
Garvin Hicking
075e9ea1d5 * Patch pingback receiving function to use proper Regexp, thanks to
dhaun from the forums
2007-02-12 12:12:31 +00:00