59 Commits

Author SHA1 Message Date
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
real_nowhereman
4fe6a01fe6 plugins were not sorted, for now sortef by ID (not name) 2007-11-09 09:14:49 +00:00
real_nowhereman
34f5910d79 name of plugin thumbs in description 2007-11-09 09:06:15 +00:00
real_nowhereman
4df312c056 fixed "view" link in static list 2007-11-09 09:04:30 +00:00
real_nowhereman
3db723707c some css tuning 2007-11-09 08:59:49 +00:00
real_nowhereman
a1ef058ab0 prettyurls: some fixes to the htaccess editor 2007-11-09 08:09:15 +00:00
real_nowhereman
e3f853092e don't check errors on submit 2007-11-09 08:08:21 +00:00
real_nowhereman
ecba184106 some fixes in leggero css 2007-11-09 07:44:11 +00:00
real_nowhereman
b0a4c92d4d "bbcode itself is a plugin" 2007-11-08 08:19:15 +00:00
real_nowhereman
dea5876cbd Several fixes - I hope - to prettyurls, still some issues on some servers, need to investigate this DIRNAME/ to DIRNAME.php 2007-11-06 21:26:14 +00:00
real_nowhereman
d021b5f625 bbcode: fixed newline in scaled imgs (before <a ) 2007-11-06 19:21:28 +00:00
real_nowhereman
1ebd86cfbd fixed bugs in plugin config and asymmetry for plugin_getoptions(); fixed akismet consequently 2007-11-06 18:57:10 +00:00
real_nowhereman
846adeccf9 non-theme dir were listed as themes. now checking for the existance of $dir/themes.conf.php : old-style themes will be therefore IGNORED 2007-11-02 17:12:10 +00:00