1
0
Commit Graph

268 Commits

Author SHA1 Message Date
e46563693c missing commit 2010-12-21 19:41:19 +00:00
aba04f43b4 * PDO-SQLite patches by nth 2010-10-12 12:38:13 +00:00
ceecc3f256 html fix 2010-08-26 15:48:31 +00:00
f9fa8503f0 (experimental) global theme options 2010-08-24 08:45:09 +00:00
0eb2d01132 * Include license output in plugin listing (onli) 2010-06-27 17:51:48 +00:00
76e8d73b27 * Fix SQL query statement for deleting a category, which on some
DB types (SQlite) might not return "true" and thus not really
      delete the category. (garvinhicking)
2010-04-27 07:57:04 +00:00
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
ef3271c26c SMF importer, uses tags now 2010-01-13 12:24:48 +00:00
414ce21c0f * Show backend comment pagination in footer and header 2009-12-08 14:03:57 +00:00
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
0f118e91c3 fix pagination 2009-10-29 18:18:44 +00:00
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
be6a1f7964 * Allow redirects when fetching remote images (garvinhicking) 2009-08-24 08:06:34 +00:00
c6f02b6efc Corrected typo - span was closed before inline style declared for "unmet requirements". 2009-07-17 21:24:39 +00:00
677df54625 PHP 5.3 compatibility, upgrade Smarty to 2.6.26 2009-07-14 11:40:16 +00:00
796e7ff96a * Filter entries only by authors that have written at least
one article (garvinhicking)
2009-07-10 15:45:18 +00:00
3faaa663db Add check for "plugins" directory writability 2009-07-10 13:50:13 +00:00
8dd473ece2 forward to media pane, patch by onlin 2009-05-26 09:54:57 +00:00
4940f9d0b5 Use proper path for bundled plugins to point to NEWS/ChangeLog 2009-05-25 07:37:57 +00:00
dffee91667 Allow scrolling in bookmarklet-spawned window 2009-05-04 08:33:50 +00:00
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
39aa62b18e * Changed bookmarklet to work with Chrome, thanks to Oliver
Gassner & TextPattern :-) (garvinhicking)
2009-04-14 12:12:52 +00:00
d9194ac95e * Added improved Blogger.com importer using the API, thanks to jaa 2009-02-17 09:11:23 +00:00
f541e5874d New experimental login hashing 2009-02-16 11:29:49 +00:00
bc57aaa2b5 fix errors 2009-02-11 12:38:50 +00:00
3fa6ab4d84 Allow approval of comments requiring confirmation 2009-02-11 12:35:44 +00:00
54b3a405f4 lax file checks 2008-12-29 13:08:31 +00:00
d9a5d6a8c8 Make checksum code skippable 2008-12-09 10:41:48 +00:00
715422a78c Add SMF importer 2008-12-03 12:22:10 +00:00
0dc95ae371 Move advanced template code to less intrusive location 2008-11-25 19:57:49 +00:00
8ea49739fb Fix resetting comment/tb counter when editing an entry 2008-11-25 09:56:04 +00:00
5abdfe384f Add more documentation references to plugin manager 2008-11-21 12:20:07 +00:00
591fe956f7 More words of advice. 2008-11-12 13:36:08 +00:00
848433af37 added experimental serendipity importer 2008-11-12 13:32:24 +00:00
c72734e963 * Also recreate custom permalinks without using URL rewriting
(garvinhicking)
2008-11-06 11:44:43 +00:00
7300925ce7 * Prefix possibly missing http:// of commenting authors URLs
in recent comments sidebar plugin and admin interface.
2008-10-23 13:50:54 +00:00
d4ce381d36 Don't preset entry author or id 2008-09-23 13:53:16 +00:00
7fca875a7f Add entry data required by advanced templates to preview 2008-09-10 16:32:57 +00:00
862abd0a90 * Add link to preview entries by an author into the usermanagement
(garvinhicking)
2008-09-09 07:23:19 +00:00
5ef47ebf5d * Add memory_limit output to s9y installation, 8MB for 32bit and
16MB for 64bit OSes
2008-08-29 07:54:02 +00:00
62fb2d243a Show preview link for entries in the future 2008-08-04 08:04:37 +00:00
6c112ff3d2 Allow sequencing widget to disable/enable each sequence entry. 2008-08-03 11:33:39 +00:00
1df78fd6ce Update checksum code, move check to front page of installation 2008-07-17 21:23:35 +00:00
95d242aa88 * Fix Generic RSS import to not always assume WPXRSS feed.
(garvinhicking)
2008-06-30 09:41:07 +00:00
0e67b071dd Included missed language constant in checksum verification 2008-04-29 19:42:57 +00:00
b092304c48 Added classes for install/upgrade warning messages. Modified BP admin stylesheet to use these new classes to correct error of overriding green, yellow & red warning text. 2008-04-27 22:19:33 +00:00
f75f1be51b Tokenize template configuration 2008-04-16 11:41:29 +00:00
84d9e8199f Correct thumbnail constraints. S9Y now supports width, height, largest,
and smallest constraints.  Backwards compatibility is maintained with the
imageselectorplus plugin (the only plugin to use the thumbnail or aspect
calculation code).  Language files are updated and a new option screen
is displayed after choosing "Rebuild Thumbs".
2008-04-09 01:57:10 +00:00
61223c16f0 Invalid HTML fixed 2008-03-09 05:47:54 +00:00
743711e061 Added event hooks 2008-02-29 09:10:27 +00:00