Commit Graph

  • e59d7bc707 should fix issues on IIS real_nowhereman 2008-04-26 08:01:39 +00:00
  • dd652e4cc5 quick working around formatting date link for day real_nowhereman 2008-04-14 19:23:06 +00:00
  • 1c6fb0bb3d fixing some date/linking minor problems real_nowhereman 2008-04-14 07:46:47 +00:00
  • 90311e328d min-height for pre in leggero/leggero real_nowhereman 2008-04-14 07:12:04 +00:00
  • ff3fe3cd0f you 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
  • c1cb4e10d7 fix pagination with filtered entry list real_nowhereman 2008-04-10 10:59:19 +00:00
  • 8941599e5c stupid fix when using file_exists on a directory real_nowhereman 2008-04-04 09:51:06 +00:00
  • acf9641f1e should fix the double quotes in subject field for entries real_nowhereman 2008-03-31 21:16:43 +00:00
  • a6a0db42f5 should fix erroneous 404s real_nowhereman 2008-03-31 17:55:05 +00:00
  • aa77e6edf1 the 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
  • e201c260f2 made login session-less real_nowhereman 2008-03-28 12:25:43 +00:00
  • 52e9109843 another few stripslashes real_nowhereman 2008-03-27 17:53:47 +00:00
  • 8b0fecce71 forgot stripslashes real_nowhereman 2008-03-27 17:51:01 +00:00
  • c0a535f83c merging 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
  • b5758344d1 merging new-urls branch real_nowhereman 2008-03-24 20:25:33 +00:00
  • a05652c00b added 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
  • dd63a10b0d disabling antispam logging real_nowhereman 2008-03-21 13:39:14 +00:00
  • 49a853ddf3 forgot debug enabled real_nowhereman 2008-03-19 21:41:56 +00:00
  • 1cb77c3b1d minor graphic issue closing a div real_nowhereman 2008-03-19 21:30:11 +00:00
  • 696f7b6c74 should fix redirect real_nowhereman 2008-03-19 19:00:43 +00:00
  • 9ce8aacb2f fixes glitch with def-list in IE7 real_nowhereman 2008-03-19 16:22:15 +00:00
  • e61df38f90 admin skips input validation real_nowhereman 2008-03-19 13:46:29 +00:00
  • e61031f5b2 adding favicon plugin with FP favicon, hope you'll like it real_nowhereman 2008-03-19 09:35:37 +00:00
  • a7544bb47c markdown now fixed (?): lowered priority for pipe escaping on save, and raised on load real_nowhereman 2008-03-19 08:39:48 +00:00
  • 931bf69c0a should fix contact form real_nowhereman 2008-03-18 21:03:07 +00:00
  • 0d6ef5c515 using wp cookie-safe redirect; this should be hopefully 'free' (= shouldn't have drawbacks) real_nowhereman 2008-03-17 20:27:00 +00:00
  • 12b3af6073 should fix some problems with cookies (maybe sessions? if only!) real_nowhereman 2008-03-17 20:20:00 +00:00
  • d8832cd795 fixed the shi**y calendar widget real_nowhereman 2008-03-16 14:45:20 +00:00
  • cafabe1530 added .entry-info and .link-comments real_nowhereman 2008-03-16 08:31:46 +00:00
  • 14274d0680 making comments.php independent from SmartyValidate: less noise in sessions real_nowhereman 2008-03-14 16:40:00 +00:00
  • 8f3cc77ada forgot to quote constants real_nowhereman 2008-03-14 08:48:12 +00:00
  • 8ae594f690 committing debug mode enabled aaspam, also YAY for 101st commit real_nowhereman 2008-03-13 22:23:01 +00:00
  • d249400e85 should fix the commslock bug without new issues (crossing fingers) real_nowhereman 2008-03-12 14:13:11 +00:00
  • 6fca3df0bb raised priority, aligned to new conventions: cleaned up real_nowhereman 2008-03-08 14:21:02 +00:00
  • 27e209bb29 lowered priority for validation: first we will be doing local checks real_nowhereman 2008-03-08 14:20:07 +00:00
  • 9433f88372 admin comments skip validation real_nowhereman 2008-03-08 14:05:10 +00:00
  • 0073013ef5 fixed URL to flatpress home real_nowhereman 2008-03-06 15:33:23 +00:00
  • 3e426fcef3 fixed one of the URLs; not yet completely correct, I know real_nowhereman 2008-03-05 10:09:01 +00:00
  • 65f96ea1a9 nextpage, prevpage were swapped in singlepost real_nowhereman 2008-03-05 09:59:49 +00:00
  • 946ec9db7d setting new sysver real_nowhereman 2008-03-05 09:57:12 +00:00
  • 549bc88138 updating changelog with old releases real_nowhereman 2008-03-05 09:56:33 +00:00
  • 67fac1e13e moving 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
  • 7c91314ff5 removed a line from the description of widgets real_nowhereman 2008-03-05 09:32:30 +00:00
  • d7de5bf76f buffering output to prevent issues with BOMs in lang, plugins, themes, styles real_nowhereman 2008-03-03 09:45:48 +00:00
  • 0e208423b7 fixed settings-default real_nowhereman 2008-02-29 17:13:28 +00:00
  • d704c79ce9 fixed validator which allowed to post a blank filename for static pages real_nowhereman 2008-02-29 16:52:38 +00:00
  • 7414932235 This is obviously a BIG commit. real_nowhereman 2008-02-29 16:10:33 +00:00
  • 461d02ad78 updating mootools real_nowhereman 2008-02-29 13:36:09 +00:00
  • a85b1982c2 other js fixes, related to widgets; blockparser still does not work real_nowhereman 2008-02-29 11:20:27 +00:00
  • 6d271dd4fc this should fix the dnd panel for non-firefox browsers. RegExps AIN'T functions ;) real_nowhereman 2008-02-29 11:07:29 +00:00
  • 6de3b03406 removed old validators real_nowhereman 2008-02-29 09:58:46 +00:00
  • 7fc51f79d1 this 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
  • 5c096dcd37 fixed typo real_nowhereman 2008-02-28 14:32:18 +00:00
  • 02ad863fd9 partially reverting back changes to session... real_nowhereman 2008-02-28 11:55:24 +00:00
  • 61c2c36a95 I'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
  • 52aaf6ea3c captcha was computed when validating... not really useful real_nowhereman 2008-02-28 11:32:32 +00:00
  • cb2982c6f9 readmore using now 'if (query->single)' real_nowhereman 2008-02-22 11:02:52 +00:00
  • ca085c56e1 now .thumbs subdirs should work on every platform real_nowhereman 2008-02-22 10:42:48 +00:00
  • 3b3907d153 thumb_create didn't return a tuple when creating a new thumb real_nowhereman 2008-02-22 10:23:43 +00:00
  • f5bd65f529 the 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
  • 987eb106a4 fixes to pagination real_nowhereman 2008-02-20 13:48:12 +00:00
  • b66e99ddc5 muting some errors real_nowhereman 2008-02-20 10:52:10 +00:00
  • 13dcdfc942 now akismet should FINALLY work real_nowhereman 2008-02-20 10:25:09 +00:00
  • f2b6a11499 now the redirect bug should be *really* fixed real_nowhereman 2008-02-19 21:17:30 +00:00
  • 3f6242c9d0 fixing 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
  • 12ef0a7ecf should 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
  • df78f3176a undoing accidental commit real_nowhereman 2008-02-19 20:03:41 +00:00
  • 2a9f3dbafb akismet should now work: it was using a bad mixture of old/new commands real_nowhereman 2008-02-19 19:55:27 +00:00
  • 69f4510433 fixed 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
  • ae4ed473f7 prettyurls 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
  • e68b39ff39 removing anchors from url string before parsing real_nowhereman 2008-02-11 08:05:38 +00:00
  • ea7f5b9d83 does not 404 on rss (fixes rev59) - yay rev60! :D real_nowhereman 2008-02-11 07:56:16 +00:00
  • 509efe2188 now redirecting to the correct page. KNOWN ISSUE: on 404 (no content) output is html! real_nowhereman 2008-02-11 07:50:28 +00:00
  • c0764a5553 mailing/redirecting to correct url real_nowhereman 2008-02-11 07:41:27 +00:00
  • 559b7f1475 fixed printing of results real_nowhereman 2008-02-10 19:07:32 +00:00
  • 77a4319886 weekdays were wrong numbered real_nowhereman 2008-02-10 18:08:47 +00:00
  • 10929c56e6 search phrase was not lowercased, but content strings were real_nowhereman 2008-02-10 15:15:21 +00:00
  • c0642e4f0f huge 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
  • cacf56f276 admin.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
  • 64e3040cd3 Reverting escaping to true, you never know ;) real_nowhereman 2008-01-31 09:18:06 +00:00
  • e71729de5c Fixed 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
  • e372e1ea5e commented out balanceTags for now... real_nowhereman 2008-01-31 09:11:45 +00:00
  • 395ded8f77 added some padding to inputboxes real_nowhereman 2008-01-18 20:07:40 +00:00
  • bf553ff723 some 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
  • 74dfb21a1b fixed conflict with akismet in lang real_nowhereman 2008-01-17 19:04:32 +00:00
  • 8d6fe0b500 main object instanced in wp_head; should fix issues with prettyurls real_nowhereman 2008-01-16 21:06:48 +00:00
  • 34f682dd5a fixed whitespace real_nowhereman 2008-01-16 21:05:04 +00:00
  • af2cc0f4c3 Added 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
  • c4f437a47b Correctly redirects from old style links using system settingsand not via hardcoded strings real_nowhereman 2008-01-15 15:13:41 +00:00
  • bee0261315 reworked a bit the organization of editor-specific functions real_nowhereman 2008-01-05 12:36:22 +00:00
  • 7f8b177699 added some entry-specific classes real_nowhereman 2008-01-05 12:24:18 +00:00
  • c5755ce9d0 fixed some redirects, and converted widgets.raw to a non-automatically validated panel real_nowhereman 2008-01-03 20:04:16 +00:00
  • a6fe3b1af8 fixed lang var, now from fp_config[locale] everywhere (I think...) real_nowhereman 2008-01-03 19:50:33 +00:00
  • 01d2f767b5 added 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
  • fbe0b42e25 fixed write checks and error reporting real_nowhereman 2008-01-01 19:58:10 +00:00
  • 725a70f1d0 finally 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
  • 0154408499 added escaping/unescaping of delimiters real_nowhereman 2007-12-12 15:35:54 +00:00
  • 511a0a3d20 added prefiltering on save real_nowhereman 2007-12-12 15:28:51 +00:00