summaryrefslogtreecommitdiff
path: root/admin_media.php
AgeCommit message (Collapse)AuthorFilesLines
2011-11-23I18N: move datatables translations to the same placefisharebest1-14/+1
2011-11-21I18N: Multimedia -> Mediafisharebest1-1/+1
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵fisharebest1-15/+15
apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
2011-11-18#739079 - Help text 1481 on upload of media files inaccuratfisharebest1-1/+1
2011-11-14Use round brackets () instead of square brackets []. Round brackets are ↵fisharebest1-12/+12
used to indicate extra information. Square brackets are used to indicate something that is missing.
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-3/+3
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-05(part). (1) Only load datatables.js on pages that use it. (2) move ↵fisharebest1-29/+30
JavaScript to end of page
2011-11-05Implement "fluid" interface for controller - allows requests to be chained.fisharebest1-2/+3
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-10/+7
2011-10-30Change "Search" to "Filter" on all lists, to avoid confusion.Nigel Osborne1-2/+1
https://bugs.launchpad.net/webtrees/+bug/883521
2011-10-28Make datatables header/footer in admin consistent with main lists, and ↵Nigel Osborne1-2/+2
adjust page length options
2011-10-27#836264 - Linkage of media to source is not stored (version 1.2.3)fisharebest1-27/+27
2011-10-26#821562 - Failed to load media in admin after upgradefisharebest1-1/+0
2011-10-06Add initial support for serving static files from a content delivery network.fisharebest1-1/+1
2011-09-27Use prefered terminology in new messages. http://wiki.webtrees.net/Terminologyfisharebest1-4/+4
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest1-12/+2
new configuration option to restrict who can upload new media files.
2011-07-05XHTML validation <img border="none"> is not valid. In any case the border ↵fisharebest1-1/+1
is set with CSS
2011-06-15Update the WT_Menu constructor to include the menu ID. Most menu items will ↵fisharebest1-3/+3
have one.
2011-06-14bug 796841 - better error message when online editing is disabledLarry Meaney1-5/+20
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-1/+0
2011-06-10I18N - use consistent markup for "label: value"fisharebest1-1/+1
2011-06-09I18N: Improve English texts. Refer to sort options consistently. Remove ↵fisharebest1-3/+3
"SHOW_MEDIA_FILENAME" configuration option, and use standardised behaviour.
2011-06-09I18N: Improve English texts. (Multi-)media items => "Media objects"fisharebest1-1/+1
2011-06-09Remove the option to hide/show pending changes. The option didn't work ↵fisharebest1-1/+1
properly (it wasn't "sticky"), wasn't applied consistently, and was rarely used.
2011-06-03Remove pointless / circular help textfisharebest1-1/+1
2011-05-23bug 786618 - undefined variable in admin_media.php when filter returns no ↵Larry Meaney1-1/+1
results
2011-05-12Fix bug that was preventing "Create missing thumbnails" function on ↵Larry Meaney1-5/+4
admin_media.php from working
2011-05-09bugfix - was showing location of main image instead of thumbnailLarry Meaney1-1/+1
2011-04-26(no commit message)Nigel Osborne1-1/+1
2011-04-14Bug #760908 - administration Media set linkNigel Osborne1-1/+1
2011-03-27Do not use gedfact_assistant when it is disabledfisharebest1-5/+4
2011-03-21Help text #1481 on upload of media files inaccurate - Bug #739079Nigel Osborne1-43/+58
2011-03-12Update code to use new function WT_Gedcom_Tag::getLabel()fisharebest1-2/+2
2011-03-07The media firewall is now always enabled (but you aren't required to use it)Larry Meaney1-75/+70
The "Use Media Firewall" option in admin_trees_config.php is now titled "Automatically protect new images" admin_trees_config.php automatically checks to see if the htaccess is correct, and automatically fixes it if not The standard Media directory only needs to be writable while creating the .htaccess file, after that you can lock it down admin_media.php displays the "move all to protected" button on first load, to make it easier to move your files around If the standard media directory is locked down, the "move to standard/protected" buttons on admin_media.php are hidden.
2011-02-20Last attempt to style the pagination on datatablesNigel Osborne1-1/+1
2011-02-19Remove hard-coded punctuation. (It varies with different languages)fisharebest1-1/+1
2011-02-19Revert some recent text changesfisharebest1-3/+3
2011-02-19Final redesign of datatables headers fields, in all places it is used.Nigel Osborne1-3/+4
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-3/+3
2011-02-11add titles to imagesŁukasz Wilenski1-3/+3
2011-02-11remember Show allŁukasz Wilenski1-5/+5
2011-02-05fix: error when the jquery table don't appearŁukasz Wilenski1-2/+1
2011-02-01change placeholdersŁukasz Wilenski1-8/+8
2011-02-01Re-use existing translations for first/last/next/previous instead of adding ↵fisharebest1-4/+4
First/Last/Next/Previous
2011-01-31Adding another I18N translation for datatablesNigel Osborne1-2/+3
2011-01-31Correct typoNigel Osborne1-8/+8
2011-01-31I18N translate "1 to 10 of 293" message without reference to plurals, as we ↵fisharebest1-2/+2
cannot use plural rules here.
2011-01-31Updating user admin code (needs careful checking)Nigel Osborne1-0/+2
2011-01-30Making table pagination items translatableNigel Osborne1-1/+9
2011-01-28#708415 - Edit Media - delete object, doesn'tŁukasz Wilenski1-1/+1