real_nowhereman
d249400e85
should fix the commslock bug without new issues (crossing fingers)
2008-03-12 14:13:11 +00:00
real_nowhereman
6fca3df0bb
raised priority, aligned to new conventions: cleaned up
2008-03-08 14:21:02 +00:00
real_nowhereman
27e209bb29
lowered priority for validation: first we will be doing local checks
2008-03-08 14:20:07 +00:00
real_nowhereman
9433f88372
admin comments skip validation
2008-03-08 14:05:10 +00:00
real_nowhereman
0073013ef5
fixed URL to flatpress home
2008-03-06 15:33:23 +00:00
real_nowhereman
3e426fcef3
fixed one of the URLs; not yet completely correct, I know
2008-03-05 10:09:01 +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
549bc88138
updating changelog with old releases
2008-03-05 09:56:33 +00:00
real_nowhereman
67fac1e13e
moving the script code to wp_footer, this has been reported to fix IE7 issues... well, let's try...
2008-03-05 09:37:55 +00:00
real_nowhereman
7c91314ff5
removed a line from the description of widgets
2008-03-05 09:32:30 +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
0e208423b7
fixed settings-default
2008-02-29 17:13:28 +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
461d02ad78
updating mootools
2008-02-29 13:36:09 +00:00
real_nowhereman
a85b1982c2
other js fixes, related to widgets; blockparser still does not work
2008-02-29 11:20:27 +00:00
real_nowhereman
6d271dd4fc
this should fix the dnd panel for non-firefox browsers. RegExps AIN'T functions ;)
2008-02-29 11:07:29 +00:00
real_nowhereman
6de3b03406
removed old validators
2008-02-29 09:58:46 +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
5c096dcd37
fixed typo
2008-02-28 14:32:18 +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
52aaf6ea3c
captcha was computed when validating... not really useful
2008-02-28 11:32:32 +00:00
real_nowhereman
cb2982c6f9
readmore using now 'if (query->single)'
2008-02-22 11:02:52 +00:00
real_nowhereman
ca085c56e1
now .thumbs subdirs should work on every platform
2008-02-22 10:42:48 +00:00
real_nowhereman
3b3907d153
thumb_create didn't return a tuple when creating a new thumb
2008-02-22 10:23:43 +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
987eb106a4
fixes to pagination
2008-02-20 13:48:12 +00:00
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