Matthias Mees
6f6410adb4
Make sure form element do not overflow their containers
...
References #296
2015-02-06 20:38:46 +01:00
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
Ian
0670bb86c1
document emoticon plugin fix
2015-02-05 17:03:27 +01:00
Ian
1a15391b9a
template is theme and click to demo file
2015-02-05 16:52:57 +01:00
Ian
d0a25a8f77
fix typo
2015-02-05 15:53:20 +01:00
Ian
eeb25b2b66
fix fallback for custom template emoticons
...
adds an example file to extend this to custom emoticons
Add description of this in plugins config.
2015-02-05 15:46:53 +01:00
Ian
a1e0f7c8e9
Merge branch 'master' of github.com:s9y/Serendipity
2015-02-04 18:03:17 +01:00
Ian
d584a7febb
move backend_dashboard hook
...
may certainly as well be, to move the s9y_links block on top of all since not getting boxed, see http://board.s9y.org/viewtopic.php?f=4&t=20247
May need follow-up, if we we have a more general dashboard even/odd cycler function to avoid making each hooked-in plugin to reinvent the wheel...!
2015-02-04 18:02:35 +01:00
Matthias Mees
b204d8b179
Adapt layout in theme options media preview
...
References #288
2015-02-04 17:44:47 +01:00
Ian
3077b4747d
Use strict frontend template fallback
...
in case it is used as a copy template, see http://board.s9y.org/viewtopic.php?f=11&p=10441860#p10441860
Extra Note by Garvin :)
If you create a custom theme to be used with Serendipity 2.0+, use serendipity_getTemplateFile(..., 'serendipityHTTPPath', true) whenever you reference files that are relevant to the frontend output inside your config.inc.php file. The distinction of Backend and Frontend themes in Serendipity 2.0 will otherwise try to search for a file in the backend-directory of a theme, because the theme configuration screen is displayed within the backend, not the frontend
2015-02-04 15:28:30 +01:00
Ian
a576ee8ec9
Revert "Use strict frontend template fallback"
...
This reverts commit 8788403baa47a2803e8159f9b1aa09c95def0c22.
2015-02-04 15:26:41 +01:00
Ian
8788403baa
Use strict frontend template fallback
...
in case it is used as a copy template, see http://board.s9y.org/viewtopic.php?f=11&p=10441860#p10441860
Extra Note by Garvin :)
If you create a custom theme to be used with Serendipity 2.0+, use serendipity_getTemplateFile(..., 'serendipityHTTPPath', true) whenever you reference files that are relevant to the frontend output inside your config.inc.php file. The distinction of Backend and Frontend themes in Serendipity 2.0 will otherwise try to search for a file in the backend-directory of a theme, because the theme configuration screen is displayed within the backend, not the frontend
2015-02-04 15:23:21 +01:00
Ian
12eb66a669
Revert "Use strict frontend template fallback"
...
This reverts commit 4d0daa24d00567e20ac4e7a0d75a7aa7c274d6a7.
2015-02-04 15:14:28 +01:00
Ian
4d0daa24d0
Use strict frontend template fallback
...
in case it is used as a copy template, see
http://board.s9y.org/viewtopic.php?f=11&p=10441860#p10441860
2015-02-04 14:40:05 +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
02cf5a3f29
Do not hide <br> elements in .msg_*
...
As much as I hate these, but this was not a good idea in hindsight.
References #287
2015-02-03 17:09:46 +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
044f1f7dd5
document fa95f33 and 71a9650
2015-02-03 13:39:41 +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
Ian
44a8d8d84d
Revert "fix label $entry ep_is_sticky check missing properties sub array"
...
This reverts commit 37fecb5ebe56f9e42a75cb08d55f3b2e38526c58.
2015-02-02 18:47:34 +01:00
Ian
37fecb5ebe
fix label $entry ep_is_sticky check missing properties sub array
2015-02-02 18:34:57 +01:00
Matthias Mees
8795b06c73
Fix long plugin names aligning below their toggler
...
References #284
2015-02-02 10:18:42 +01:00
Don Chambers
17e13b609b
Restore emitting figcaption only if image
2015-01-31 12:09:28 -06:00
Matthias Mees
67864f195f
Adapt markup and styles for advanced entry options
...
This is to make it possible to have .media_choose in advanced entry
options. Actually, it's to work around a bug in Firefox.
2015-01-31 15:05:05 +01:00
Matthias Mees
71aff1c671
Minor markup adjustments for media_choose in entryproperties
2015-01-31 14:01:07 +01:00
Matthias Mees
02e0fa7b8e
Change serendipity_customfields from id to class
...
This is to avoid duplicate ids in the backend.
2015-01-31 12:57:24 +01:00
Don Chambers
80b07eb2a2
test for image format on src="" and figcaption
2015-01-30 15:01:53 -06:00
Don Chambers
e11b27a2a1
Eliminate test for image format
...
<figure> container must always exist for js to insert or change media
preview.
2015-01-30 14:44:59 -06:00
Don Chambers
0302f7d034
Added image preview if value is image format
2015-01-30 14:24:21 -06: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
Ian
df20e85811
license s9y
2015-01-28 17:11:18 +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
Garvin Hicking
a96ff42d61
Get the autoupdate-plugin to offer 2.0
2015-01-27 14:16:35 +01:00
Garvin Hicking
a58cdb2902
DASHBAORD -> DASHBOARD
2015-01-26 09:18:46 +01:00
Matthias Mees
797c56e015
Document recent changes (Oops)
...
References #274 #275 #276
2015-01-24 16:04:49 +01:00
Garvin Hicking
463733b30b
New language constants
...
references #274
(my first cherry-pick)
Conflicts:
docs/NEWS
2015-01-24 14:58:19 +01:00
Matthias Mees
b0a7d0a0d2
Add new lang constant for entries in dashboard
...
References #274
2015-01-24 14:39:38 +01:00
Matthias Mees
ff5d1a3d5b
Fix mispositioned 'no cats/tags' msg, fix missing 'no tags' msg
...
Also rewrote the JS that checks if freetags plugin is even in use.
References #275
2015-01-24 14:31:15 +01:00
Matthias Mees
aa9f280240
Use new bayes_done class so this works with std spamblock
...
References #276
2015-01-24 14:06:18 +01:00
Matthias Mees
f223db6c59
Reposition Spamblock bayes confirmation msg
...
References #276
2015-01-24 12:37:26 +01:00
Matthias Mees
9117b48176
Remove legacy JS for limiting media file overlay width
...
This is no longer necessary, but was required in an earlier stage
of the media db overlay.
References #73
2015-01-23 13:12:44 +01:00
Garvin Hicking
b63c4e1466
Revert release, check for freetag
...
References #272
2015-01-23 12:20:26 +01:00
Ian
be9d45eb73
fix failing error if no freetags installed
2015-01-23 11:09:06 +01:00
Ian
8f857aaf04
Update RELEASE
2015-01-23 10:50:08 +01:00