Commit Graph
100 Commits
Author SHA1 Message Date
onli ccbfcf2e66 Finish uplaod resize function (#137)
configurable, some fixes, polyfill for chrome
2014-05-08 22:37:44 +02:00
onli 06880647b7 fix jquerey check
template_engine in 2k11 is set to null, which is still set
2014-04-28 10:25:05 +02:00
onli 918bd8f34e bp: engine: default (#130) 2014-04-27 20:47:14 +02:00
onli 99c1f4c87c Fix fallback chain
Engine: default in info.txt will now lead to the template to use template/default as fallback before the default-template (2k11 currently). An approach to fix #130

Also, template_engine is not automatically set to default, as this was implicitly always the case
2014-04-27 20:23:56 +02:00
onli 4efba7e295 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-04-27 19:12:27 +02:00
onli f7b57643ef Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-04-25 20:31:06 +02:00
onli 976c0018e9 Init: Ajax image upload 2014-04-25 01:58:32 +02:00
onli 631bc150ac improve update notice: timeout, config
The updater in the dashboard needed a timeout to not kill the backend if github is not reachable
Also, this makes the check configurable
2014-04-24 18:25:56 +02:00
onli f704df9365 support html5 multiple upload
closes #126
2014-04-23 02:27:14 +02:00
onli 68be4a5f65 get rename token from html
serendipity_editor.js in default is static, so it can't be given by smarty. I copied the approach into the 2k11-version as well, so it won't get as easily lost.
2014-04-04 13:34:38 +02:00
onli fd113ae212 Use id for textarea identification
this prodcues an easier compatiblity with the staticpage-plugin, and is
altogether more developer friendly than the documents.form-selector
2014-03-31 02:29:54 +02:00
onli a722390fbf Set needed php to >= 5.3
closes #104
2014-03-28 10:03:03 +01:00
onli 7bf373248b serendipity_editor.js.tpl without core
To have this in the plugin api didn't look right. the fallback to default works this time, so this should be alright.
2014-03-23 23:53:55 +01:00
onli 0d54063c5e Use old method to init ckeditor
Instead of using global JS-variables and ignoring serendipity[textarea]={$view}, this
approach actually uses the variable and therefore reinstates wysiwyg_init.tpl.

ckeditor_custom_config.js (Thx Ian!) is still respected, but the toolbar got restored to the old version. We need an easy way to remove _underline_, for example. It could be extended though.

This fixes #{107} somewhat, as serendipity_image_selector.php is useable now, but still with display errors (and without an upload widget). Probably still a good idea to copy the ML-eapproach of the normal textareas

This also works with htmlnuggets, without using spawnnugget from the core, instead wysiwyg_init.tpl gets reused in the plugin-config.

ckeditor_custom_plugin.js got emptied, the relevant code (which should only be the part that adds the plugins into the toolbar) should be integrated into wysiwyg_init.tpl).
2014-03-23 23:03:09 +01:00
onli 7497af7022 Use precompiled JS for default
serendipity_editor.js needs to be tested in the installer for #80
2014-03-09 16:19:11 +01:00
onli 7f4dbb3e2e Include JS in installer and upgrader
This should fix issue #80 by giving serendipity_editor.js of default to the
installer and  the normal template JS to the upgrader
2014-03-09 16:00:38 +01:00
onli e01a754315 Installer markup cleanup
The template assumed the messages to be arrays, though only one of them was one,
and that actually seems to be a mixup from the smartification
2014-03-09 14:58:06 +01:00
onli 65814d625c Renamed OUT_STACK in plugin-config 2014-03-02 22:26:16 +01:00
onli a85e25da74 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-03-02 22:05:35 +01:00
onli d79d7255aa expand first config group
important for personal settings
2014-03-02 21:19:44 +01:00
onli 91621b5393 added background to zebra-style 2014-03-02 21:04:03 +01:00
onli 1f63b68908 Publish entries in the dashboard 2014-02-08 16:48:48 +01:00
onli 283c9b5922 Fix: files were not selectable
in ML editor popup
2014-02-08 15:36:45 +01:00
onli 35b4a9f498 Show titles in ML popup 2014-02-08 15:35:19 +01:00
onli fa5af4a1ec Image selector toggled by showMediaToolbar
And $media.manage in the templates
2014-01-23 23:33:23 +01:00
onli a6f0e97ed3 doc update 2014-01-23 23:20:19 +01:00
onli 3873826036 Add upload button to imageselector 2014-01-23 23:13:09 +01:00
onli 580de6574e users: entries for instead of preview 2014-01-21 21:41:51 +01:00
onli 7af68d6d9f tabbify plugin menu 2014-01-21 20:27:02 +01:00
onli c8eca17adc Categories: Open submenu if set 2014-01-20 21:46:10 +01:00
onli b55689ebf4 Fix plugincontrols in no-js mode 2014-01-20 21:28:20 +01:00
onli 98e2d2fd7c Warn user when category name in use 2014-01-19 22:30:25 +01:00
onli b6fe9892c7 Fix subcategory button 2014-01-19 21:39:47 +01:00
onli 0f36373920 Intorduce simpleFilters setting
Replaces SimpleImageFilters with a personal setting, covers image filters and the simpler entry edit overview
2014-01-19 19:31:45 +01:00
onli 428ef88fce Subcategory button for image dirs + minor 2014-01-19 19:07:02 +01:00
onli 62ba209e52 No categories with the same name 2014-01-19 18:44:44 +01:00
onli 36025ee6ba subfolder creation button for category list 2014-01-19 18:23:42 +01:00
onli 75a95382a4 ajaxify image rotate
Solving the caching issue
2014-01-19 17:59:28 +01:00
onli 82a0d1f4bb back button for image properties
not so easy, as it should not be shown after uploading
2014-01-19 17:33:52 +01:00
onli ee3ea72208 Introduce Maintenance menu
Containing all the small action menu-items that were in the main navigation menu, like verify installation
2014-01-19 13:19:30 +01:00
onli 731443616f remove multidelete form for entries 2014-01-19 02:09:08 +01:00
onli 94f1198fe3 Add option to simplify image filters
Default on (at least for the test), needs new language constants
2014-01-19 01:48:42 +01:00
onli 7a9d867fd1 react to filter when finding no comments/trackbacks 2014-01-19 01:22:02 +01:00
onli 21107efaf5 Spamblock: Add backend link to nav 2014-01-19 01:10:50 +01:00
onli 53d967abce upload: hide ML when editing properties
forgot the real fix in commit b41b711
2014-01-19 00:28:07 +01:00
onli b41b71169f upload: hide ML when editing properties 2014-01-19 00:17:57 +01:00
onli 2d2d3822d7 enable moderate in dashboard
The token was missing, as the variable was renamed for the preview-url, where it was missing before
2014-01-18 23:27:42 +01:00
onli 2dcee8eae1 fix entry view link after edits 2014-01-18 23:19:18 +01:00
onli 1109ff8160 show commentform after commenting
The reply-button now continues to work
2014-01-18 23:11:56 +01:00
onli aaa4094cdd Add http to urlinput if missing 2014-01-18 23:08:28 +01: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
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
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
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
onli 5894ac7f4f back-button for category-menu 2013-10-01 02:39:57 +02:00
onli 419310c4f7 s/find entries/edit entries 2013-10-01 02:30:32 +02:00
onli eadc5bc027 Add expand to dashboard-comment
temporary, to be replaced with a nice solution, same like for the normal comment view
2013-10-01 01:57:42 +02:00
onli 1e8d3a58e4 dashboard link comments entry
And show the title of the entry as a tooltip
2013-10-01 01:39:28 +02:00
onli 42ca45db68 Fix //-errors in feed
See http://board.s9y.org/viewtopic.php?f=10&t=19485 - needs testing, I only tested that on localhost with / as relative path
2013-10-01 01:15:53 +02:00
onli f8407848c1 link instead of button in directory-menu 2013-08-19 02:30:32 +02:00
onli 2384f56ec0 personal settings autocomplete fix 2013-08-19 02:25:53 +02:00
onli d0e74392fe use magnific everywhere (#52) 2013-08-19 01:38:48 +02:00
onli e51dae3b9f store multiple categories (#51)
so they don't get lost when collapsing the selector
2013-08-19 01:00:40 +02:00
onli 38e95423b8 git blue datetime cross
it destroys the date input in chrome
2013-08-18 23:41:13 +02:00
onli ae00227275 button for comment-toggle 2013-08-18 23:34:23 +02:00
onli b0c407d4c3 extension fix for resizing 2013-08-18 23:28:15 +02:00
onli e26e98dbba link fullsize image preview directly 2013-08-18 23:22:31 +02:00
onli 6772775696 thumbnail fix when w/o extension
serendipity_getThumbNailPath added an unnecessary dot, breaking thumbnail when using the fullsize image
2013-08-18 23:20:17 +02:00
onli 168cb146ea Use links instead of buttons (#41)
A bit unfamiliar, let's give it some time. The user/groups-menu are clearer now
2013-08-18 20:59:53 +02:00
onli f1343f95f1 GET menu for new groups/users 2013-08-18 20:45:38 +02:00
onli a5ca5718b4 non-error-msg for comments 2013-08-18 19:03:19 +02:00
onli 83ddeca71a bundled-libs, not _libs 2013-08-18 15:02:20 +02:00
onli 5b2f73f74b zenddb-layer (inactive) 2013-08-18 12:48:47 +02:00
onli e63be19fe5 add composer autoloader and libs 2013-08-18 12:46:45 +02:00
onli d9211d2c40 add composer 2013-08-18 12:43:31 +02:00
onli 7bdb4d7c6c Fix ML-Popup in html-nuggets (#27) 2013-07-30 17:35:23 +02:00
onli 266f8dd3a8 Fix array_merge-error in ML-Popup (#27) 2013-07-30 17:31:07 +02:00
onli 068767c80d Load ckeditor for html-nugget (#27)
Need still to be tested and adapted for other editors
2013-07-23 23:30:02 +02:00
onli 731b044d50 Drop use of serendipity_admin_image_selector.php
Enhance admin/images.inc.tpl instead. Gets rid of the fieldset-construct (#30)
2013-07-23 03:06:27 +02:00
onli f744ef7464 Use magnific for ML-popup
Also for not wysiwyg
2013-07-22 23:30:43 +02:00
onli b2bcd08c99 rework spamblock action buttons
anchor workaround and restored event order, should fix #24
2013-07-21 01:00:15 +02:00
onli 379b9255b2 Comment reply in backend as modal
Removes the alert dialogue also from the normal popup
2013-07-20 22:47:54 +02:00
onli 3f63746052 textile: Update to 2.5
see http://board.s9y.org/viewtopic.php?p=10435702
2013-07-17 00:03:41 +02:00
onli 8f42e2346c fix double var 2013-07-10 13:52:36 +02:00
onli 94881ba4c0 Make imagemagick use the real size
See http://board.s9y.org/viewtopic.php?f=3&t=19427
2013-07-10 13:35:08 +02:00
onli 1a829d5273 dashboard: fix entries-box 2013-07-08 10:43:54 +02:00
onli 2a3d80ac18 proper content-type for serendipity_editor.js 2013-07-07 23:05:00 +02:00
onli 71c986ed29 dashboard: don't die when no entries exist 2013-07-07 23:04:19 +02:00