Commit Graph
100 Commits
Author SHA1 Message Date
Garvin Hicking a39785766c * Fix SQLite substring search to use % instead of * for secondary
matches (SvOlli)
2010-03-10 12:37:19 +00:00
Garvin Hicking 3a2694461e disable youtube by default
http://board.s9y.org/posting.php?mode=quote&f=2&p=94277
2010-03-09 13:18:41 +00:00
Garvin Hicking 6b57d56d42 categoryid enhancement 2010-03-03 10:46:12 +00:00
Garvin Hicking c6b40493dc add padding 2010-02-17 10:33:48 +00:00
Garvin Hicking f043e8e8dd sqlite3 strict check 2010-02-16 13:06:44 +00:00
Garvin Hicking 958c4c87ea * Experimental: When sending quoted-printable notification mails,
auto-split after 75 characters.
      (Ref: http://board.s9y.org/viewtopic.php?f=3&t=16314)
2010-01-27 15:04:17 +00:00
Garvin Hicking 7d097ab317 Add RFC auto-submitted header
(http://www.iana.org/assignments/auto-submitted-keywords/auto-submitted-keywords.xhtml)
(http://board.s9y.org/posting.php?mode=quote&f=3&p=93402)
2010-01-27 13:33:34 +00:00
Garvin Hicking 47f15304ce for new installations, also make entryproperties a LONGTEXT.
If that goes out well, we'll put that into the upgrader.
2010-01-27 10:35:29 +00:00
Garvin Hicking 55e85b5f41 patch by onli to support plugin channel data 2010-01-21 09:20:41 +00:00
Garvin Hicking 757c557b6b * To support custom PHP sessions, s9y will only issue session_start,
if no session exists yet (garvinhicking)
2010-01-20 09:45:48 +00:00
Garvin Hicking d29998d65e * Fix escaping when using ImageMagick to create PDF-thumbnail images
(stm9x9)
2010-01-19 09:47:52 +00:00
Garvin Hicking 53159f390f * Use "Longtext" instead of "text" for new installations on blog entry
body and extended body inside database tables. (garvinhicking)
2010-01-14 09:21:07 +00:00
Garvin Hicking 316e86f3dc * Added ability to mark authorgroups as "hidden", so that members of such groups are excluded from common author listings. (Ref http://board.s9y.org/viewtopic.php?f=11&t=16237) (garvinhicking) 2010-01-13 12:28:55 +00:00
Garvin Hicking 456423e040 language string update 2010-01-13 12:25:58 +00:00
Garvin Hicking ef3271c26c SMF importer, uses tags now 2010-01-13 12:24:48 +00:00
Garvin Hicking cd73303500 fixed history plugin for " output 2009-12-23 14:30:57 +00:00
Garvin Hicking ed3b052af2 x 2009-12-23 14:01:11 +00:00
Garvin Hicking 8735d3cb46 fix bad sql upgrade 2009-12-23 13:57:59 +00:00
Garvin Hicking 4e9fcf7696 backport 2009-12-21 18:56:34 +00:00
Garvin Hicking 841c5646ba version 2009-12-21 06:34:21 +00:00
Garvin Hicking 6819335e1f . 2009-12-21 06:32:16 +00:00
Garvin Hicking 6bb6a39d25 new event hook 2009-12-20 17:51:22 +00:00
Garvin Hicking 5f9b465d46 * Upgraded to PEAR Cache_Lite 1.7.8 2009-12-10 12:42:18 +00:00
Garvin Hicking 414ce21c0f * Show backend comment pagination in footer and header 2009-12-08 14:03:57 +00:00
Garvin Hicking f6909f5aa1 ifmodule check 2009-12-08 13:48:29 +00:00
Garvin Hicking c1f7983a81 * Added experimental global variable $i18n_filename_utf8 that can
be set in a serendipity_config_local.inc.php or language include
      file, which will return Unicode-Permalinks.
      (http://board.s9y.org/viewtopic.php?f=11&t=15896)
2009-12-08 13:32:05 +00:00
Garvin Hicking a292a52c96 trunk update to 1.6 2009-12-08 13:19:25 +00:00
Garvin Hicking ba5bb5debc * Don't toggle the border of marked comments in the admin section
to 2px, to avoid padding. Thanks to hboeck!
2009-12-08 13:09:21 +00:00
Garvin Hicking c401b02abe * Added expermiantel PDO::SQLite transport, by nth 2009-11-28 12:27:42 +00:00
Garvin Hicking 405ac6baa2 missing varname 2009-11-25 20:41:43 +00:00
Garvin Hicking 2796d24b34 * Disallow uploading any files with ".php." in the filename
+      (garvinhicking)
2009-11-16 12:30:30 +00:00
Garvin Hicking 0f118e91c3 fix pagination 2009-10-29 18:18:44 +00:00
Garvin Hicking 5e0f013e49 * Prevent password autocompletion for user passwords to prevent
possible mismatch. In media manager popup, fix bug that did
      not properly forward to image selection after upload (onli)
2009-10-27 09:08:48 +00:00
Garvin Hicking 89974bc7ae * Fix a bug in statistics output, when statistics for single-number
months is created. (Andreas Bilke)
2009-10-09 13:02:41 +00:00
Garvin Hicking 18e02a5452 * Alwys increase last_modified when an entry is saved to prevent
stale entries in RSS feeds. Thanks to Cenic
2009-10-06 09:27:55 +00:00
Garvin Hicking 0149a2dc64 * Allow comment sidebar plugin to only show coments for entries
that are allowed to be viewed by the current visitor.
2009-09-21 09:12:59 +00:00
Garvin Hicking 5630afb7c1 * Do not send mails, if the "To:" address is empty, might happen
if authors do not have a mail account entered in their profile.
      (nealk)
2009-09-21 08:11:35 +00:00
Garvin Hicking a9243aad3e * Also use htmlspecialchars() for the Recent Entries sidebar plugin
(Anson)
2009-09-21 08:09:50 +00:00
Garvin Hicking b266d3b3b4 * PostgreSQL compatibility for the printArchives() function to
gather only unique timestamps (cite)
2009-09-12 11:18:28 +00:00
Garvin Hicking 47aa8c2f72 ereg() replacement 2009-09-04 08:51:16 +00:00
Garvin Hicking 541254e85c credits 2009-08-27 13:32:12 +00:00
Garvin Hicking 5aa7eb721a * Fixed Spartacus download URLs for SF.Net mirror 2009-08-27 13:23:50 +00:00
Garvin Hicking 56f592a5cd disable temporary mirrors 2009-08-27 13:20:59 +00:00
Garvin Hicking ea610fc67b infrastruct 2009-08-26 13:13:46 +00:00
Garvin Hicking 275589423a * More PHP 5.3.0 compat (split()). 2009-08-25 19:39:17 +00:00
Garvin Hicking db2ad9402a * Allow to define sort order for search-results (garvinhicking) 2009-08-24 08:24:19 +00:00
Garvin Hicking be6a1f7964 * Allow redirects when fetching remote images (garvinhicking) 2009-08-24 08:06:34 +00:00
Garvin Hicking 10cde4adeb beta2? might not be needed though. 2009-08-24 07:59:09 +00:00
Garvin Hicking ddf9448daf prepare beta 2009-08-24 07:18:41 +00:00
Garvin Hicking 589b92bd7c no short open tags req 2009-08-21 12:24:13 +00:00
Garvin Hicking 4e258686fb Remove eregi calls 2009-08-21 12:22:35 +00:00
Garvin Hicking 3a77f13428 * PHP 5.3.0 compatibility without E_WARNING triggers (garvinhicking) 2009-08-21 08:52:50 +00:00
Garvin Hicking 6e8f54f588 * Added 'orderby' parameter to plugin API hooks for the serendipity
fulltext search function (garvinhicking)
2009-08-21 08:09:52 +00:00
Garvin Hicking 93802dbf95 Patch by paddyforan to allow overwrite of this arrey value 2009-08-14 11:06:36 +00:00
Garvin Hicking 7d0547c0d4 * Added new event hook frontend_sidebar_plugins to iterate through
sidebar plugins and modify their output. $eventData is the array
      of their data. (garvinhicking)
2009-08-11 19:53:10 +00:00
Garvin Hicking 03825cab5f Add version pointer 2009-08-06 08:39:23 +00:00
Garvin Hicking 81f08a5cb0 Spelling error of the toolbar name 2009-07-28 12:04:07 +00:00
Garvin Hicking ab8324143f Proper plugin loading 2009-07-28 10:19:38 +00:00
Garvin Hicking ee102b4402 * Removed "static" db layer typelist to prevent accidental over-
writes of referenced return values (garvinhicking)
2009-07-27 09:52:13 +00:00
Garvin Hicking 6d90049416 Added possibility to customize the xinha editor through a my_custom.js
file. See http://board.s9y.org/viewtopic.php?f=4&t=15286
2009-07-27 08:47:47 +00:00
Garvin Hicking 249580a5b9 PHP 5.3 compatibility 2009-07-14 11:48:10 +00:00
Garvin Hicking 677df54625 PHP 5.3 compatibility, upgrade Smarty to 2.6.26 2009-07-14 11:40:16 +00:00
Garvin Hicking 7745c93488 Better identify scrollPos 2009-07-14 10:14:46 +00:00
Garvin Hicking baa78326d6 Also 'title' attribute is nice. 2009-07-14 09:40:11 +00:00
Garvin Hicking 97710fe021 * Removed inline styles of the s9y media insertion, they will now
properly utilize CSS classes (defined in the new file
      style_fallback.css). Also added support for entering "ALT"
      attributes to an <img> tag, can be used as a media property if
      you add "ALT" to the list of "Media properties" in the
      main configuration. (garvinhicking)
2009-07-14 09:22:06 +00:00
Garvin Hicking 796e7ff96a * Filter entries only by authors that have written at least
one article (garvinhicking)
2009-07-10 15:45:18 +00:00
Garvin Hicking 480be20fb6 * Fix PDF imagemagick thumbnail generation to be properly displayed
(http://board.s9y.org/viewtopic.php?f=3&t=15446)
2009-07-10 14:18:04 +00:00
Garvin Hicking 3faaa663db Add check for "plugins" directory writability 2009-07-10 13:50:13 +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
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
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
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
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
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
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
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
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
Garvin Hicking 86c4f46609 * Changed karma plugin to only track GET requests as visits, not
POSTs. Thanks to Marcus Friedman
2009-03-25 10:41:38 +00:00
Garvin Hicking c2e2fb0d48 added french translation by mchinfa 2009-03-24 13:20:44 +00:00
Garvin Hicking b6b3ee78bc enhance nl2br plugin to also use p tags 2009-03-24 10:41:50 +00:00
Garvin Hicking 742df8af16 better german wording, thanks to stm9x9 2009-03-24 10:33:32 +00:00
Garvin Hicking 50d08ff225 Added possibility for templates to register a central function
serendipity_plugin_api_event_hook() and
      serendipity_plugin_api_pre_event_hook()
2009-03-20 17:07:23 +00:00
Garvin Hicking ed67ddd917 improve patch 2009-03-18 09:44:00 +00:00