Commit Graph
100 Commits
Author SHA1 Message Date
Ian 1f9ed0fa2a serendipity_moveMediaDirectory() messages markup 2012-12-03 16:18:29 +01:00
Ian a81cf60f79 Merge branch '2.0' of https://github.com/s9y/Serendipity into 2.0 2012-12-03 11:14:41 +01:00
Ian 13c3630ff6 fixed one smarty end and set some operating Parenthesis 2012-12-03 11:14:19 +01:00
Ian bfea00fba4 fixed typo in c8105426 2012-12-03 10:50:14 +01:00
Ian 15a05c8d7c declare array 2012-12-03 10:47:36 +01:00
Ian 9ccb4c6edd fixed sequence js var 2012-12-02 13:03:30 +01:00
Ian 128d85c9a2 fixed if to NO_ENTRIES_TO_PRINT 2012-12-01 20:06:25 +01:00
Ian 8a259eb2ab Merge branch '2.0' of https://github.com/s9y/Serendipity into 2.0 2012-12-01 19:01:00 +01:00
Ian 37403920a2 fixed create new group startform 2012-12-01 18:59:36 +01:00
Ian 4fcc7dc1f6 fixed another two by reference errors 2012-12-01 18:58:50 +01:00
Ian 68712333e1 added renaming description constant to backend media upload 2012-11-29 14:06:18 +01:00
Ian a036248d63 added new constant PLAIN_ASCII_NAMES 2012-11-29 14:05:03 +01:00
Ian 0f51f5ec4d fixed wrong sidebar array var 2012-11-25 13:38:27 +01:00
Ian a94b4a618a just to make sure Mattsches... ;-) 2012-11-20 19:40:30 +01:00
Ian 912889fccc upport Garvins Spartacus master fixes and mattches 10a1a5c565 commit,
which could sadly not get cherry-picked! (Possibly being based to a differing parent commit)
2012-11-20 16:36:45 +01:00
Ian 312c886d62 last commits switch to functions_plugins_admin.inc too 2012-11-20 15:33:36 +01:00
Ian fb81d6a121 added temporary backend developer template dir switch - Please read:
The smartified code as forked from master to 2.0 being outsourced,
now is to find in /include/admin/tplold, which will still be used as
the default backend template dir.
To switch to the new version, please paste the dirs and files of s9y-admin-tpl
as adviced in the readme and reload, but also add a
```php
	// End of Serendipity configuration file
	// You can place your own special variables after here:

	define('SWITCH_TEMPLATE_VERSION', 'true');

```
to the end of your serendipity_config_local.inc.php.

To switch back to the old smartified files, just set a // to the define().
2012-11-20 14:38:28 +01:00
Ian d3d557de91 strip down double slashes in prev & next links
see http://board.s9y.org/viewtopic.php?f=10&t=18944
2012-11-12 13:26:05 +01:00
Ian 46e7bcf40d trying to upport garvins entryproperty commit
d4d24c4c31 and 5a33a7c8d0

