421 Commits

Author SHA1 Message Date
real_nowhereman
4263c3fb8d namespacing widgets, IE9 hotfix 2011-04-13 10:30:38 +00:00
real_nowhereman
3afb36c788 jquery updated to last version 2011-04-13 10:25:01 +00:00
real_nowhereman
b3d2f36249 jquery updated to last version 2011-04-13 10:16:10 +00:00
real_nowhereman
10a56bc3d0 updated smarty to last stable build 2011-04-12 08:18:10 +00:00
real_nowhereman
0e962daf68 fixes paging with PRETTYURLS_TITLES = true 2011-04-05 11:59:00 +00:00
real_nowhereman
e174601c79 remove debug statement 2011-04-04 12:15:30 +00:00
real_nowhereman
35bcf84f57 prettyurls multiple 'backend' 2011-04-04 10:33:56 +00:00
real_nowhereman
fbbe7acc4e set fp_user=null to be sure... 2011-04-03 20:24:08 +00:00
real_nowhereman
b9c3a2e7af revert clumsy r376 2011-04-03 19:38:07 +00:00
real_nowhereman
084fd83ca6 ver string bump 2011-04-03 17:22:38 +00:00
real_nowhereman
1bcdd215b1 nasty auth bug 2011-04-03 17:15:36 +00:00
real_nowhereman
ee6e7c551c nasty auth bug 2011-04-03 17:13:12 +00:00
real_nowhereman
d3f7b04446 reverted back JS confirm 2010-11-07 13:36:30 +00:00
real_nowhereman
9606e13aad comment were not deleted 2010-11-07 12:07:48 +00:00
real_nowhereman
9503be02e2 fix version check 2010-11-05 13:09:18 +00:00
real_nowhereman
2b054364fe in_array converted strings to INTs before leading to errors on some architectures.
fixed by making all calls to in_array and array_search STRICT (3d param, bool = true)
(thanks to henkjan)
2010-11-05 09:05:47 +00:00
real_nowhereman
f971cb7866 fix typos 2010-11-03 15:24:52 +00:00
real_nowhereman
8c6289bc17 bump version number 2010-10-25 17:00:00 +00:00
real_nowhereman
c5fcc39d7f prevent injections 2010-10-21 09:03:50 +00:00
real_nowhereman
403b1bf5e0 YO DAWG I HEARD U LIKE FIXES SO I PUT A FIX IN YO FIX SO YOU CAN COMMIT WHILE YOU COMMIT 2010-10-11 10:26:36 +00:00
real_nowhereman
c52c7b72d2 completing the fix for the backslash problem (which is still anyway an ugly hack) 2010-10-10 16:10:46 +00:00
real_nowhereman
b739d502f5 attempt to fix backslash problem (not tested) 2010-10-08 18:01:59 +00:00
real_nowhereman
44257345c9 corrections suggested by Stanley on the forums 2010-10-05 14:23:38 +00:00
real_nowhereman
8dfa99d8c6 prevent cat-0 from being tampered with 2010-09-29 19:41:16 +00:00
real_nowhereman
ea2de810ac publish_post action must be subsequent to draft_save, which calls entry_prepare, which in turn sets global $post 2010-09-16 09:16:05 +00:00
real_nowhereman
925eeb979a did not throw an error on non-existent category; thanks to pierovdfn for reporting 2010-09-13 15:56:46 +00:00
real_nowhereman
5b5a46eeb0 comments page now show a "comments" text in <title> of the page (as requested some time ago on the forums) 2010-09-05 13:22:29 +00:00
real_nowhereman
bea964e517 avoid rather nasty potential XSS vulnerability 2010-09-05 13:14:51 +00:00
real_nowhereman
9b5afb0f7e forgot the actual ICO file 2010-09-01 18:33:28 +00:00
real_nowhereman
0c5cb9b390 the favicon image MUST be named "favicon.ico"... 2010-09-01 18:09:37 +00:00
real_nowhereman
c173e4943c the favicon image MUST be named "favicon.ext"! (or IE won't show it...) 2010-09-01 06:35:44 +00:00
real_nowhereman
3c94284f70 Did I REALLY parsed entry TWICE in comments and permalinks??
added 'localcache' field in FPDB_Query, keeps a hash with last "fullparsed" entries
2010-08-27 19:56:42 +00:00
real_nowhereman
9acf583332 max-height + scrollbar on the preview 2010-08-26 17:23:34 +00:00
real_nowhereman
2e41413efe updated plugin, modified admin panel with empty divs; now save&continue (sort-of) works (experimental!) 2010-08-25 19:54:25 +00:00
real_nowhereman
8177592469 adding plugin hooks to panels (experimental) 2010-08-25 17:40:09 +00:00
real_nowhereman
9c577211fd ugly workaround to fix jQuery UI vs. IE8 bug 2010-08-23 17:21:56 +00:00
real_nowhereman
8723504185 partial fix to widget panel bug (still error on trashing --IE8) 2010-08-23 14:23:49 +00:00
real_nowhereman
fb74b70049 support for custom alt, title attributes in [img] 2010-08-23 07:08:08 +00:00
real_nowhereman
24596571c7 Fix notice (walker/not a valid index(0)) when index is composed of one entry 2010-08-22 16:42:47 +00:00
real_nowhereman
d7c5a410bf should fix bug with 404: always returning true for non-existing entries 2010-08-17 08:08:23 +00:00
real_nowhereman
e8d5060f44 experimental exclusive lock on index: now you can try and mess around with multiple users (I'm NOT endorsing that, though!!) 2010-08-16 08:24:55 +00:00
real_nowhereman
62f35d502c function_exists() is now replaced by is_callable() since the widget callback is no longer plugin_PLUGINNAME_widget() but can be set via register_widget() 2010-08-14 09:14:20 +00:00
real_nowhereman
5aa9c647ff delete syntaxhighlighter: goodbye, it's been one hell of a ride... but it's been non-functional for a some time, now 2010-08-12 12:16:07 +00:00
real_nowhereman
fec91ae412 many minor edits, porting to jQuery (thanks to pierovdfn!) 2010-08-12 10:02:52 +00:00
real_nowhereman
9ce051113a revert unwanted commit 2010-07-01 10:11:49 +00:00
real_nowhereman
9dbd816209 added more options 2010-06-27 13:23:16 +00:00
real_nowhereman
d6261d4763 postviews plugin no longer fiddling with (supposedly) private fields of FPDB_Query 2010-04-23 18:36:47 +00:00
real_nowhereman
d7ed051fab fixed escaping 2010-04-18 07:58:55 +00:00
real_nowhereman
6818c2854e fix XSS lastcomments plugin http://www.exploit-db.com/exploits/12034 2010-04-04 08:37:33 +00:00
real_nowhereman
d25c3ca1e6 fixed XSS http://www.securityfocus.com/bid/37471/info 2010-01-28 09:38:10 +00:00