]> git.mjollnir.org Git - s9y.git/log
s9y.git
19 years agoJalalil and future other calendars support
garvinhicking [Mon, 23 May 2005 19:24:56 +0000 (19:24 +0000)]
Jalalil and future other calendars support

19 years ago * New personal configuration item: "Forbid creating entries" to
garvinhicking [Mon, 23 May 2005 12:00:41 +0000 (12:00 +0000)]
* New personal configuration item: "Forbid creating entries" to
      allow authors to be logged in, but not create any entries. Meant
      to be used in conjunction with serendipity_plugin_adduser for
      user self-registration where you want to allow posting comments
      to registered users only. (garvinhicking)

19 years agoMajor update, commit custom permalink patch and some DB updates.
garvinhicking [Sun, 22 May 2005 15:37:11 +0000 (15:37 +0000)]
Major update, commit custom permalink patch and some DB updates.
Please report any updates, as from now "alpha" means "alpha". :)

19 years agopropper fix
garvinhicking [Thu, 19 May 2005 16:55:24 +0000 (16:55 +0000)]
propper fix

19 years agofix some evil error that cause x additional SQL query per page per plugin.
garvinhicking [Thu, 19 May 2005 14:39:21 +0000 (14:39 +0000)]
fix some evil error that cause x additional SQL query per page per plugin.
That sucks, we'll need to release 0.8.2 soon then.

19 years agosince w equery those constants, and undefined constants evaluate to true we need...
garvinhicking [Thu, 19 May 2005 09:48:58 +0000 (09:48 +0000)]
since w equery those constants, and undefined constants evaluate to true we need to explicitly set the constants to false now that we are no longer using a $CONST array.

19 years agoDrop our $CONST method and use $smarty.const. in a BC-compatible way instead.
garvinhicking [Thu, 19 May 2005 08:40:00 +0000 (08:40 +0000)]
Drop our $CONST method and use $smarty.const. in a BC-compatible way instead.
Feels faster. ;)

20 years agofix iframe preview bug
garvinhicking [Wed, 18 May 2005 14:56:23 +0000 (14:56 +0000)]
fix iframe preview bug

20 years agoone more htmlspecialchar()ing neccessary
garvinhicking [Fri, 13 May 2005 17:19:00 +0000 (17:19 +0000)]
one more htmlspecialchar()ing neccessary

20 years agoi've actually not seen anyone doing this but that does not me some webhosters don...
nohn [Fri, 13 May 2005 14:43:13 +0000 (14:43 +0000)]
i've actually not seen anyone doing this but that does not me some webhosters don't do it

20 years agoFix PDF thumbnail creation.
garvinhicking [Fri, 13 May 2005 12:30:55 +0000 (12:30 +0000)]
Fix PDF thumbnail creation.

20 years agoThis should fix the image upload bug for good. Uses basename() and upload verificatio...
garvinhicking [Fri, 13 May 2005 11:04:42 +0000 (11:04 +0000)]
This should fix the image upload bug for good. Uses basename() and upload verification before any checks are done.
Also admins can no longer upload active content files.

Tricking the upload by making the directory "evil.ph" and the filename "p" does not work because trailing slashes are appended to directory names.

20 years agofrench update by Andre San-Martin
garvinhicking [Fri, 13 May 2005 10:04:11 +0000 (10:04 +0000)]
french update by Andre San-Martin

20 years agoNow this is one funny XSS discovered by Rasmus:
garvinhicking [Thu, 12 May 2005 18:19:28 +0000 (18:19 +0000)]
Now this is one funny XSS discovered by Rasmus:

You could send HTTP Cookie HTML which does not get htmlspecialchar()ed and then exploit the page for yourself only, and no other viewers.

Rare case of a XSS and low-impact, but still not nice when advanced form redirection takes place and you want to XSS exploit a single user :-)

Please test, if anybody is reading this :-D

20 years agoupdate french language
garvinhicking [Thu, 12 May 2005 10:58:05 +0000 (10:58 +0000)]
update french language

