223 Commits

Author SHA1 Message Date
real_nowhereman
946ec9db7d setting new sysver 2008-03-05 09:57:12 +00:00
real_nowhereman
d7de5bf76f buffering output to prevent issues with BOMs in lang, plugins, themes, styles 2008-03-03 09:45:48 +00:00
real_nowhereman
7414932235 This is obviously a BIG commit.
It involves how widgets work. 

Now widgets must always be *registered* to work, even blockparser's.

Blockparser has got then a nice GUI to select which pages should be available as widgets; once the page has been enabled it is then available in the main widget panels

This solves the non-editable input things with non-firefox browsers: this way you just won't have the editbox anymore :P

I hope you'll like the changes.

There are many additions in lang files, so be careful to update (otherwise you'll get blank lines)!
2008-02-29 16:10:33 +00:00
real_nowhereman
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 2008-02-28 14:56:52 +00:00
real_nowhereman
02ad863fd9 partially reverting back changes to session... 2008-02-28 11:55:24 +00:00
real_nowhereman
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 :/ 2008-02-28 11:33:36 +00:00
real_nowhereman
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 2008-02-20 17:53:09 +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
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
e372e1ea5e commented out balanceTags for now... 2008-01-31 09:11:45 +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
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
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
7b01fb6758 themes and styles now sort()ed by ID 2007-11-16 20:56:27 +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
03a0fde2aa added support to single.tpl for themes (you'll have to specify $theme['hassingle']=true ; added theme_getdir() 2007-10-30 17:26:42 +00:00
real_nowhereman
2d662eca1c fixed bug with dir listing in lang_conf() 2007-10-30 12:18:42 +00:00
real_nowhereman
a68630bf35 First revision of FlatPress Crescendo+1 ( 0.703+n :) ) 2007-10-30 10:30:07 +00:00