Commit Graph
100 Commits
Author SHA1 Message Date
Ian ec83606bf1 debug_backtrace >= php 5.3.6 only 2013-02-12 09:26:31 +01:00
Ian 8c1adf2189 typo 2013-02-07 12:34:44 +01:00
Ian 119f64c25c reset verbosity in testing environments back to original intention
and be more strict to $serendipity['production']
2013-02-07 12:34:19 +01:00
Ian 2b88bc3fcd fix double slash in target 2013-02-07 12:33:47 +01:00
Ian 1559472ca3 Update include/admin/templates.inc.php
to avoid displaying older template vars in case of a template change like from BP to some other Template, in case of:
- previouses config_groups in templates with a config file and 
- all other other core used vars in case of no config file
This may need further finetuning...
2013-02-05 17:24:39 +01:00
Ian eb77dc369a added empty $template_config_groups var
for template changes, if previous template had these set
2013-02-03 11:28:11 +01:00
Ian b2b415a5a0 fixed explode 2cd param to string 2013-01-24 18:01:27 +01:00
Ian a3061f3ab5 Update include/serendipity_smarty_class.inc.php
added smarty BC function get_template_vars()

relies on some additional plugins like serendipity_event_autotitle.php, serendipity_event_multilingual, serendipity_event_sidebarhider, serendipity_event_downloadmanager, serendipity_event_microformats and possibly also more plugins by custom developers.
2013-01-24 15:50:21 +01:00
Ian 0c82384137 Update templates/bulletproof/info.txt
bump date in changed BP template
2013-01-23 12:21:54 +01:00
Ian 7e55d8d183 Update templates/bulletproof/config.inc.php
reflect POST in BP template configs re-set situations
2013-01-23 11:22:57 +01:00
Ian 76b3a1ae71 Update include/serendipity_smarty_class.inc.php
re-added prev removed disabled config switch
2013-01-21 17:08:06 +01:00
Ian 88f69a298e Update plugins/serendipity_event_spartacus/serendipity_event_spartacus.php
fixed Illegal string offset 'tag'
2013-01-19 12:42:38 +01:00
Ian 60fef3d0e0 Smarty 3.1.13 - see changelog 2013-01-16 17:41:43 +01:00
Ian d100d6cad7 missing space broke function 2013-01-15 22:22:46 +01:00
Ian e536ec678e fix bad noting end in last note 2013-01-13 17:18:12 +01:00
Ian f779070199 some notes to former extended body toolbar handling 2013-01-13 16:58:07 +01:00
Ian 2c31840fae removed bad copy&paste class 2013-01-13 16:14:07 +01:00
Ian 2a3ae83eb2 2k11 n.b. admin entry form toolbar document.write replacement
fixed and re-added missing hooks and non-JS mode inline style display:none
2013-01-13 15:46:29 +01:00
Ian 6d7d2cd893 entry form toolbar document.write replacement 2013-01-13 15:36:16 +01:00
Ian 82a62df7d5 port 7e061d to oldtpl 2013-01-04 18:48:13 +01:00
Ian 7e061d8c8c fixed addnew plugin count 2013-01-04 18:41:15 +01:00
Ian a083033a73 moved script part to head and some indent 2012-12-30 10:54:57 +01:00
Ian ece2db5782 convert document.write and removed some wrong closing tags 2012-12-30 10:48:13 +01:00
Ian bc810ca90c imageCrop now opens via window.open 2012-12-30 10:47:28 +01:00
Ian d970d06624 added doctype and moved script vars into head 2012-12-22 13:47:16 +01:00
Ian c3123d70d8 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2012-12-22 13:28:46 +01:00
Ian bf39d5d017 removed wrong tags and rewrote document.write to jQuery 2012-12-22 12:32:28 +01:00
Ian 49a35624c8 crop image page now opens as window.open page 2012-12-22 12:21:41 +01:00
Ian c0c5cf747a revert last commit and fix only error line 1512 2012-12-13 15:44:11 +01:00
Ian 6340e21614 upport: Only variables should be assigned by reference 2012-12-13 14:03:43 +01:00
Ian ae8230ebda fixUrl fix 2012-12-10 10:07:20 +01:00
Ian 78dd515f7d fixed comment entrylink url 2012-12-09 15:59:33 +01:00
Ian c90142080f outsourced comments scripting to serendipity_editor.js 2012-12-09 14:58:59 +01:00
Ian 546e7c9ee6 minor - fix note typo and shorten param 2012-12-08 14:19:23 +01:00
Ian a66aa90424 tab2space cleanup 2012-12-08 14:12:12 +01:00
Ian 2ea415976e Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2012-12-08 13:54:47 +01:00
Ian 9aebc99eac fixed doubled slashes without breaking URI 2012-12-08 13:54:17 +01:00
Ian efd4d723fc better double slash fix,
as the first try did catch http prefixes too
2012-12-08 12:10:42 +01:00
Ian af2c7efa21 better empty message, based to constant NONE 2012-12-08 10:03:53 +01:00
Ian 5d5faddaa2 removed non js todo note (please read comment) 2012-12-07 19:44:44 +01:00
Ian 3a0c0ec158 temporary sequence dragpoint fixed in single plugins with sequencing 2012-12-07 19:24:36 +01:00
Ian 449367c7aa js ending delimiter S3 auto literal behaviour is quite bulletproof
tests have proofed " } ;" and " };" and even "};" are interpreted correct!
2012-12-07 18:00:52 +01:00
Ian 7544348e08 tabs to spaces 2012-12-07 17:13:14 +01:00
Ian 5193d4a785 one more auto literal whitespace added 2012-12-07 17:12:41 +01:00
Ian 253b871aec more on Smarty 3 auto literal recommended use 2012-12-07 16:48:00 +01:00
Ian d14085f3c7 recommended use Smarty3 auto literal }; whitespace}whitespace; 2012-12-07 16:36:09 +01:00
Ian 3b90cddfff some whitespace cleanup to e03e95b 2012-12-07 15:56:39 +01:00
Ian e03e95b33a fixed delimiters, tabs to whitespaces and fixed doubled & 2012-12-07 15:44:47 +01:00
Ian 7214c413c8 arranged GET order to follow "codex" 2012-12-07 15:43:25 +01:00
Ian 6368a992f9 unstringify str_repeat math 2012-12-07 10:55:37 +01:00
Ian 69e0cbe1b9 arranged get-order in entry delete link 2012-12-06 12:56:52 +01:00
Ian 8731a1965c changed icon_link trash GET order to "codex" 2012-12-06 11:41:41 +01:00
Ian 85c5cc4d82 fixed 'no entries to print'
- at last...?
2012-12-05 13:41:14 +01:00
Ian a9e94e9569 fixed typos in 1f9ed0fa2a 2012-12-03 16:53:57 +01:00
Ian 96e2c8bc3c some more serendipity_moveMediaDirectory() message markup 2012-12-03 16:41:25 +01:00
Ian 6998d1eed1 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2012-12-03 16:27:06 +01:00
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