20 years agoIf someone is linking the additional_plugins into his installation,
garvinhicking [Thu, 12 May 2005 10:49:41 +0000 (10:49 +0000)]
If someone is linking the additional_plugins into his installation,
the list of plugins grows too large and load_plugin() on 90 plugins consumes
more than 8MB.

Thus we need pagination for the plugins panel.

The one flaw my patch has is that it can not sort the list of all plugins alphabetically and apply pagination on that, since only loading the plugin shows the real name, and this is what we cannot do.
Any suggestions? Somehow we might need to pre-cache the names of all plugins somewhere...

20 years agobe compliant (and yes, I really found a browser where this did not work)
nohn [Thu, 12 May 2005 10:45:22 +0000 (10:45 +0000)]
be compliant (and yes, I really found a browser where this did not work)

20 years agowrong array key index
garvinhicking [Wed, 11 May 2005 13:37:34 +0000 (13:37 +0000)]
wrong array key index

20 years agoActually this makes more sense, also backport the dotfile patch from trunk to branch
garvinhicking [Wed, 11 May 2005 09:56:00 +0000 (09:56 +0000)]
Actually this makes more sense, also backport the dotfile patch from trunk to branch

20 years agoTry to catch more "evil" opportunities.
garvinhicking [Wed, 11 May 2005 09:40:58 +0000 (09:40 +0000)]
Try to catch more "evil" opportunities.

GUYS: We need some volunteers to check if uploads still work as expected and our latest changes don't break stuff. And of course that it's no longer exploitable.

20 years agoAlso look for "convert.exe", satisfying windows users.
garvinhicking [Tue, 10 May 2005 16:35:31 +0000 (16:35 +0000)]
Also look for "convert.exe", satisfying windows users.
Thanks to pattyjj from IRC!

20 years agozero-tolerance
nohn [Tue, 10 May 2005 14:53:48 +0000 (14:53 +0000)]
zero-tolerance

20 years agoupdate icelandic
garvinhicking [Tue, 10 May 2005 10:34:05 +0000 (10:34 +0000)]
update icelandic

20 years agoThis should be a better fix to not pass any bad characters into the $url.
garvinhicking [Tue, 10 May 2005 10:11:05 +0000 (10:11 +0000)]
This should be a better fix to not pass any bad characters into the $url.
Anyone care to check? :)

20 years agoLet's make it sound less nasty ;)
garvinhicking [Mon, 9 May 2005 13:46:01 +0000 (13:46 +0000)]
Let's make it sound less nasty ;)

20 years agodocument
nohn [Mon, 9 May 2005 13:24:57 +0000 (13:24 +0000)]
document

20 years agopossible xss for shoutbox/templatedropdown,
garvinhicking [Mon, 9 May 2005 13:03:20 +0000 (13:03 +0000)]
possible xss for shoutbox/templatedropdown,
fix author pagination

20 years agokilling null-bytes
nohn [Mon, 9 May 2005 09:25:13 +0000 (09:25 +0000)]
killing null-bytes

20 years agoNO ONE should be able to upload dot-files
nohn [Mon, 9 May 2005 08:33:50 +0000 (08:33 +0000)]
NO ONE should be able to upload dot-files

20 years agodisallow "." files like .htaccess.
garvinhicking [Mon, 9 May 2005 08:10:25 +0000 (08:10 +0000)]
disallow "." files like .htaccess.
Sebastian, Tom - see my mail about this issue.

20 years ago* fix missing rss1.0 namespace
garvinhicking [Wed, 4 May 2005 16:37:54 +0000 (16:37 +0000)]
* fix missing rss1.0 namespace
* fix autodetection using ports if not :80.

20 years agouse strftime wrapper
garvinhicking [Wed, 4 May 2005 10:19:13 +0000 (10:19 +0000)]
use strftime wrapper

20 years agoonly show WYSIWYG config option when installing. Later on it will
garvinhicking [Tue, 3 May 2005 07:40:35 +0000 (07:40 +0000)]
only show WYSIWYG config option when installing. Later on it will
be configured in Personal Configuration only.