Sorry I missed that this commit wasn't upported to 2.0, before I tried to cherry pick my tiny fix. Now this had to be done manually.
2012-11-12 12:10:50 +01:00
Ian a6ac1daff3 fixed last commits array to string 2012-11-12 11:58:30 +01:00
Ian 802c1dc18e another php5 compat assigned by reference 2012-10-17 18:01:16 +02:00
Ian 3ba8bdc854 another str_replace math issue 2012-10-17 17:59:52 +02:00
Ian 706ffbe594 fixed PHP5 only variables should be assigned by reference 2012-10-09 20:49:05 +02:00
Ian 878cb2befa 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:36:12 +02:00
Ian 475fadf31c fixed groups.inc.tpl wrong {} 2012-10-06 20:29:15 +02:00
Ian d9647b0086 fixed issue in last 4e56b44 commit 2012-09-27 16:10:06 +02:00
Ian 4e56b4400d some document.write replacements with better method 2012-09-27 15:58:34 +02:00
Ian a34fd72449 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 09:01:54 +02:00
Ian b22c4d315c Update plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php
empty entries caused error in alpha versions.
2012-09-26 09:01:08 +02:00
Ian 57e63251b3 cleared whitespace missmatch in serendipity_die() 2012-08-23 17:18:31 +02:00
Ian 2fafa72157 fixed github preview image path 2012-08-22 20:45:36 +02:00
Ian 03e8d3ce7b Smarty 3.1.11 2012-07-01 18:28:27 +02:00
Ian ea66e5b89f fixed tabs 2012-07-01 18:22:39 +02:00
Ian b3c7358f6f non-release fix #4625 -
include failed, if tabs are used to separate attributes
2012-06-13 16:21:18 +02:00
Ian 4d9fa16b1e re-added 2.0 Smartification needs, which got lost by up-port 2012-06-13 16:17:11 +02:00
Ian dbc992f07e bugfix release Smarty 3.1.10 2012-06-09 18:24:23 +02:00
Ian 508caabbc5 bugfix release Smarty 3.1.10 2012-06-09 18:22:13 +02:00
Ian f6ad1903b7 keep up with master 2012-06-09 11:02:53 +02:00
Ian 4ed69a6187 NEWS cleanup 2012-06-09 10:57:29 +02:00
Ian 65fae5d1b6 cleanup NEWS 2012-06-09 10:51:26 +02:00
Ian 612a7260fc Smarty update to 3.1.9 - see changeLog 2012-06-09 10:43:58 +02:00
Ian 708f4d6073 Smarty update to 3.1.9 - see changeLog 2012-06-09 10:40:49 +02:00
Ian 7294e9679c javascript loading quotes 2012-06-08 14:33:51 +02:00
Ian 7a51ea663e OUT_STACK now supports config_groups magic again 2012-06-08 14:19:04 +02:00
Ian 3ec4c55ec0 captured smartified example method 2012-06-08 10:43:22 +02:00
Ian ba2214598c outsourced backend header javascript 2012-06-07 17:54:33 +02:00
Ian 5f9d9d7690 small js fix and renaming 2012-06-05 19:11:46 +02:00
Ian c48e8d3860 bump version 2012-06-05 17:47:23 +03:00
Ian 14dfcca0ba removed br linebreak 2012-06-05 17:46:25 +03:00
Ian d47e948acf removed br linebreak 2012-06-05 17:44:26 +03:00
Ian 4a4d6a4279 outsourced some javascript and restrict multidelete images to adminModule == 'media' only 2012-06-04 15:30:32 +02:00
Ian 1ebbeeef36 fixed smartification pluggroup name 2012-06-03 11:51:31 +02:00
Ian a0269794c5 note to 2.0 2012-06-02 11:50:19 +02:00
Ian e0f5068190 fetch to display 2012-06-02 11:44:17 +02:00
Ian a1d77c4916 group.inc.tpl - fixed missing CONSTANT 2012-06-01 21:06:12 +02:00
Ian cccd3aca57 no need for assignment 2012-06-01 20:24:08 +02:00
Ian 4bc7f98285 removed tpl {continue} spaces 2012-06-01 17:45:15 +02:00
Ian 85690d6411 fixed entries.inc.tpl - select user smartification bug 2012-06-01 17:21:29 +02:00
Ian c45fc7181b groups.inc.tpl - some better use of booleans 2012-06-01 15:42:57 +02:00
Ian 064506d6f9 group.inc - fixed some possible typos 2012-06-01 15:29:06 +02:00
Ian d3e3ef3516 removed now obsolet internal function allowments 2012-06-01 14:57:56 +02:00
Ian d2d2470716 simplification, fixes, additions and changes to entries.inc.php/tpl 2012-06-01 14:22:54 +02: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
Ian 874014747a fixed lang typo of last commit 2012-05-29 20:54:40 +02:00
Ian a956471a44 added to MediaLB multidelete[] 2012-05-29 20:39:23 +02:00
Ian 326957d732 fixed typo in note 2012-05-25 11:05:37 +02:00
Ian f6ee851773 added last img error class to BP admin css 2012-05-24 18:42:13 +02:00
Ian a811c8a5c3 fixed class naming issue and make use of new smarty auto literal 2012-05-23 20:02:29 +02:00
Ian a3f03a40af forward thinking - added error / success / notice classes and
removed their img inline styles to default/admin/style.css
2012-05-23 19:23:41 +02:00
Ian 7b585bfe64 some minor backend smartification changes 2012-05-23 18:48:33 +02:00
Ian a368694f24 smartified functions_plugins_admin.inc.php 2012-05-22 20:14:37 +02:00
Ian d6c527e422 Smarty3 compat - BP entries.tpl changed eval to assign 2012-05-15 18:18:39 +02:00
Ian 082c5c8c55 Smarty3 compat - BP entries.tpl changed eval to assign 2012-05-15 18:11:11 +02:00
Ian 55d45031a9 nl2br better config mismatch check 2012-05-04 09:43:07 +02:00
Ian e6596b3c5d nl2br better config mismatch check 2012-05-04 09:40:49 +02:00
Ian 6b8062d1ed check for config mismatch p_tags vs ISOBR 2012-05-03 19:31:16 +02:00
Ian 8522cc99a8 check for config mismatch p_tags vs ISOBR 2012-05-03 19:27:19 +02:00
Ian 0652e01780 if set, $isobr now hooks to global Serendipity var
to get also used by plugins, like staticpages
2012-04-21 16:20:15 +02:00
Ian 25312f6fdf if set, $isobr now hooks to global Serendipity var
to get also used by plugins, like staticpages
2012-04-21 16:15:13 +02:00
Ian 0b7c7983f7 templates.inc.tpl fixed typo 2012-04-21 12:24:12 +02:00
Ian 3dc450f624 Merge branch 'master' of https://github.com/s9y/Serendipity 2012-04-17 12:28:57 +02:00
Ian dc36965bb7 fixed Smarty const check 2012-04-17 12:06:04 +02:00
Ian cdcd77e39c Merge branch '2.0' of https://github.com/s9y/Serendipity into 2.0 2012-04-17 11:38:25 +02:00
Ian 54e310b1e4 fixed Smarty const check 2012-04-17 11:37:53 +02:00
Ian d8bcff11a7 up-port 8d828e1 - check goodtoken while approving comments 2012-04-11 18:09:56 +02:00
Ian 3c7dfd935e upgrader.tpl - another small typo fix 2012-04-11 09:55:19 +02:00
Ian 92a19a968d fixed upgrader_return_here path message 2012-04-10 18:19:13 +02:00
Ian e32a5e7e46 upgrader.tpl purged another leftover 2012-04-10 17:21:16 +02:00
Ian c961f6b2cf upgrader another typo fix 2012-04-10 16:41:48 +02:00
Ian 1cf5309deb set correct version 2012-04-10 15:13:53 +02:00
Ian 278546d1c6 upgrader data['call_tasks'] fix 2012-04-10 14:48:50 +02:00
Ian bc8bab6100 upgrader fixed typo 2012-04-10 13:06:03 +02:00
Ian 8eb13121a4 fixed defaultBaseURL in installer as follow-up commit c292bad 2012-04-07 11:03:04 +02:00
Ian 6bf43fa920 fixed defaultBaseURL in installer as follow-up commit c292bad 2012-04-07 10:55:23 +02:00
Ian a8c5418b2f fixed show installation errors 2012-04-04 11:20:34 +02:00
Ian f9d2eaade9 better OR 2012-03-27 13:33:00 +02:00
Ian 9065abdb98 smartify installer without fail ... :D 2012-03-27 13:00:37 +02:00
Ian 545b237894 hardcoded new markup serendipity_printConfigTemplate() & serendipity_printConfigJS() 2012-03-26 14:37:04 +02:00
Ian 92638f3426 installer and upgrader hardcoded markup notices (no fallback) 2012-03-26 14:28:49 +02:00
Ian 8f7cfeebe0 ops :) 2012-03-21 19:22:01 +01:00