192 Commits

Author SHA1 Message Date
Garvin Hicking
acf9321f23 Fix SQL injection reported by Dr. Neal Krawetz 2007-06-17 10:45:24 +00:00
Garvin Hicking
f825496eea Use HTTP 404 where needed 2007-06-14 09:14:15 +00:00
Garvin Hicking
143fd3bc8e Fix URL permalink lookup in some cases 2007-06-06 09:11:00 +00:00
Garvin Hicking
0c85bcbcc7 Allow possibility to style the backend (surrounding layout + entry editor so far) 2007-05-30 11:20:53 +00:00
Garvin Hicking
9407436fad Add sqlite3 support, by geekmug 2007-05-18 07:59:14 +00:00
Garvin Hicking
8dfd40b867 support IPv6 lengths 2007-05-02 08:56:17 +00:00
Garvin Hicking
c11da41b2c document 2007-04-25 10:01:19 +00:00
Garvin Hicking
32e9f37dc0 * Fix bug in conjunction with PHP 5.2.1 changed variable-by-reference
handling that could result in no groups being listed for author
      accounts (garvinhicking)
2007-04-17 11:12:05 +00:00
Garvin Hicking
20e11155f5 * Fix redundant space when inserting links through the non-WYSIWYG
editor panel. Fix "null" insertion. Thanks to Alp Uckan.
2007-04-16 10:09:44 +00:00
Garvin Hicking
d2cad318f6 fix typo that made rss-fullfeed things to not properly work as intended 2007-04-12 09:34:12 +00:00
Garvin Hicking
9579848aa7 CSS charset header must be emitted, thanks to SADtg 2007-04-12 09:22:44 +00:00
Garvin Hicking
c2c7f4357c Strip tags from comments also in RSS-Feeds for comments, thanks to
tmix from the forums (garvinhicking)
2007-04-11 10:17:10 +00:00
Garvin Hicking
3c663975d7 * Patch #1697590: Proper directory name of SQLite DB-error messages,
thanks to Thijs Kinkhorst
2007-04-10 13:23:34 +00:00
Garvin Hicking
0d4b3ce312 Enabled CacheControl by default 2007-04-10 09:20:21 +00:00
Garvin Hicking
d615fb61de Fix bad prev/next permalinks when using wrapper.php embedding 2007-04-05 09:33:48 +00:00
Garvin Hicking
a1019d5893 Display theme's preview_fullsize.jpg image when existing. 2007-04-03 08:21:34 +00:00
Garvin Hicking
f9b3ecd166 Upgrade Smarty to 2.6.18 2007-04-02 08:06:52 +00:00
Garvin Hicking
96e12bc5d6 Make plugins be able to emit custom RSS feeds, see http://board.s9y.org/viewtopic.php?p=53320#53320 2007-04-01 11:55:46 +00:00
Garvin Hicking
67a6cb8a65 * Fix missing %username% permalink pattern in single entry view.
Patch by cress_cc
2007-04-01 11:16:23 +00:00
Garvin Hicking
e7ff887407 Allow non-standard port specification 2007-03-30 10:02:05 +00:00
Garvin Hicking
3664971ca9 Show current captcha look in the plugin configuration menu 2007-03-26 09:37:41 +00:00
Garvin Hicking
39f6c69764 Add new category property to hide blog postings made into sub-categories from the frontend view, per category. Thanks to netmorix from the forums! 2007-03-22 11:43:59 +00:00
Garvin Hicking
8f0925079d Improve usability by removing possibly dangerous options from personal configuration and moving them to the user management. Also rename the description options for those options.
Thanks to lendulado from the forums for these suggestions.
2007-03-22 10:27:18 +00:00
Garvin Hicking
cbe01bfb14 Fix track exit ids off by one when being used in conjunction with caching plugin 2007-03-21 10:53:46 +00:00
Garvin Hicking
00fdf89123 Revert permalink change, breaks too much.
Instead, freetag plugin was patched
2007-03-19 08:36:38 +00:00
Garvin Hicking
6135ad4595 Fix dot character problem in permalinks like the freetag plugin not giving proper pagination 2007-03-15 10:05:04 +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
ab22db27a6 Fix SQL error message display when invalid categories selected 2007-03-01 19:54:27 +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
c645b81120 Improve installation on hosts where fsockopen() is disabled 2007-02-26 14:42:04 +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
4623f2d0c7 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
5443cecf68 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
d85430e31a Update spamblock plugin to update a .htaccess file with DENY rules based on recent spammer IPs. EXPERIMENTAL. 2007-02-09 10:42:03 +00:00
Garvin Hicking
9a7632c8b7 Shared http/https sessions by rob richards from the forums 2007-02-08 12:08:43 +00:00
Garvin Hicking
1c83a7099a Added PDO::Postgres DB-layer support by Theo Schlossnagle 2007-02-06 08:27:29 +00:00
Garvin Hicking
7a7dc4f824 Dutch translation update with many fixes by Sam Geeraerts 2007-01-26 09:26:10 +00:00
Garvin Hicking
6f2dcc79d4 Patch by Lars to improve quicksearch usability 2007-01-26 08:27:36 +00:00
Garvin Hicking
6c0ebe7530 Moved drag+drop and YahooUI library into templates/default/ to be used in shared installation environments 2007-01-22 12:11:49 +00:00
Garvin Hicking
663fb97289 Allow some WP import tweaks by jtb 2007-01-22 10:45:39 +00:00
Garvin Hicking
586030a0ad Allow spartacus plugin to configure which repositories to connect to 2007-01-14 16:21:08 +00:00
Garvin Hicking
18fa2c1dc1 Remove 'View' option for drafted entries in the 'Edit entries' section and replace with a 'Preview' option. 2007-01-14 16:06:03 +00:00
Garvin Hicking
1b5e8e4821 Make spamblock plugin be more verbose in moderation-queue emails. RFE #1626712 2007-01-14 15:33:48 +00:00
Garvin Hicking
a5337f5309 BBcode improvements by jez hancock 2007-01-14 15:21:36 +00:00
Garvin Hicking
61af927a06 Patch categories plugin 2007-01-14 14:56:47 +00:00
Garvin Hicking
917f049889 * Change order of trackback execution flow (again) to preserve
references for plugins like Track Exits, when used in conjunction
      with the entryproperties cache (garvinhicking)
2007-01-14 14:49:28 +00:00
Garvin Hicking
512bf7d17a mbstring check by mila 2007-01-14 12:55:58 +00:00
Garvin Hicking
93ac1d9107 Fix a bug that prevented some entryproperty-plugins to execute on the entry detail pane. Thanks to dragonblast from the forums 2007-01-12 08:23:00 +00:00