e59d7bc707should fix issues on IIS
real_nowhereman
2008-04-26 08:01:39 +00:00
dd652e4cc5quick working around formatting date link for day
real_nowhereman
2008-04-14 19:23:06 +00:00
1c6fb0bb3dfixing some date/linking minor problems
real_nowhereman
2008-04-14 07:46:47 +00:00
90311e328dmin-height for pre in leggero/leggero
real_nowhereman
2008-04-14 07:12:04 +00:00
ff3fe3cd0fyou can now enjoy pathinfo URLs! set PRETTYURLS_PATHINFO to true in the plugin.prettyurls.php; if it'll work change was trivial (please report any strange issues, it involved altering defaults.php)
real_nowhereman
2008-04-11 19:27:05 +00:00
c1cb4e10d7fix pagination with filtered entry list
real_nowhereman
2008-04-10 10:59:19 +00:00
8941599e5cstupid fix when using file_exists on a directory
real_nowhereman
2008-04-04 09:51:06 +00:00
acf9641f1eshould fix the double quotes in subject field for entries
real_nowhereman
2008-03-31 21:16:43 +00:00
aa77e6edf1the infamous "session bug" with antispam should be in fact a bug with prettyurls; some themes might refer their images (or, generally speaking, their resources) via relative paths, which are translated into wrong urls when prettyurls are enabled; this led to secondary requests to the same comment page, which made the plugin regenerate the question! the bug looked random because when those request came BEFORE the main page had been rendered the question stored in session would have been still correct; otherwise, if those came AFTER, the correct question was overwritten, and therefore the result would have been reported as wrong even though at a first glance it was not; now prettyurls correctly 404s when you point to a resource with a wrong path: update your themes if they are suffering from this bug (hey, really, you did not wondered why some images were not displayed sometimes??) :)
real_nowhereman
2008-03-29 11:15:42 +00:00
c0a535f83cmerging to trunk session-fix; it probably DIDN'T fix a heck, but at least ported the admin panel to a session-independent validating system
real_nowhereman
2008-03-24 20:31:37 +00:00
a05652c00badded print.css and other media types to the default one with a little hack; in a future version this will be redesigned
real_nowhereman
2008-03-24 20:18:56 +00:00
0073013ef5fixed URL to flatpress home
real_nowhereman
2008-03-06 15:33:23 +00:00
3e426fcef3fixed one of the URLs; not yet completely correct, I know
real_nowhereman
2008-03-05 10:09:01 +00:00
65f96ea1a9nextpage, prevpage were swapped in singlepost
real_nowhereman
2008-03-05 09:59:49 +00:00
946ec9db7dsetting new sysver
real_nowhereman
2008-03-05 09:57:12 +00:00
549bc88138updating changelog with old releases
real_nowhereman
2008-03-05 09:56:33 +00:00
67fac1e13emoving the script code to wp_footer, this has been reported to fix IE7 issues... well, let's try...
real_nowhereman
2008-03-05 09:37:55 +00:00
7c91314ff5removed a line from the description of widgets
real_nowhereman
2008-03-05 09:32:30 +00:00
d7de5bf76fbuffering output to prevent issues with BOMs in lang, plugins, themes, styles
real_nowhereman
2008-03-03 09:45:48 +00:00
a85b1982c2other js fixes, related to widgets; blockparser still does not work
real_nowhereman
2008-02-29 11:20:27 +00:00
6d271dd4fcthis should fix the dnd panel for non-firefox browsers. RegExps AIN'T functions ;)
real_nowhereman
2008-02-29 11:07:29 +00:00
6de3b03406removed old validators
real_nowhereman
2008-02-29 09:58:46 +00:00
7fc51f79d1this commit addresses some locale issues (date combobox in search template) and refactors a bit the date_formatting code; date_strformat was not used, so it's been modified to work as it should by moving around things a bit, and making it compatible - for what concerns the prototype of the function - to strftime
real_nowhereman
2008-02-28 14:56:52 +00:00
02ad863fd9partially reverting back changes to session...
real_nowhereman
2008-02-28 11:55:24 +00:00
61c2c36a95I've found some strange issues with aaspam which I can't track down; let's see if removing some stuff about sessions will make it better :/
real_nowhereman
2008-02-28 11:33:36 +00:00
52aaf6ea3ccaptcha was computed when validating... not really useful
real_nowhereman
2008-02-28 11:32:32 +00:00
cb2982c6f9readmore using now 'if (query->single)'
real_nowhereman
2008-02-22 11:02:52 +00:00
ca085c56e1now .thumbs subdirs should work on every platform
real_nowhereman
2008-02-22 10:42:48 +00:00
3b3907d153thumb_create didn't return a tuple when creating a new thumb
real_nowhereman
2008-02-22 10:23:43 +00:00
f5bd65f529the choice between 2 hashing algos was preventing maximum portability (if the target platform lacked the optional algorithm, while the install platform had it you couldn't login anymore): I've chosen salted md5, which is probably easier to find (well, I tested on 2 servers and they both lacked the other one: I was MAD): the salt is however very long, and once created you can edit it and reinstall again to make it even stronger
real_nowhereman
2008-02-20 17:53:09 +00:00
987eb106a4fixes to pagination
real_nowhereman
2008-02-20 13:48:12 +00:00
b66e99ddc5muting some errors
real_nowhereman
2008-02-20 10:52:10 +00:00
13dcdfc942now akismet should FINALLY work
real_nowhereman
2008-02-20 10:25:09 +00:00
f2b6a11499now the redirect bug should be *really* fixed
real_nowhereman
2008-02-19 21:17:30 +00:00
3f6242c9d0fixing date issues and contextually language: this should make it work finally both on windows and linux, yay!
real_nowhereman
2008-02-19 20:33:25 +00:00
12ef0a7ecfshould fix bad handling of 404 by making up a non existent entry -- unless you've written one on 00/00/2000 at 00:00:00, and then you really should tell me on WHICH DAY and MONTH that happened because if I were in you I'd be scared :P
real_nowhereman
2008-02-19 20:19:05 +00:00
cee2b6111a$post was not redefined when saving comment: prettyurls made a wrong url; need tests: is it now correct?
real_nowhereman
2008-02-19 20:10:54 +00:00
2a9f3dbafbakismet should now work: it was using a bad mixture of old/new commands
real_nowhereman
2008-02-19 19:55:27 +00:00
69f4510433fixed redirect in comments (baaw!) incidentally I've added a new option for panels to define mandatory argument; why? BECAUSE I CAN! BAWAHAHAHA; really because I hadn't any other idea, and this sounded nice; I'll have to port the other panels for simmetry, but in the meantime they should still work ok.
real_nowhereman
2008-02-17 20:24:04 +00:00
ae4ed473f7prettyurls are not working if (for instance) the root dir is symlinked and defaults.php is left unchanged! so we should probably get the path from fp_config and as a plus maybe compare to the auto generated one.
real_nowhereman
2008-02-11 08:17:17 +00:00
e68b39ff39removing anchors from url string before parsing
real_nowhereman
2008-02-11 08:05:38 +00:00
ea7f5b9d83does not 404 on rss (fixes rev59) - yay rev60! :D
real_nowhereman
2008-02-11 07:56:16 +00:00
509efe2188now redirecting to the correct page. KNOWN ISSUE: on 404 (no content) output is html!
real_nowhereman
2008-02-11 07:50:28 +00:00
c0764a5553mailing/redirecting to correct url
real_nowhereman
2008-02-11 07:41:27 +00:00
559b7f1475fixed printing of results
real_nowhereman
2008-02-10 19:07:32 +00:00
77a4319886weekdays were wrong numbered
real_nowhereman
2008-02-10 18:08:47 +00:00
10929c56e6search phrase was not lowercased, but content strings were
real_nowhereman
2008-02-10 15:15:21 +00:00
c0642e4f0fhuge security commit, this should be an almost hassle-free hash salt: the salt is created on setup and then STORED in fp-content/config/hashsalt.conf.php (you can change the name of the file from defaults.php);
real_nowhereman
2008-02-10 14:20:09 +00:00
cacf56f276admin.php allowed to see intro panel to non-loggedin users! (not really harmful, it just looked as if it was)
real_nowhereman
2008-02-10 14:11:44 +00:00
64e3040cd3Reverting escaping to true, you never know ;)
real_nowhereman
2008-01-31 09:18:06 +00:00
e71729de5cFixed problem with [code] tag and inline html: please notice that it is now assumed that with inline html you're not using [html] tag, so DON'T because it will unescape the code twice which is BAD ;)
real_nowhereman
2008-01-31 09:14:15 +00:00
e372e1ea5ecommented out balanceTags for now...
real_nowhereman
2008-01-31 09:11:45 +00:00
395ded8f77added some padding to inputboxes
real_nowhereman
2008-01-18 20:07:40 +00:00
bf553ff723some fixes to flatmaas-rev admin panel
real_nowhereman
2008-01-18 19:58:52 +00:00
4c6438f2f2"old widget" list lacked <ul>
real_nowhereman
2008-01-18 19:56:51 +00:00
74dfb21a1bfixed conflict with akismet in lang
real_nowhereman
2008-01-17 19:04:32 +00:00
8d6fe0b500main object instanced in wp_head; should fix issues with prettyurls
real_nowhereman
2008-01-16 21:06:48 +00:00
af2cc0f4c3Added new style for prettyurls: set PRETTYURLS_TITLES to false (head of the plugin): this way titles will just show as an entry id
real_nowhereman
2008-01-16 20:34:37 +00:00
c4f437a47bCorrectly redirects from old style links using system settingsand not via hardcoded strings
real_nowhereman
2008-01-15 15:13:41 +00:00
bee0261315reworked a bit the organization of editor-specific functions
real_nowhereman
2008-01-05 12:36:22 +00:00
7f8b177699added some entry-specific classes
real_nowhereman
2008-01-05 12:24:18 +00:00
c5755ce9d0fixed some redirects, and converted widgets.raw to a non-automatically validated panel
real_nowhereman
2008-01-03 20:04:16 +00:00
a6fe3b1af8fixed lang var, now from fp_config[locale] everywhere (I think...)
real_nowhereman
2008-01-03 19:50:33 +00:00
01d2f767b5added metatags to <head>, if plugin archives is enabled; core.theme changes in the name of a function to a more general one might require flushing fp-content/cache/* :)
real_nowhereman
2008-01-02 17:21:21 +00:00
fbe0b42e25fixed write checks and error reporting
real_nowhereman
2008-01-01 19:58:10 +00:00
725a70f1d0finally moved from simple md5 to salted wp_hash ; please remember to REINSTALL and OVERWRITE your old user in order to be able to login !
real_nowhereman
2008-01-01 09:34:41 +00:00
0154408499added escaping/unescaping of delimiters
real_nowhereman
2007-12-12 15:35:54 +00:00
511a0a3d20added prefiltering on save
real_nowhereman
2007-12-12 15:28:51 +00:00