1
0
Commit Graph

2461 Commits

Author SHA1 Message Date
Ian
1087a75cf1 fix str_repeat modifier use
A Smarty3 modifier has higher priority than multiplication, so we have to use () to execute math first
2012-10-07 10:25:00 +02:00
614a9abe29 Oops, screwed up file permissions reverted. 2012-10-03 15:38:50 +02:00
3526eb6ab3 Updated 2k11 to v1.2. 2012-10-03 15:35:30 +02:00
Ian
dae8075e47 some document.write replacements with better method 2012-09-27 15:45:06 +02:00
Ian
0644cd803c Smarty 3.1.12 has been released.
3.1.12 has minor bug fixes and improvements. Smarty also received a security fix regarding the escapement of Smarty error messages. ie. an unrealistic but testable case where you call $smarty->display($_GET['id']); and the GET value is passed directly to the error message. To resolve any probable concern, error messages are now escaped.

For details please read the Smarty 3.1.12 Change Log.
2012-09-26 08:59:16 +02:00
Ian
10af3cf189 Update plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php
empty entries caused error in alpha versions.
2012-09-24 19:49:58 +03:00
0df4069928 Updated jQuery to v1.8.2. 2012-09-21 11:21:56 +02:00
388e0bf67c update of czech translation 2012-09-09 20:23:17 +02:00
1d2380ca65 Updated jQuery to 1.8.1. 2012-09-01 20:54:34 +02:00
ab4a8da625 Added OS X hidden files to ignore file. 2012-08-24 14:24:35 +02:00
Ian
36b9441af0 cleared whitespace missmatch in serendipity_die() 2012-08-23 17:16:35 +02:00
Ian
71c1011eb5 fixed github preview image path 2012-08-22 20:41:58 +02:00
66f84cfee7 Updated jQuery to 1.8.0. 2012-08-10 00:12:21 +02:00
8bd891bc80 Updated 2k11 to v1.1.8. 2012-08-01 14:23:28 +02:00
1593395f21 issue fix 2012-07-27 11:46:58 +02:00
Ian
81c3de9a3d Smarty 3.1.11 2012-07-01 18:25:01 +02:00
823e39f22e ESTRICT double constructor (wrong order of them) 2012-06-22 19:16:58 +02:00
8f87205cdd E_STRICT fix. :-/ (this really starts to get annoying..) 2012-06-14 14:03:51 +02:00
dd6ab83600 E_STRICT fixes 2012-06-14 13:12:51 +02:00
001ea42d96 Fixed simplepie to make it work with E_STRICT. 2012-06-14 12:05:52 +02:00
f951f4498f ESTRICT compatibility fixes 2012-06-13 15:35:02 +02:00
d6c4f8a4de Merge branch 'master' of git+ssh://git@github.com/s9y/Serendipity.git 2012-06-13 15:27:35 +02:00
a8112cecac ESTRICT compatibility fixes 2012-06-13 15:27:13 +02:00
6a3904b599 backport 2012-06-13 15:23:51 +02:00
1f9630b394 Compatibility fixes. 2012-06-13 14:24:45 +02:00
0407a731de Compatibility fixes 2012-06-13 12:47:16 +02:00
6899fa3026 spartacus error fix 2012-06-12 20:55:54 +02:00
937454899c Reduce error reporting, else s9y will not run with PHP 5.4 2012-06-12 20:43:49 +02:00
14885379da once again, with feeling 2012-06-12 20:19:29 +02:00
e6efd5eaf3 * Improved RSS sidebarplugin to support Atom 2012-06-12 20:15:47 +02:00
56a96ecf6c bundle simplepie 2012-06-12 20:01:59 +02:00
58e2cd8c37 porting stuff 2012-06-12 19:39:38 +02:00
Ian
508caabbc5 bugfix release Smarty 3.1.10 2012-06-09 18:22:13 +02:00
d2e7153fdc event_mailer: fixed error in language file. 2012-06-09 15:12:53 +02:00
Ian
4ed69a6187 NEWS cleanup 2012-06-09 10:57:29 +02:00
Ian
708f4d6073 Smarty update to 3.1.9 - see changeLog 2012-06-09 10:40:49 +02:00
Ian
14dfcca0ba removed br linebreak 2012-06-05 17:46:25 +03:00
Ian
be75b1fd9b Do not forget to update master RELEASE file in case of new releases!
Dashboard relies on this...
2012-05-31 13:44:03 +03:00
302bb8ee08 conflict resolution 2012-05-27 12:38:51 +02:00
948d2f43c8 stable archive sort: included in fetchEntries, working with categories -> more native approach 2012-05-27 12:36:26 +02:00
b0271a56d9 Merge branch 'master' of git@github.com:s9y/Serendipity 2012-05-25 10:23:31 +02:00
ba4b629816 ISO-8859-1 fallback patch so that my blog works ;) 2012-05-25 10:14:47 +02:00
be0b6797ad temporarily revert to default to "false" until kinks are worked out (see board thread) 2012-05-23 15:14:11 +02:00
bbfd3b1cee removed debug-echo 2012-05-22 17:15:28 +03:00
c571618689 restored sort-order on a single archive-page: from top to bottom = from newest to oldest 2012-05-22 16:10:07 +02:00
a0689ae1ac Merge branch 'master' of github.com:s9y/Serendipity 2012-05-22 15:41:45 +02:00
52bdecf89d stable archive sort: genpage.inc.php with different order by was missing 2012-05-22 15:41:28 +02:00
d3b6906ffc add language constant for all languagues.
Please ALWAYS add language constants to all files (using addlang.sh i.e.)
2012-05-22 13:30:14 +02:00
6f4658db9c sort archives in a stable way 2012-05-21 16:16:20 +02:00
09e9322666 * Fix SQL injection for comment.php used in read-context.
(Thanks to High-Tech Bridge SA Security Release Lab, Advisory HTB23092)
2012-05-16 11:59:39 +02:00