Matthias Mees
c31bd24494
Better label text for home button. Needs i18n.
2013-12-03 14:54:48 +01:00
Matthias Mees
d1f3612825
Provide a fallback if the dashboard has nothing to show.
...
For entries and comments. Should only happen on new installations
anyway.
2013-12-03 14:48:32 +01:00
Matthias Mees
4440a2d44a
Fixes print style bug in Firefox.
2013-11-20 14:56:05 +01:00
Garvin Hicking
60556207bf
document better :)
2013-11-11 17:14:54 +01:00
Garvin Hicking
28885e75a1
document DLange commit
2013-11-11 16:25:39 +01:00
Daniel Lange
9dd5b9762b
Fixes and updates for serendipity_event_spamblock by DLange (2.0 branch)
...
[PATCH 1/4] remove serendipity_serverOffsetHour() workaround as this
function is now in core
[PATCH 2/4] remove blogg.de anti-spamlist support as it has been
discontinued
[PATCH 3/4] proper locking of .htaccess file to prevent race
condition and partial file over-writes
[PATCH 4/4] allow multiple Deny From lines in .htaccess so more IPs
can be simultaneously blocked for busy sites
2013-11-11 14:30:37 +01:00
Ian
149e6aa9a7
fixed core plugins db tables, ip column to IPv6 length
2013-11-08 14:53:25 +01:00
Ian
c7df199a2f
bugfix correction of modifier capitalize fix from 3.10.2013 (issue 159)
2013-11-02 16:53:51 +01:00
Matthias Mees
8151645882
Don't emit comments, trackbacks or comment form in backend preview.
...
Fix by @onli. References #62
2013-10-10 15:58:55 +02:00
onli
daa3afe812
Fix drag'n drop in plugin configs
...
As discussed in #65 . Uses a simpler approach to detect the order of the items and their activation at the same time
2013-10-09 16:43:15 +02:00
onli
ec864e6b71
markup-buttons of extended editor work now ( #66 )
...
data-tarea was set two times, the first being body
2013-10-09 15:00:13 +02:00
Ian
d858fc8eb3
nl2br restore() better callback - see Issue #67
...
to match all PHP version since 5.2.6
2013-10-08 20:08:06 +02:00
Ian
0f1e93ab7d
- bugfix loops using modifier capitalize did eat up memory (issue 159)
...
git-svn-id: http://smarty-php.googlecode.com/svn/trunk/distribution/libs@4785 9dce5a81-9a42-0410-99e4-3799d3902e7f
We need this, since using the capitalize modifier.
2013-10-05 14:01:38 +02:00
Matthias Mees
80cfa7e736
Only fire toggle_links handler in dashboard.
2013-10-05 10:56:26 +02:00
Matthias Mees
0c80e7afaf
Only replace T in value if datetime-local is not supported.
...
According to my tests, this is what makes datetime-local fail in
browsers which already support it. Replacing the T in the value is
required to set the date/time in browsers which don't support it,
but it somehow throws off the (re)setting in browsers which do.
So using Modernizr's feature test to check if the replacement is
required should solve the issue. However, this seems strange, we
should keep an eye on it.
2013-10-05 10:46:50 +02:00
Matthias Mees
82b2f2f8fe
Add missing i18n markers.
2013-10-05 08:56:54 +02:00
Matthias Mees
205bc5f65c
Move extend comment button to the end of the list.
...
If it is 'inserted' in the middle, it breaks the consistency since
not all comments have the button, which irritates the eye.
2013-10-05 08:34:24 +02:00
Matthias Mees
d82ed41f65
Fixes 'second click' issue with further links toggler.
...
Apparently, magnificPopup does not like the click handler if the
toggler is an a element, which we probably never noticed since all
the other togglers used in the backend are buttons.
2013-10-05 08:26:26 +02:00
onli
36b99d5651
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2013-10-04 23:19:46 +02:00
onli
867b92a6ea
save visibility of extended & advanced
2013-10-04 23:19:28 +02:00
Matthias Mees
f88617ab05
Distinguish preview/save better in entry editor.
2013-10-04 23:16:41 +02:00
Matthias Mees
b936b00df7
Remove trailing whitespace.
2013-10-04 20:26:56 +02:00
Matthias Mees
31925a9c85
Small fixes to labels in templates section.
...
"Own admin design" sounds strange. Also, I think "Install" makes it
more clear to the user what actually happens than "Select".
2013-10-04 20:23:54 +02:00
Matthias Mees
1b7332dea4
Remove duplicate backend_header reference in the head.
...
References #65 , related to c425f209946cc00fb062185341672bdf0a9ed817.
2013-10-04 20:17:23 +02:00
onli
78f0196571
shorter plugin/category title
2013-10-04 17:45:43 +02:00
onli
c425f20994
Fix drag'n drop by moving jquery to top ( #65 )
...
The backend_header-event, which includes jquery, should really stay in the header. I'm surprised the other jquery-plugins continued to work.
2013-10-04 17:28:25 +02:00
onli
bd6fd1d103
Use frontend-css in preview ( #60 )
...
preview_iframe.tpl used head_link_stylesheet, which contains the link to the backend-css while in the backend, like when the preview is generated. This workaround constructs the path to the frontend-css manually - which should work as long as it follows the convention fo being called serendipity.css, which is hardcoded everywhere anyway
2013-10-04 17:14:09 +02:00
onli
3ebc962a71
consistent preview/save
2013-10-04 15:51:05 +02:00
onli
af21acc641
consistent template naming
2013-10-04 15:44:01 +02:00
onli
4ffa307bc5
remove long/wrong ML-upload-hint
2013-10-04 15:26:33 +02:00
onli
d1d26af5ee
Shorter labels and consistence
...
Like Delete instead of Delete selected comments on buttons, and Media Library instead of Fine Media as a title in the ML
2013-10-04 15:23:11 +02:00
onli
5ddfdf7dc3
remove dashboard view button for comments
2013-10-04 15:01:30 +02:00
Matthias Mees
db8a289ff8
Different icon for further links toggler.
2013-10-02 13:06:42 +02:00
Matthias Mees
d0de74737e
Fixes type/href attributes for button elements.
...
– <button> must have an explicit type="buttons" since it falls back
to type="submit", which can have side effects
– <button> must not have a href attribute, always use data-href
2013-10-02 11:05:27 +02:00
Matthias Mees
5f2c8eb9dd
Add sticky post status to entries overview.
2013-10-02 10:36:25 +02:00
Matthias Mees
9e14904eb2
Use existing lang constant.
2013-10-02 10:34:39 +02:00
Matthias Mees
c4ba5f8da8
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2013-10-02 10:14:52 +02:00
Matthias Mees
67eca005d9
Show/hide for advanced entry options.
2013-10-02 10:14:22 +02:00
Ian
105f96a4d7
Smarty 3.1.15 release - please read change_log.txt
2013-10-02 10:12:48 +02:00
Matthias Mees
5fa25b65f4
Minor layout fixes for s9y links in popup.
2013-10-01 21:13:01 +02:00
Matthias Mees
1b11b31a18
Dashboard: open further links in a modal popup.
...
(Or just show/hide them for use-popups.)
For some weird reason, this seems to fire only on the second click
on the toggler, not on the first. Need input from @onli on this.
Also, this needs a better icon. I did not want to go through a new
iconfont build just for this one icon now.
2013-10-01 21:03:39 +02:00
Matthias Mees
3146238b35
Link dashboard headers to edit comments/edit entries.
2013-10-01 20:16:07 +02:00
Ian
915c5f6531
Fix possible temporary caching errors failing $eventData[0]['properties']
2013-10-01 19:03:12 +02:00
Ian
0b1aeddc31
Automatic upgrade removal of old Smarty2 files (2.0-alpha2)
2013-10-01 18:58:56 +02:00
Matthias Mees
609515a4d8
Remove stray styles for s9y links in the footer.
2013-10-01 17:34:52 +02:00
Matthias Mees
dc98c93c02
A more robust responsive layout for grouped entry status/buttons.
...
Related to ebb1fb41d4e105ae8a4acf5e3e08fe8e35da352d.
2013-10-01 17:33:10 +02:00
onli
ebb1fb41d4
group entry status and buttons
2013-10-01 16:08:27 +02:00
onli
f7520a9195
entryeditor: extended before save
2013-10-01 15:31:39 +02:00
onli
5257b95dbd
entryeditor: hide advanced if empty
2013-10-01 15:29:07 +02:00
onli
54f926a946
unset year when not in cal-mode
...
closes #18
2013-10-01 14:55:20 +02:00