2749 Commits

Author SHA1 Message Date
Garvin Hicking
3dd1a40f58 added constant for every language 2012-11-29 16:00:28 +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
Garvin Hicking
48993971f2 Merge pull request #12 from weltling/2.0
Support port config for postgres db connection
2012-11-27 23:56:08 -08:00
Anatoliy Belsky
f574fe1a87 Support port config for postgres db connection
Upport from master
2012-11-28 08:39:10 +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
Garvin Hicking
ae8c7768ec one more try 2012-11-20 16:30:22 +01:00
Garvin Hicking
082f4b729c try to circumvent a problem 2012-11-20 16:29:52 +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
Matthias Mees
370f30a269 Updated jQuery to v1.8.3. 2012-11-13 15:19:49 +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
d4d24c4c315981fd816b16417fe2d1c21cf1d750 and 5a33a7c8d04e6d763b4d478a0b4af37e9d30614e

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
Garvin Hicking
94c4f32b08 backport 2012-11-06 11:25:39 +01:00
Garvin Hicking
ffd034811d PHP5 compat 2012-10-18 11:19:58 +02:00
Garvin Hicking
9adcfecc38 More PHP5 compatibility (this constructor thing order did not remove the error for me)
Also be able to set $serendipity['production'] in serendipity_config_local.inc.php
2012-10-18 10:14:04 +02: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
Grischa Brockhaus
7d8fdc7db6 ESTRICT double constructor (wrong order of them) 2012-10-16 11:30:51 +02:00
Matthias Mees
7be050e1e2 Updated 2k11 to v1.2.3. 2012-10-15 08:36:10 +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
Matthias Mees
1f10d4bc4e Oops, screwed up file permissions reverted. 2012-10-07 10:32:25 +02:00
Ian
475fadf31c fixed groups.inc.tpl wrong {} 2012-10-06 20:29:15 +02:00
Matthias Mees
2ca675a90e Updated 2k11 to v1.2. 2012-10-03 15:42:05 +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
Matthias Mees
192fa8bf05 Updated jQuery to v1.8.2. 2012-09-21 11:21:13 +02:00
Matthias Mees
fd12904965 Updated jQuery to 1.8.1. 2012-09-01 20:55:17 +02:00
Matthias Mees
f0b71a50f3 Added OS X hidden files to ignored files. 2012-08-24 14:34:17 +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
Matthias Mees
16b4cc6741 Updated jQuery to 1.8.0. 2012-08-10 00:13:25 +02:00
Matthias Mees
c04aeca1d7 Updated 2k11 to v1.1.8. 2012-08-01 14:25:01 +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
Grischa Brockhaus
fb71ff7ba9 E_STRICT fix 2012-06-14 14:05:21 +02:00
Grischa Brockhaus
aa3435c62e E_STRICT fix 2012-06-14 13:14:17 +02:00
Grischa Brockhaus
e67ffb6b7d Backport from master: Made simplepie work with E_STRICT 2012-06-14 12:13:48 +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
Grischa Brockhaus
74a9d3b31a ESTRICT fixes 2012-06-13 15:37:05 +02:00
Grischa Brockhaus
4dc7741351 ESTRICT compatibility 2012-06-13 15:29:14 +02:00
Garvin Hicking
f1b3e3b241 backport 2012-06-13 15:22:57 +02:00
Grischa Brockhaus
e72c90a69d Merged branch 'master' into 2.0 (compatibility fixes) 2012-06-13 15:12:35 +02:00