20 years agofix paths for people
garvinhicking [Tue, 3 May 2005 07:39:06 +0000 (07:39 +0000)]
fix paths for people

20 years agoallow plugins to send trackbacks despite missing RDF metadata
garvinhicking [Mon, 2 May 2005 12:31:41 +0000 (12:31 +0000)]
allow plugins to send trackbacks despite missing RDF metadata

20 years agodeppen leer zeichen
nohn [Mon, 2 May 2005 08:49:40 +0000 (08:49 +0000)]
deppen leer zeichen

20 years agoAllow to view and fetch multiple categories. Categories plugin
garvinhicking [Sat, 30 Apr 2005 10:41:02 +0000 (10:41 +0000)]
Allow to view and fetch multiple categories. Categories plugin
can allow viewers to select multiple categories to view.

Multiple categories are separated by ";" inside the URL. Values are still
turned to (int)s later on.

20 years agoadding missing constant
nohn [Sat, 30 Apr 2005 09:44:27 +0000 (09:44 +0000)]
adding missing constant

20 years agoImage selector hook support
garvinhicking [Fri, 29 Apr 2005 14:37:34 +0000 (14:37 +0000)]
Image selector hook support

20 years agoallow to sort categories by custom fields
garvinhicking [Fri, 29 Apr 2005 13:05:53 +0000 (13:05 +0000)]
allow to sort categories by custom fields

20 years agomissing HTML code
garvinhicking [Fri, 29 Apr 2005 09:19:08 +0000 (09:19 +0000)]
missing HTML code

20 years agoadded missing files from migration
garvinhicking [Thu, 28 Apr 2005 12:23:58 +0000 (12:23 +0000)]
added missing files from migration

20 years agogzip encoding is making too many problems, set it off as default:
garvinhicking [Thu, 28 Apr 2005 12:15:31 +0000 (12:15 +0000)]
gzip encoding is making too many problems, set it off as default:

Warning:  (null)() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be
used twice in Unknown on line 0

or

Warning: ob_start(): output handler 'ob_gzhandler' cannot be used
after 'URL-Rewriter' in /include/functions.inc.php on line 28

Tom, do you know more about it, can you fix it properly? It seems the
ob_functions need to be called before our session_start, but ob_* may also
not interfer with our BC-compatibility $raw_data stuff or the
simplecache plugin.

I also firmly believe gzip compression is a webserver matter and IMHO should
not be touched in application level?

20 years agowe need full URL for redirection
garvinhicking [Thu, 28 Apr 2005 12:10:16 +0000 (12:10 +0000)]
we need full URL for redirection

20 years agotypo
garvinhicking [Wed, 27 Apr 2005 13:04:49 +0000 (13:04 +0000)]
typo

20 years agoadd new config option for nugget plugin
garvinhicking [Wed, 27 Apr 2005 12:52:33 +0000 (12:52 +0000)]
add new config option for nugget plugin

20 years agoupdated french
garvinhicking [Wed, 27 Apr 2005 11:57:08 +0000 (11:57 +0000)]
updated french

20 years agoentryproperties option: Hide from frontpage
garvinhicking [Wed, 27 Apr 2005 07:48:18 +0000 (07:48 +0000)]
entryproperties option: Hide from frontpage

20 years agoPHP < 4.3 has bugs with version_compare
garvinhicking [Tue, 26 Apr 2005 10:00:36 +0000 (10:00 +0000)]
PHP < 4.3 has bugs with version_compare

20 years agoFix importers when not on the same DB
garvinhicking [Mon, 25 Apr 2005 16:50:43 +0000 (16:50 +0000)]
Fix importers when not on the same DB

20 years agofix remaining JS issues, hopefully.
garvinhicking [Mon, 25 Apr 2005 16:32:14 +0000 (16:32 +0000)]
fix remaining JS issues, hopefully.

20 years agofix trackbacks with "#" in it
garvinhicking [Mon, 25 Apr 2005 10:15:28 +0000 (10:15 +0000)]
fix trackbacks with "#" in it

