1
0
Commit Graph

631 Commits

Author SHA1 Message Date
Ian
8788403baa Use strict frontend template fallback
in case it is used as a copy template, see http://board.s9y.org/viewtopic.php?f=11&p=10441860#p10441860

Extra Note by Garvin :)
If you create a custom theme to be used with Serendipity 2.0+, use serendipity_getTemplateFile(..., 'serendipityHTTPPath', true) whenever you reference files that are relevant to the frontend output inside your config.inc.php file. The distinction of Backend and Frontend themes in Serendipity 2.0 will otherwise try to search for a file in the backend-directory of a theme, because the theme configuration screen is displayed within the backend, not the frontend
2015-02-04 15:23:21 +01:00
Ian
12eb66a669 Revert "Use strict frontend template fallback"
This reverts commit 4d0daa24d0.
2015-02-04 15:14:28 +01:00
Ian
4d0daa24d0 Use strict frontend template fallback
in case it is used as a copy template, see
http://board.s9y.org/viewtopic.php?f=11&p=10441860#p10441860
2015-02-04 14:40:05 +01:00
Ian
044f1f7dd5 document fa95f33 and 71a9650 2015-02-03 13:39:41 +01:00
e542dcb38a Document changes and prepare language constants 2015-01-30 22:19:07 +01:00
71e41b3a5a Issue #238 prevent umlauts and special characters for creating/editing media dirs 2015-01-29 15:40:45 +01:00
5f7f2e5ce0 Issue #234: Granular forcing of backend popups for specific areas
References #234
2015-01-29 15:25:38 +01:00
a99156a21d * Issue #248: Add $serendipity['forceBase64']=true option (can be set
in serendipity_config_local.inc.php) to make Serendipity *not*
      use 8bit Imap functions for sending mail, for MTAs that behave
      erradically otherwise.

References #248
2015-01-27 14:45:06 +01:00
859e66d8af Instaler should verify password
References #257
2015-01-27 14:36:32 +01:00
253428dd93 Drop $authorid as discussed
References #264
2015-01-27 14:21:53 +01:00
a96ff42d61 Get the autoupdate-plugin to offer 2.0 2015-01-27 14:16:35 +01:00
797c56e015 Document recent changes (Oops)
References #274 #275 #276
2015-01-24 16:04:49 +01:00
463733b30b New language constants
references #274

(my first cherry-pick)

Conflicts:
	docs/NEWS
2015-01-24 14:58:19 +01:00
b63c4e1466 Revert release, check for freetag
References #272
2015-01-23 12:20:26 +01:00
Ian
8f857aaf04 Update RELEASE 2015-01-23 10:50:08 +01:00
b92c805bc5 backport 2015-01-23 09:40:59 +01:00
0530e3f789 prep release
master will get an updated docs/RELEASE later when we see no problems with 2.0 adoption
2015-01-23 09:26:10 +01:00
265b3a6a08 document smarty fix 2015-01-22 20:20:20 +01:00
f1d7052770 Update Release to now 2015-01-22 19:59:15 +01:00
d6385b7754 document #269 2015-01-22 19:58:21 +01:00
Ian
f2e7f6b2a0 document 2015-01-20 18:40:48 +01:00
2c7a00aaad Use master as development for 2.1
See board for explanation (coming up)
2015-01-20 10:05:42 +01:00
1b9e5de787 * Prevent entryproperties from saving/displaying a browser-side
stored password that was actually not set.
[THIS BUGGED ME FOR A SOOOOO LONG TIME!]

    * Stronger check for existing logger interface to prevent errors
      when it is not actively used.
2015-01-15 15:39:00 +01:00
8b51c37b98 Address issue #261
Prevent resetting entryproperties when using serendipity_updertEntry
2015-01-15 10:13:53 +01:00
d6ac2aacf0 document 2015-01-12 13:26:19 +01:00
7f6194e195 * Patch PEAR.php to use "static" isError declaration to prevent
PHP error messages
2015-01-05 12:44:58 +01:00
adfb237b4a fix wrong IF-order
We'll need to also apply that to all additional_themes
2015-01-05 11:37:29 +01:00
afa74da11c fix fulltext search for types other than mysql 2015-01-05 11:22:22 +01:00
ff3cd29f2a document past changes, did I miss anything? 2015-01-01 15:01:02 +01:00
Ian
4b13006687 document 2014-12-23 19:27:44 +01:00
d35b4d127d Fix wrong parameters to serendipity_entity_decode() 2014-12-23 11:33:41 +01:00
36cde3030a * Fixes escaping of comments in the new backend pane to prevent
XSS. Thanks to Steffen Röemann for reporting!
2014-12-23 11:10:53 +01:00
Ian
f0ade5eda0 is not not, is now! ;-) 2014-12-19 11:40:01 +01:00
2f631807fe Fix conflicts.
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0

Conflicts:
	docs/NEWS
2014-12-19 09:56:10 +01:00
c8e147874b Move around searchTerm escaping, document. 2014-12-19 09:55:34 +01:00
b3bb1f38fc Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-12-15 10:01:04 +01:00
24bb0112d9 php detection 2014-12-15 10:00:33 +01:00
48c9089f77 pre release again 2014-12-11 13:26:12 +01:00
698c6ce698 update our changelog with some recent changes 2014-12-10 10:11:16 +01:00
21b277bd1c Add missing i18n constants
prepare rc1
2014-11-29 11:59:47 +01:00
4d17c0ae02 Added SQLite3 OO layer, old one did not work for PHP 5.4+
PDO SQlite3 is preferrable though
2014-11-24 11:48:16 +01:00
26535ec09c Patch remaining usages of html_entity_decode
Document
2014-11-24 09:57:47 +01:00
Ian
dc8fba51cc document early Oct issue with IM news izes 2014-11-21 11:09:27 +01:00
ec09fa2607 document 2014-11-18 12:27:49 +01:00
a24940a095 pointer to document this 2014-11-18 12:27:14 +01:00
Ian
5f2f390cb9 whites 2014-11-17 19:21:15 +01:00
50c42997cf Move default-php and default-xml to spartacus 2014-11-17 09:41:48 +01:00
35628a3e2c Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
Conflicts:
	docs/NEWS
2014-11-02 15:21:23 +01:00
9944cbb0a7 Make PAT_JS mod_rewrite pattern be recognized to .htaccess to prevent ErrorLog entries for looking up such URLs.
Bumps version to beta6 and will recreate .htaccess file
2014-11-02 15:20:21 +01:00
Ian
dee5033c0a document e11cbbc 2014-11-02 14:30:42 +01:00