real_nowhereman
02d8d27418
things are starting to get going
2008-09-08 07:37:07 +00:00
real_nowhereman
141ef1292a
iterators should now work; need to update the behaviour of the upper lever classes
2008-09-07 15:19:13 +00:00
real_nowhereman
8df42deeba
now FP set-ups (first need to create fp-content/index/); it won't work anyway
2008-09-07 14:43:17 +00:00
real_nowhereman
b3e97edd66
adding index manager, still probably not functional
2008-09-06 13:46:03 +00:00
real_nowhereman
dea2a2fa87
a few preliminar changes, not working yet
2008-09-06 10:10:30 +00:00
real_nowhereman
caa6e32751
first commit of bplustree class
2008-09-04 15:17:50 +00:00
real_nowhereman
537c8eca82
isNumber is valid with < 0
2008-05-22 07:40:58 +00:00
real_nowhereman
c2f84add53
setting 0.804 version
2008-05-10 16:53:18 +00:00
real_nowhereman
6c891bfb86
fixed notice messages on pass-by-reference
2008-05-10 15:11:32 +00:00
real_nowhereman
e59d7bc707
should fix issues on IIS
2008-04-26 08:01:39 +00:00
real_nowhereman
1c6fb0bb3d
fixing some date/linking minor problems
2008-04-14 07:46:47 +00:00
real_nowhereman
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)
2008-04-11 19:27:05 +00:00
real_nowhereman
8941599e5c
stupid fix when using file_exists on a directory
2008-04-04 09:51:06 +00:00
real_nowhereman
52e9109843
another few stripslashes
2008-03-27 17:53:47 +00:00
real_nowhereman
8b0fecce71
forgot stripslashes
2008-03-27 17:51:01 +00:00
real_nowhereman
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
2008-03-24 20:31:37 +00:00
real_nowhereman
b5758344d1
merging new-urls branch
2008-03-24 20:25:33 +00:00
real_nowhereman
a05652c00b
added print.css and other media types to the default one with a little hack; in a future version this will be redesigned
2008-03-24 20:18:56 +00:00
real_nowhereman
696f7b6c74
should fix redirect
2008-03-19 19:00:43 +00:00
real_nowhereman
a7544bb47c
markdown now fixed (?): lowered priority for pipe escaping on save, and raised on load
2008-03-19 08:39:48 +00:00
real_nowhereman
0d6ef5c515
using wp cookie-safe redirect; this should be hopefully 'free' (= shouldn't have drawbacks)
2008-03-17 20:27:00 +00:00
real_nowhereman
12b3af6073
should fix some problems with cookies (maybe sessions? if only!)
2008-03-17 20:20:00 +00:00
real_nowhereman
d249400e85
should fix the commslock bug without new issues (crossing fingers)
2008-03-12 14:13:11 +00:00
real_nowhereman
65f96ea1a9
nextpage, prevpage were swapped in singlepost
2008-03-05 09:59:49 +00:00
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
d704c79ce9
fixed validator which allowed to post a blank filename for static pages
2008-02-29 16:52:38 +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