summaryrefslogtreecommitdiff
path: root/themes/_administration
AgeCommit message (Collapse)AuthorFilesLines
2013-09-15 #1198836 - Version numbers required for CSS filesGreg Roach26-13/+18
2013-09-03#1214183 - "On This Day" is a Day OffGreg Roach1-2/+7
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach2-70/+70
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-12Remove some more subversion Id tagsGreg Roach2-4/+0
2013-08-09Remove empty subversion Id tagsGreg Roach4-9/+3
2013-07-09New admin option to masquerade as another userfisharebest1-0/+1
2013-06-12#1064348 - Private trees are completely private - so how can we show welcome ↵fisharebest2-9/+5
information?
2013-05-27Update image references from "jquery-ui-1.10.0/images" to ↵Nigel Osborne1-3/+3
"jquery-ui-1.10.3/images"
2013-05-12#1100239- SMTP_HELO site config setting is incorrectly labelledfisharebest1-9/+10
2013-05-12Wrong HEX code used for colour "green"fisharebest1-5/+5
2013-05-11Tidy CSS. Use hex codes instead of colour names. Spacing.fisharebest1-181/+181
2013-05-11Upgrade jQueryUI from 1.10.0 to 1.10.3fisharebest18-5/+8
2013-04-07Correct back file path.Rob Peters1-2/+2
2013-04-07Bug #1165577, allow for translation on Slide show.Rob Peters2-11/+7
2013-04-06apply colorbox style to other themes.Rob Peters3-16/+27
2013-04-01Fix: bad path from CSS to jquery-ui causes 404 errorsfisharebest1-1/+1
2013-03-26log text too small to read easily.Nigel Osborne1-1/+0
2013-03-22Add title to media popup in themes and adminRob Peters2-5/+20
2013-03-11Added a larger border to the bottom of the media display and increased the ↵Rob Peters1-2/+2
size of the icons.
2013-03-02Admin theme layout - support for "text-align:start" is not as widely ↵fisharebest1-1/+21
supported as the documentation suggests.
2013-02-22Minor changes to handle colors thumbnail sizes.Rob Peters1-1/+1
Change icon placement for popup images.
2013-02-22Alignment of titles in admin-tree-configfisharebest1-0/+20
2013-02-22Alignment of titles in admin-tree-configfisharebest1-1/+1
2013-02-21Copy initial/default colorbox styling to all themesfisharebest1-0/+13
2013-02-07Missing resouces for jQuery-UI in administration themefisharebest28-0/+0
2013-02-03Update jquery-ui.css to the latest version for each theme. NOTE, the themes ↵fisharebest33-467/+1178
can now set their own colours in themeroller, rather than use the webtrees file and modify it in CSS.
2013-02-02Add more URL versioning to JS resourcesfisharebest1-2/+2
2013-02-02Add some basic support for colorbox and external media such as youtubefisharebest1-2/+3
2013-01-26Couple of minor tweaks to make the admin interface a bit more tablet friendly.Rob Peters1-0/+2
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ↵fisharebest17-23/+34
(temporarily) in its place.
2013-01-19#1101686 - Xenea mouseover wraps autocomplete listsfisharebest1-0/+1
2013-01-18Major refactoring of media code.fisharebest2-11/+12
#935621 - Support for foreign language characters in media files #1079539 - Uploading non-english named file error #935621 - Support for foreign language characters in media files #1077472 - List media objects missing thumbs page 2 #1047957 - Icons not shown for some remote file types #592603 - $MEDIA_DIRECTORY_LEVELS does not work with absolute paths #1049102 - Inconsitent use of the word "directories"
2013-01-16Provide a default icon for media filesfisharebest1-1/+1
2013-01-13Set view port on admin screen to minimum 1024 horizontal.Rob Peters1-4/+4
2013-01-09Update the "FlashMessenger" so that it can also show messages from the ↵fisharebest1-6/+1
*current* request, as well as the *previous* request.
2013-01-04Tree config page - bad alignment on RTL pagesfisharebest1-1/+1
2013-01-02Validation errors in admin menufisharebest1-57/+32
2013-01-02tweak text positioning.Nigel Osborne1-1/+1
2013-01-02In the admin theme, display "flash" error messages, the same as other themes.fisharebest1-3/+8
2012-12-04Upgrade jQuery and jQuery-UIfisharebest16-302/+202
2012-10-29Tidy up display and operation of Place Check pageNigel Osborne1-8/+6
2012-10-03Remove global $stylesheet - the core code shouldn't need to know what ↵fisharebest2-2/+1
stylesheet is being used.
2012-09-25Tidy up Add new user screen. Add HTML5 forms validation.Nigel Osborne1-3/+6
2012-09-24Correction to Bug #1052610 - Validation / code error for persons with 2 or ↵Nigel Osborne1-0/+1
more names
2012-09-16#1006430 - rtl/ltr parenthesis etc.fisharebest1-1/+2
2012-09-15Bug #1051196 - Administration pages css(?) errorNigel Osborne17-17/+15
Plus: update admin theme jquery css to 1.8.23
2012-09-15Part of #1006430 - rtl/ltr parenthesis etc.fisharebest1-1/+1
2012-09-14Assume PHP time is the same as MySQL time. Both should use the same ↵fisharebest1-1/+1
underlying OS function. Saves a DB query. Only call time() once. For consistency, and for a very minor performance tweak.
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-6/+3
https://bugs.launchpad.net/webtrees/+bug/1024825 - Custom language translations not working on family tree titles https://bugs.launchpad.net/webtrees/+bug/981640 - Partial solution - filter list of trees using REQUIRE_VISITOR_AUTHENTICATION to hide trees which the user cannot see. This also ensures that private trees remain completely hidden until after login. https://bugs.launchpad.net/webtrees/+bug/1046002 - v1.3.1 admin.php ERROR 8 at line 277 Performance tweak - save at least two DB calls per page.