20 years agoallow "=" in urls. :-(
garvinhicking [Mon, 25 Apr 2005 09:55:16 +0000 (09:55 +0000)]
allow "=" in urls. :-(

20 years agoalso send trackback with event_trackback plugin if not at least one link
garvinhicking [Mon, 25 Apr 2005 09:40:08 +0000 (09:40 +0000)]
also send trackback with event_trackback plugin if not at least one link
was inserted

20 years agono sidebar titles if not set
garvinhicking [Mon, 25 Apr 2005 08:41:26 +0000 (08:41 +0000)]
no sidebar titles if not set

20 years agoFix PHP error which comes because session_start() is called before the obgzhandler...
garvinhicking [Mon, 25 Apr 2005 08:35:55 +0000 (08:35 +0000)]
Fix PHP error which comes because session_start() is called before the obgzhandler ob_start and if session.use_trans_sid is activated.

Currently this is more a hotfix - it effectively disables gzcompression on servers with use_trans_sid. We would need to move serendipity_gzCompression before session_start, but I don't dare touch this beast I have no knowledge of. Tom?

20 years agouse ";" instead of ":" for windows
garvinhicking [Sat, 23 Apr 2005 09:50:32 +0000 (09:50 +0000)]
use ";" instead of ":" for windows

20 years agokarma plugin makes click tracking earlier, better interation with other plugins ...
garvinhicking [Fri, 22 Apr 2005 13:41:03 +0000 (13:41 +0000)]
karma plugin makes click tracking earlier, better interation with other plugins (cache, mainly)
also fixes insertion of double entries.

20 years agofix spamblock brokeness
garvinhicking [Fri, 22 Apr 2005 10:52:30 +0000 (10:52 +0000)]
fix spamblock brokeness

20 years agoonly 1-2 more commits :-D
garvinhicking [Fri, 22 Apr 2005 08:55:24 +0000 (08:55 +0000)]
only 1-2 more commits :-D

20 years ago...testing...
garvinhicking [Fri, 22 Apr 2005 08:45:31 +0000 (08:45 +0000)]
...testing...

20 years agoprepare for some commit mail spam, I need some testing grounds to get this f*ckin...
garvinhicking [Fri, 22 Apr 2005 08:24:52 +0000 (08:24 +0000)]
prepare for some commit mail spam, I need some testing grounds to get this f*ckin forward to work ;)

20 years agotest commit
garvinhicking [Thu, 21 Apr 2005 08:42:23 +0000 (08:42 +0000)]
test commit

20 years agoallow ~ and ! in URL characters
garvinhicking [Thu, 21 Apr 2005 08:21:42 +0000 (08:21 +0000)]
allow ~ and ! in URL characters

20 years agomoving serendipity_event_blogpdf to additional plugins as discussed
nohn [Thu, 21 Apr 2005 06:54:47 +0000 (06:54 +0000)]
moving serendipity_event_blogpdf to additional plugins as discussed

20 years agomoving serendipity_event_blogpdf to additional plugins as discussed
nohn [Thu, 21 Apr 2005 06:53:23 +0000 (06:53 +0000)]
moving serendipity_event_blogpdf to additional plugins as discussed

20 years agodo not use utf8-BOM
garvinhicking [Wed, 20 Apr 2005 17:01:15 +0000 (17:01 +0000)]
do not use utf8-BOM

20 years agoadded romanian translation by Alexandru Szasz
garvinhicking [Wed, 20 Apr 2005 16:56:29 +0000 (16:56 +0000)]
added romanian translation by Alexandru Szasz

20 years agotry to make it work with IIS
garvinhicking [Wed, 20 Apr 2005 13:48:52 +0000 (13:48 +0000)]
try to make it work with IIS

20 years agofactoring out surbl
nohn [Tue, 19 Apr 2005 11:29:55 +0000 (11:29 +0000)]
factoring out surbl

20 years agofactored out rbl
nohn [Tue, 19 Apr 2005 10:42:26 +0000 (10:42 +0000)]
factored out rbl

20 years agoone last commit test, i think I got the php-blog-cvs mailing now
garvinhicking [Tue, 19 Apr 2005 09:24:28 +0000 (09:24 +0000)]
one last commit test, i think I got the php-blog-cvs mailing now

20 years agotest commit, please ignore
garvinhicking [Tue, 19 Apr 2005 09:07:27 +0000 (09:07 +0000)]
test commit, please ignore

20 years agotest commit to send mails to SF.Net
garvinhicking [Tue, 19 Apr 2005 08:00:46 +0000 (08:00 +0000)]
test commit to send mails to SF.Net

20 years agoUpload multiple images at once: RFE #1174118
garvinhicking [Mon, 18 Apr 2005 20:57:27 +0000 (20:57 +0000)]
Upload multiple images at once: RFE #1174118
Needs a bit TODO for renaming files.

20 years agopatch up rewrite rule so that index.php may not get rewritten to index.php?url=index...
garvinhicking [Mon, 18 Apr 2005 16:45:24 +0000 (16:45 +0000)]
patch up rewrite rule so that index.php may not get rewritten to index.php?url=index.html, as it only wastes cycles.
(Even though it didn't happen on my install...anyways, the rewrite rule also only steps into effect if $serendipity['indexFile'] != 'index.php', we may want to create a conditional rule here.

20 years agoRevert
tomsommer [Mon, 18 Apr 2005 15:21:44 +0000 (15:21 +0000)]
Revert

20 years agoFix call to apache_get_modules() even if it didn't exist
tomsommer [Mon, 18 Apr 2005 14:55:48 +0000 (14:55 +0000)]
Fix call to apache_get_modules() even if it didn't exist

20 years agouse a better fix, I guess.
garvinhicking [Mon, 18 Apr 2005 14:02:20 +0000 (14:02 +0000)]
use a better fix, I guess.
We may need to think if there are other areas apart from RSS feeds that
may get cached using appropriate last-modified headers. Most of the frontend
will fail though, as sidebars may server dynamic content.

20 years ago* Use templates_c for caching remote rss feeds
garvinhicking [Mon, 18 Apr 2005 13:38:11 +0000 (13:38 +0000)]
* Use templates_c for caching remote rss feeds
* Do not call session_start() for RSS feeds to allow caching. If session_start
  is called, it would put no-cache, ... headers and disable 304/Not Modified
  operations. This is a possibly hazardrous change, we need to further
  watch this. That's also the reason I won't backport the fix to 0.8

20 years agodocument changes
garvinhicking [Mon, 18 Apr 2005 12:21:38 +0000 (12:21 +0000)]
document changes

20 years agofix %T not supported on windows systems
garvinhicking [Mon, 18 Apr 2005 12:20:08 +0000 (12:20 +0000)]
fix %T not supported on windows systems

20 years agobe a bit verbose and adjusted to latest release
garvinhicking [Mon, 18 Apr 2005 11:24:05 +0000 (11:24 +0000)]
be a bit verbose and adjusted to latest release

20 years agoreplace '\' windows paths with '/' when forwarding.
garvinhicking [Mon, 18 Apr 2005 11:18:11 +0000 (11:18 +0000)]
replace '\' windows paths with '/' when forwarding.

20 years agocomments plugin can have custom title
garvinhicking [Mon, 18 Apr 2005 09:19:47 +0000 (09:19 +0000)]
comments plugin can have custom title

20 years ago0.9-alpha1
garvinhicking [Mon, 18 Apr 2005 08:53:52 +0000 (08:53 +0000)]
0.9-alpha1

20 years agoFirst commit test. Update to 0.9
garvinhicking [Mon, 18 Apr 2005 08:50:36 +0000 (08:50 +0000)]
First commit test. Update to 0.9

20 years agoImport Serendipity 0.8 into trunk.
s_bergmann [Sat, 16 Apr 2005 06:39:31 +0000 (06:39 +0000)]
Import Serendipity 0.8 into trunk.

20 years agoRestructure.
s_bergmann [Mon, 4 Apr 2005 05:20:56 +0000 (05:20 +0000)]
Restructure.