1
0
Commit Graph

41 Commits

Author SHA1 Message Date
6b775e1cac Redo backend page title order.
Code style improvements from the reviews of

* Rename ´$serendipity['title_first'´] to
  ´$serendipity['backendBlogtitleFirst']´ and
  make it boolean

* Add default to `serendipity_config.inc.php`.

* Change the condition in ´2k11/admin/index.tpl´
  that the first branch is run by default

Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-04-13 00:18:28 +02:00
488267a6cf Make backend page title order configurable.
The default page title of backend pages is
"section | blog title | $admin". You can
now change the order to "blog title | section
 | $admin" by setting $serendipity['title_first']
to "blogtitle" in serendipity_config_local.inc.php

Closes 

Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-04-09 00:47:24 +02:00
b22ef8d1ce Improve tab title uniqueness in backend ()
Show the blogtitle after the section, and shortens plugins and template
menu title to the one used in the menu
2016-07-29 00:11:21 +02:00
Ian
0af650be44 better comments by author
Removes some restrictions previously added. Or else we would need a 'userComments' privilege. But that would not make too much sense, since we already work with the lowest group privilege here.
This still is not ready yet, I presume. It needs more finetuning like answer to comments, etc.
Please help testing.

References 
2016-02-03 18:12:17 +01:00
Ian
d4ce2533f6 edit comments by authorid
References 

Please test.
2016-02-03 16:28:58 +01:00
Ian
80716280a8 minors 2015-09-05 12:40:44 +02:00
f7c0fa23bc Show spartacus errors, maka ajax detection global 2015-01-30 22:07:08 +01:00
100c344a14 Use png instead of gif, fix ajax get 2015-01-28 23:45:37 +01:00
efed228527 Use rename lang constant MENU_MAINTENANCE
References 
2015-01-14 12:16:35 +01:00
Ian
aca77bd482 cleanup cosmetics 2014-12-10 14:34:54 +01:00
eab43b12f5 Adjust remaining htmlspecialchars() accordingly 2014-11-24 10:13:40 +01:00
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
9aef3bc41a HOTFIX: We need Smarty. Dunno why this is an issue?! 2013-07-20 16:19:59 +02:00
d80a8334c8 Use return instead of echo in the remaining core
Debug-messages still may use echo, and some functions in functions_image and trackback still use it to generate progress messages, which should get cleaned up as well but is not that urgent
2013-07-05 19:16:11 +02:00
8a188747ae Fix installer, smartification broke it
Sorry Falk
2013-06-27 21:01:16 +02:00
347311e78d rely on smarty-init-css also in the backend 2013-06-15 15:40:42 +02:00
b2fa981e36 serendipity_admin.php: move installer template selection to the bottom 2013-06-14 23:37:00 +02:00
a658e20b27 New iconfont build.
This includes only the icons actually used or intended to be used
in the backend. Please note that unfortunately, some class names
have changed. Also some icons have been exchanged.
2013-06-11 12:54:58 +02:00
9944effb93 Further smartify installer
by placing the code of serendipity_admin.php into installer.inc.tpl. Also removes php-fallback.
2013-06-04 18:15:25 +02:00
Ian
1e540cb6d0 upport b54d5f9693 - fixed testing checksum empty 2013-04-25 12:14:50 +03:00
5a6b95d343 Title and message for installation integrity check adapted to new backend. 2013-01-28 15:01:33 +01:00
71ee300143 Purge browser cache using a timestamp variable when switching templates.
This should hopefully fix Ian and my problems.
2013-01-28 09:35:34 +01:00
78044113aa More redundant br elements fixed. 2012-12-03 15:40:51 +01:00
7288ffdef8 Fixed most of the redundant br elements in the core. 2012-12-03 13:35:59 +01:00
Ian
a3f03a40af forward thinking - added error / success / notice classes and
removed their img inline styles to default/admin/style.css
2012-05-23 19:23:41 +02:00
Ian
c9b1bfd5dd added this no_footer option to non-smartified backend too 2012-01-31 16:14:03 +01:00
Ian
162acc15ad added GET/POST noFooter option to backend
please allow this little tweak - it wont harm anybody ... ;-)
2012-01-31 16:09:31 +01:00
2749dc54ad Smarty3 2011-11-24 12:16:02 +01:00
fc9048397e Patch by only to allow custom titles for the admin backend 2009-05-22 08:20:51 +00:00
97fbaf3de3 Fix setting cookies 2008-12-02 12:07:46 +00:00
0e67b071dd Included missed language constant in checksum verification 2008-04-29 19:42:57 +00:00
84d9e8199f Correct thumbnail constraints. S9Y now supports width, height, largest,
and smallest constraints.  Backwards compatibility is maintained with the
imageselectorplus plugin (the only plugin to use the thumbnail or aspect
calculation code).  Language files are updated and a new option screen
is displayed after choosing "Rebuild Thumbs".
2008-04-09 01:57:10 +00:00
d34bbd7181 * Add ability to plugins to check uploaded media files for invalid
file extensions. Added more escaping to user- and groupnames
      for untrusted author environments, thanks to Hanno Boeck.
      (garvinhicking)
2008-02-01 14:10:14 +00:00
0971639dee Upport 2007-08-09 09:31:29 +00:00
a0d950b320 HTML and images by Don 2007-08-06 10:18:26 +00:00
472432b1b9 Merge patch from Don Chambers for better input classes in admin 2007-07-12 09:40:04 +00:00
cff33ccb4d Allow possibility to style the backend (surrounding layout + entry editor so far) 2007-05-30 11:20:53 +00:00
742fd47078 Shared http/https sessions by rob richards from the forums 2007-02-08 12:08:43 +00:00
7e234bd7b6 More Obscurity and less PR makes Absynth a glad boy 2006-11-15 10:21:14 +00:00
41dd356d45 Admin-based comment response, CSRF-protection for comment form in antispam plugin 2006-10-26 09:41:10 +00:00
80e14346a5 Also support "last X" REST interface 2006-08-02 10:07:34 +00:00