942 Commits

Author SHA1 Message Date
Garvin Hicking
3faaa663db Add check for "plugins" directory writability 2009-07-10 13:50:13 +00:00
Grischa Brockhaus
c589517516 Added "exclude urls" to ip validation functionality in spam block plugin. identi.ca is sending pingbacks but fails the ip validation!
(there were a bug in the prior commit.. :-/)
2009-07-05 15:15:10 +00:00
Grischa Brockhaus
49e4b26c7e Added new optional parameter for plugin config type "text": rows. 2009-07-05 14:59:30 +00:00
Grischa Brockhaus
d9b0ccb3f4 Added new optional parameter for plugin config type "text": rows. 2009-07-05 14:58:31 +00:00
Grischa Brockhaus
e853839403 pingbacks were not counted as entry trackbacks (also added to entries) 2009-07-04 01:38:28 +00:00
Grischa Brockhaus
388e5c3d21 pingbacks were not counted as entry trackbacks (also added to entries) 2009-07-04 01:37:47 +00:00
Grischa Brockhaus
45c300afd5 Added "exclude urls" to ip validation functionality in spam block plugin. identi.ca is sending pingbacks but fails the ip validation! 2009-07-04 00:16:18 +00:00
Garvin Hicking
f2dee79592 fix parse error 2009-07-03 11:58:50 +00:00
Garvin Hicking
29601b1869 * no longer use htmlspecialchars() on the blog's title and sub-
title, to allow for custom HTML code to appear and unify
      only letting Smarty do the escaping (garvinhicking,falk)
2009-07-03 06:08:08 +00:00
Grischa Brockhaus
30c5d67934 plugin_comment displays trackbacks *and* pingbacks in trackback only mode now. 2009-07-01 11:50:51 +00:00
Matthias Mees
10f3cf17f7 BP: Tweaked plugin_calendar.tpl to use date format set in theme options for display of #today. 2009-06-30 12:59:41 +00:00
Matthias Mees
3281509798 BP: Removed unused variable from lang files. (Ooops.) 2009-06-29 14:29:53 +00:00
Garvin Hicking
79c98feb26 Proper variable referencing to make the 'entry_groupdata' hook work 2009-06-28 16:44:43 +00:00
Garvin Hicking
c2fd64dcf0 proper parameter by stm9x9 2009-06-26 21:39:27 +00:00
Garvin Hicking
d98bbf1c1e add config option 2009-06-23 13:51:26 +00:00
Garvin Hicking
77f9542ac9 temporary hack to log queries 2009-06-17 12:15:37 +00:00
Garvin Hicking
c6e2ffe0a7 * Plugin drag/drop now can scroll up/down/left/right when touching
the borders. Thanks to onli!
2009-06-15 09:49:47 +00:00
Garvin Hicking
450ab08732 language update by konus 2009-06-15 09:26:05 +00:00
Garvin Hicking
1924221ef6 Language update by konus 2009-06-15 09:19:59 +00:00
Grischa Brockhaus
e7bf4340a5 Fix urls with invalid cased protocol part while displaying entry comments. 2009-06-12 12:13:34 +00:00
Grischa Brockhaus
0c44ed6429 Fix urls with invalid cased protocol part while displaying entry comments. 2009-06-12 11:57:14 +00:00
Garvin Hicking
9675b30fa3 API improvement, prpoerly store entry reference in printentries, and
save cid for api hook
2009-06-11 15:38:22 +00:00
Garvin Hicking
1943a9b2bb Specific php session checks, if a session has already been issued. 2009-06-11 12:14:15 +00:00
Matthias Mees
6f434aa3c0 BP: Fix for display of unordered and ordered lists in entries together with ThickBox. Updated info.txt since Don keeps forgetting to do so ;-) 2009-06-05 14:33:07 +00:00
Grischa Brockhaus
a66fd21893 Better error message for having problems while including files. (using language entry for it now) 2009-06-02 12:49:26 +00:00
Grischa Brockhaus
31c42d9704 Better error message for having problems while including files. 2009-06-02 12:36:39 +00:00
Grischa Brockhaus
3174dcf7d9 shoutbox plugin: Wrong description for dateformat fixed. 2009-06-01 03:31:13 +00:00
Grischa Brockhaus
712bcb5a29 Changed shoutbox plugin. Shoutbox input size is configurable now. 2009-06-01 02:36:52 +00:00
Garvin Hicking
cd3cee1e1b * Change mail entry plugin to be able to send mails without
hyperlinks and images. (garvinhicking)
2009-05-29 13:23:31 +00:00
Garvin Hicking
be0bdd9cf6 * Change uriArgument parsing routine to allow "!" in URLs.
Now we can have absolute serocracy.
2009-05-28 08:34:52 +00:00
Don Chambers
876a15980b BP: update entries.tpl to use latest version of AddThis script. 2009-05-27 19:03:23 +00:00
Garvin Hicking
8dd473ece2 forward to media pane, patch by onlin 2009-05-26 09:54:57 +00:00
Garvin Hicking
4940f9d0b5 Use proper path for bundled plugins to point to NEWS/ChangeLog 2009-05-25 07:37:57 +00:00
Ivan Cenov
56e69bd686 1) BG translation of new texts constants. 2009-05-24 07:42:36 +00:00
Garvin Hicking
fc9048397e Patch by only to allow custom titles for the admin backend 2009-05-22 08:20:51 +00:00
Garvin Hicking
49811d0f25 typo fix by christian boltz 2009-05-20 11:51:37 +00:00
Garvin Hicking
24baf9237c fix parse error 2009-05-18 08:23:45 +00:00
Don Chambers
955dfbfc21 Default Template: Add doctype and <html> to preview_iframe.tpl so preview looks identical to published entry (just like BP). 2009-05-06 14:17:18 +00:00
Don Chambers
b465b9a494 BP: Add doctype and <html> to preview_iframe.tpl so preview looks identical to published entry. 2009-05-05 14:48:11 +00:00
Garvin Hicking
851f2b2650 Allow to use UTC timezone offset ,by Abdussamad 2009-05-05 10:27:08 +00:00
Garvin Hicking
dffee91667 Allow scrolling in bookmarklet-spawned window 2009-05-04 08:33:50 +00:00
Don Chambers
717f8d4163 BP: Change skiplink archive URL to {$serendipityArchiveURL} 2009-04-23 14:08:09 +00:00
Garvin Hicking
9fbe9f7b7c adjust session name, thanks to DrNI and kleinerChemiker 2009-04-23 13:40:47 +00:00
Garvin Hicking
ba0f211ab6 * Livejournal importer update by Anson now supports importing
comments, see http://board.s9y.org/viewtopic.php?f=11&t=15141
2009-04-20 10:14:18 +00:00
Garvin Hicking
e8eea2ca5d . 2009-04-16 16:47:51 +00:00
Matthias Mees
1318c6be6d BP: Added additional currpage2 variable to distinguish between absolute and full URL in navbar menu. 2009-04-16 14:15:25 +00:00
Garvin Hicking
0f1834f2aa * Enhance xhtml cleanup plugin to also work on <param value="..." />
tags.  (garvinhicking)
2009-04-16 08:02:53 +00:00
Garvin Hicking
39aa62b18e * Changed bookmarklet to work with Chrome, thanks to Oliver
Gassner & TextPattern :-) (garvinhicking)
2009-04-14 12:12:52 +00:00
Garvin Hicking
a4284fdad2 change api to allow skipping smarty parsing 2009-04-06 13:33:18 +00:00
Matthias Mees
5d80d6e53d BP: Added template file for static pages with related category. 2009-04-01 16:10:39 +00:00