Ian
441bb6d56f
upgrade task - remove still resting files
...
Please check for more to include to the rest array!
2015-02-06 14:05:30 +01:00
Matthias Mees
4665bb6598
Rework messages emitted by upload/delete in media db
...
Due to a regression in how these messages are emitted, these now
need to emit their msg markup in include/admin/images.inc.php or
include/functions_images.inc.php to avoid nested msg containers.
References #287
2015-02-03 18:46:47 +01:00
Matthias Mees
4030c2ffb0
Rewrite code for deleting media db content
...
Removes redundant markup from and adds msg classes to
* serendipity_deleteImage()
* serendipity_killPath()
References #287
2015-02-03 15:47:17 +01:00
Matthias Mees
3873d80ea8
The strong element is obsolete, the msg class should suffice
...
References #287
2015-02-03 14:19:30 +01:00
Matthias Mees
3b36be9beb
Better fix for obsolete msg wrapper for deleting media db dirs
...
Courtesy of @ophian
References #287
2015-02-03 14:08:57 +01:00
Ian
fa95f33fb1
fix non echoed file names
...
References #287
2015-02-03 12:54:09 +01:00
Matthias Mees
22d3d1cf4b
Remove obsolete msg wrapper for deleting media db dirs
...
References #287
2015-02-03 11:19:26 +01:00
Garvin Hicking
71e41b3a5a
Issue #238 prevent umlauts and special characters for creating/editing media dirs
2015-01-29 15:40:45 +01:00
Garvin Hicking
5f7f2e5ce0
Issue #234 : Granular forcing of backend popups for specific areas
...
References #234
2015-01-29 15:25:38 +01:00
Garvin Hicking
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
Garvin Hicking
859e66d8af
Instaler should verify password
...
References #257
2015-01-27 14:36:32 +01:00
Garvin Hicking
253428dd93
Drop $authorid as discussed
...
References #264
2015-01-27 14:21:53 +01:00
onli
bb986c0546
Use better search identifier to fix #269
2015-01-22 19:49:30 +01:00
onli
3e7e6a03ed
Fix search page order when stable archive is on ( #269 )
2015-01-21 18:53:46 +01:00
Ian
9ed46b892f
enhance error reporting
2015-01-20 17:07:58 +01:00
Ian
e80daa7670
upport 9418f80 cleanup and note once
2015-01-20 16:51:09 +01:00
Ian
4e8a896f84
markup for msg notices
2015-01-18 18:21:19 +01:00
Ian
8a464c060f
cleanup prepare
2015-01-18 17:42:12 +01:00
Ian
1025ec5748
fix default open ML if in image properties form - give option to jump to ML w/o submittng form
...
References #264 (was not really mentioned there, bur related)
2015-01-18 16:38:03 +01:00
Ian
254ecb4c6a
cleanup prepare
2015-01-18 15:38:09 +01:00
Ian
709253498a
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
...
Conflicts:
include/functions_entries.inc.php
2015-01-17 18:08:19 +01:00
Ian
ee50524242
cleanup
2015-01-17 17:53:15 +01:00
onli
148c67bf9b
Publish now + minor cleanup ( closes #262 )
2015-01-17 17:26:33 +01:00
Garvin Hicking
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
Garvin Hicking
0cce75c47c
more debugging for @yellowled
2015-01-12 13:43:57 +01:00
Ian
05f14a9f5a
fix non-admin user select and delete comments.
...
Thanks to berberic (forum)
2015-01-12 12:12:03 +01:00
Ian
57304aa628
cleanup
2015-01-11 15:33:37 +01:00
Ian
1eff19d1b0
use in release versions only
2015-01-11 15:29:53 +01:00
Ian
12325943a1
silence Constant SQL_CHARSET_INIT already defined notices
2015-01-11 15:27:30 +01:00
Garvin Hicking
afa74da11c
fix fulltext search for types other than mysql
2015-01-05 11:22:22 +01:00
Ian
3df6aff87a
cosmetics
2015-01-01 16:04:41 +01:00
Ian
c9ff0a414e
/m uch easier - thanks!
2014-12-24 12:11:06 +01:00
Ian
aa0b68d8c5
read update version by line
...
see 5723673
2014-12-23 19:18:16 +01:00
Ian
5723673ab3
fix missing new update version to form via addData
2014-12-23 17:16:53 +01:00
Garvin Hicking
d35b4d127d
Fix wrong parameters to serendipity_entity_decode()
2014-12-23 11:33:41 +01:00
Garvin Hicking
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
Garvin Hicking
c8e147874b
Move around searchTerm escaping, document.
2014-12-19 09:55:34 +01:00
garvinhicking
c3d060c973
Move logger init to seperate funtion so that its PHP 5.3+ syntax does
...
not fatally break the serendipity_config.inc.php parsing on PHP5 5.3-.
Also create a reasonable error message when running on an old version.
2014-12-15 10:13:10 +01:00
Ian
aca77bd482
cleanup cosmetics
2014-12-10 14:34:54 +01:00
Ian
ffe93c92fc
allow php class_exists in smarty security and better 0ffd02c
...
Rferences #245
2014-12-10 12:01:15 +01:00
Ian
4466096c18
better 7e46e92e1b8cf35237c8dc15f14b79b7df48ffff
2014-12-07 18:28:58 +01:00
Ian
7e46e92e1b
lang charset proposel for serendipity_die()
...
References #236
2014-12-07 18:26:01 +01:00
onli
d91b86486b
specialchar charset fallback on early calls ( #236 , #240 )
2014-12-07 17:47:14 +01:00
Ian
0ffd02cf1c
assign has_freetag in backend
...
Fixes commit f60df79b152a63e4fa5f2bf36e4e797d0dfeb7dc
References #245
2014-12-06 15:52:31 +01:00
onli
c004d90a6c
Don't die in smarty_purge if file not writeable ( #240 )
2014-12-02 21:43:09 +01:00
onli
abba5bdb15
Make smarty_purge PHP 5.3 compatible ( #240 )
2014-12-01 19:04:41 +01:00
onli
a319d59eed
fix serendipity_smarty_purge to delete all cache files ( #240 )
2014-11-30 21:36:04 +01:00
onli
a3cd4d555a
empty smarty cache before upgrade
2014-11-30 18:12:25 +01:00
Garvin Hicking
cc6e5ec94d
Fix wrong constants being utilized, thanks @yellowled
...
References #148
2014-11-27 09:37:52 +01:00
Ian
efe2303b23
extend 8da4c647a88241899f9d377eaa81c7b080406685
...
in blogger a strange editor was used to write the file
2014-11-24 14:30:49 +01:00