summaryrefslogtreecommitdiff
path: root/addmedia.php
AgeCommit message (Collapse)AuthorFilesLines
2013-01-04Add media form - style the "save" and "close" buttons consistently with the ↵fisharebest1-1/+366
other edit forms.
2013-01-02Rename "close window" to "close", as many modern GUIs do not use windowsfisharebest1-1/+1
2013-01-02Tidy up some error handling.fisharebest1-14/+3
2012-11-13Allow more than one media object to share the same media file.fisharebest1-4/+1
2012-11-02Reload parent window after creating new media object (only when adding to ↵fisharebest1-2/+4
level 0 record - not when adding to level 1/2)
2012-10-21Simplify media handling - the options USE_MEDIA_FIREWALL, ↵fisharebest1-6/+2
MEDIA_FIREWALL_THUMBS and MEDIA_EXTERNAL are now always true.
2012-10-13Streamline data entry - remove the step "click to paste ID"fisharebest1-58/+23
2012-08-30#1043741 - No refresh after editing mediafisharebest1-1/+1
2012-08-26After we have sent the headers (and closed the session), it is no longer ↵fisharebest1-4/+0
possible to update $_SESSION. Therefore the code that tries to remember the latest "upload directory" cannot work. A better solution may be to use wt_user_setting. This will need a little extra code/validation - e.g. what happens when the previously saved folder no longer exists.
2012-07-07addmedia.php not updating parent form correctly.fisharebest1-4/+4
2012-07-07Tidy up the "showchanges()" logic. The option to hide/show changes was ↵fisharebest1-2/+2
removed a very long time ago.
2012-07-06Fix: Media List -> Edit Details does not refresh page after saving changesfisharebest1-8/+3
2012-06-17Bug #1014200 - Javascript action for edit interface links - SVN 13999Łukasz Wilenski1-1/+5
2012-06-17Bug #1012519 - curious error message when adding new media objectNigel Osborne1-1/+1
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-5/+5
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-05-01add action to close edit window when media object created successfullyŁukasz Wilenski1-1/+3
2012-04-30fix problem pasting the XREF of a new MEDIA OBJEŁukasz Wilenski1-1/+1
2012-04-07Fix: addmedia.php no longer pasting the new XREF automaticallyfisharebest1-3/+1
2012-04-06Add JavaScript using the controller, so we can defer loading until the end ↵fisharebest1-34/+30
of the page
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-3/+4
#964398 - find individual id
2012-02-13Provide better sizes for popup windows.fisharebest1-2/+2
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-24/+24
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-2/+2
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-08#584835 Use $WT_SESSION in preference to $_SESSION / Fix assorted minor bugs ↵fisharebest1-6/+1
in find-special-chars.
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-3/+4
2011-07-11Always "require_once" functions_print_lists (not just "require"), because ↵Larry Meaney1-1/+1
the custom_js module may invoke WT_Stats which also needs functions_print_lists
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-32/+24
2011-04-25Access the privacy functions via the gedcom objects. (Preparing to move ↵fisharebest1-3/+3
privacy functions to the objects)
2011-01-01Refactoring class names and use autoloading.fisharebest1-39/+39
2011-01-01Refactoring class names and use autoloading.fisharebest1-3/+2
2010-10-12Auto-close window after successfully adding media itemsfisharebest1-147/+173
2010-09-25Tidy up whitespace/indentsfisharebest1-2/+1
2010-09-10Tidy up some whitespace/formattingfisharebest1-2/+2
2010-06-27#591232 Media - undefined variable, xref, SVN8658fisharebest1-3/+0
2010-06-18(no commit message)fisharebest1-2/+2
2010-06-12Remove HTML markup from translation stringsfisharebest1-12/+56
2010-06-12#590287 Sentence with three substitutions, no sequencersfisharebest1-92/+12
2010-06-12#592548 Importing inline media creates duplicatesfisharebest1-1/+1
2010-06-09Log all edits under "edit" (currently a mixture of "edit" and "change"fisharebest1-4/+4
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-1/+1
"Sentence case" to "Initial Capitals"
2010-04-19(no commit message)fisharebest1-15/+5
2010-04-16(no commit message)fisharebest1-4/+4
2010-04-05(no commit message)Veit Olschinski1-0/+666