71 Commits

Author SHA1 Message Date
real_nowhereman
b66e99ddc5 muting some errors 2008-02-20 10:52:10 +00:00
real_nowhereman
13dcdfc942 now akismet should FINALLY work 2008-02-20 10:25:09 +00:00
real_nowhereman
f2b6a11499 now the redirect bug should be *really* fixed 2008-02-19 21:17:30 +00:00
real_nowhereman
3f6242c9d0 fixing date issues and contextually language: this should make it work finally both on windows and linux, yay! 2008-02-19 20:33:25 +00:00
real_nowhereman
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 2008-02-19 20:19:05 +00:00
real_nowhereman
cee2b6111a $post was not redefined when saving comment: prettyurls made a wrong url; need tests: is it now correct? 2008-02-19 20:10:54 +00:00
real_nowhereman
df78f3176a undoing accidental commit 2008-02-19 20:03:41 +00:00
real_nowhereman
2a9f3dbafb akismet should now work: it was using a bad mixture of old/new commands 2008-02-19 19:55:27 +00:00
real_nowhereman
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. 2008-02-17 20:24:04 +00:00
real_nowhereman
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. 2008-02-11 08:17:17 +00:00
real_nowhereman
e68b39ff39 removing anchors from url string before parsing 2008-02-11 08:05:38 +00:00
real_nowhereman
ea7f5b9d83 does not 404 on rss (fixes rev59) - yay rev60! :D 2008-02-11 07:56:16 +00:00
real_nowhereman
509efe2188 now redirecting to the correct page.
KNOWN ISSUE: on 404 (no content) output is html!
2008-02-11 07:50:28 +00:00
real_nowhereman
c0764a5553 mailing/redirecting to correct url 2008-02-11 07:41:27 +00:00
real_nowhereman
559b7f1475 fixed printing of results 2008-02-10 19:07:32 +00:00
real_nowhereman
77a4319886 weekdays were wrong numbered 2008-02-10 18:08:47 +00:00
real_nowhereman
10929c56e6 search phrase was not lowercased, but content strings were 2008-02-10 15:15:21 +00:00
real_nowhereman
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); 

as salt is based on the path on the server, if you had to move to another directory or to another server, then you wouldn't be able to login anymore and you had to reinstall, now this shouldn't be needed anymore; moreover as this is now safe in a file we can add additional security by
* concatenating the default paths+random blog id to another random number, which is not written anywhere else
* changing the contents with your very own salt string: then re-run setup and overwrite your old user: the hashsalt won't be overwritten (this needs testing)
2008-02-10 14:20:09 +00:00
real_nowhereman
cacf56f276 admin.php allowed to see intro panel to non-loggedin users! (not really harmful, it just looked as if it was) 2008-02-10 14:11:44 +00:00
real_nowhereman
64e3040cd3 Reverting escaping to true, you never know ;) 2008-01-31 09:18:06 +00:00
real_nowhereman
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 ;) 2008-01-31 09:14:15 +00:00
real_nowhereman
e372e1ea5e commented out balanceTags for now... 2008-01-31 09:11:45 +00:00
real_nowhereman
395ded8f77 added some padding to inputboxes 2008-01-18 20:07:40 +00:00
real_nowhereman
bf553ff723 some fixes to flatmaas-rev admin panel 2008-01-18 19:58:52 +00:00
real_nowhereman
4c6438f2f2 "old widget" list lacked <ul> 2008-01-18 19:56:51 +00:00
real_nowhereman
74dfb21a1b fixed conflict with akismet in lang 2008-01-17 19:04:32 +00:00
real_nowhereman
8d6fe0b500 main object instanced in wp_head; should fix issues with prettyurls 2008-01-16 21:06:48 +00:00
real_nowhereman
34f682dd5a fixed whitespace 2008-01-16 21:05:04 +00:00
real_nowhereman
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
e.g. http://yourblog.tld/flatpress/2008/01/16/entry160108-123456/
2008-01-16 20:34:37 +00:00
real_nowhereman
c4f437a47b Correctly redirects from old style links using system settingsand not via hardcoded strings 2008-01-15 15:13:41 +00:00
real_nowhereman
bee0261315 reworked a bit the organization of editor-specific functions 2008-01-05 12:36:22 +00:00
real_nowhereman
7f8b177699 added some entry-specific classes 2008-01-05 12:24:18 +00:00
real_nowhereman
c5755ce9d0 fixed some redirects, and converted widgets.raw to a non-automatically validated panel 2008-01-03 20:04:16 +00:00
real_nowhereman
a6fe3b1af8 fixed lang var, now from fp_config[locale] everywhere (I think...) 2008-01-03 19:50:33 +00:00
real_nowhereman
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/* :) 2008-01-02 17:21:21 +00:00
real_nowhereman
fbe0b42e25 fixed write checks and error reporting 2008-01-01 19:58:10 +00:00
real_nowhereman
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 ! 2008-01-01 09:34:41 +00:00
real_nowhereman
0154408499 added escaping/unescaping of delimiters 2007-12-12 15:35:54 +00:00
real_nowhereman
511a0a3d20 added prefiltering on save 2007-12-12 15:28:51 +00:00
real_nowhereman
9d7ddd4f94 added check on ip sanity 2007-12-11 15:34:03 +00:00
real_nowhereman
d48a33cee6 admin.php now correctly requires ADMIN_DIR/main.php 2007-12-06 18:09:18 +00:00
real_nowhereman
ae7675c234 fixed permalink_link to post_link : correct? 2007-12-05 20:15:21 +00:00
real_nowhereman
1b489fecef enabled [size] in bbcode 2007-12-05 20:06:18 +00:00
real_nowhereman
4f1c0371d1 now lang id is correctly got from fp_config[locale][lang];
todo: check encoding!
2007-11-25 16:45:47 +00:00
real_nowhereman
6aec1ba197 fixed bug with encoding in author name (comments) 2007-11-25 15:13:01 +00:00
real_nowhereman
2cf8a143cf added some sorting to plugin panel 2007-11-24 19:28:27 +00:00
real_nowhereman
6e36606403 fixed css in plugin admin panel 2007-11-24 19:18:42 +00:00
real_nowhereman
8d016b6c07 calendar aligned to new FPDB syntax 2007-11-24 19:12:51 +00:00
real_nowhereman
7b01fb6758 themes and styles now sort()ed by ID 2007-11-16 20:56:27 +00:00
real_nowhereman
f43109aacf other cosmetic changes in tables+css 2007-11-09 09:32:28 +00:00