summaryrefslogtreecommitdiff
path: root/modules_v3/clippings
AgeCommit message (Collapse)AuthorFilesLines
2014-01-04Update copyright date to 2014Greg Roach3-3/+3
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho3-3/+3
2013-12-05Create version string using semantic versioning: 1.5.2-dev comes before 1.5.2Greg Roach1-1/+1
2013-11-16#1249548 - Download GEDCOM Media Path Should Be TextGreg Roach1-2/+2
2013-11-01Tidy up trailing whitespaceGreg Roach2-2/+2
2013-10-31 #1246154 - Clippings cart does not download mediafisharebest1-2/+2
2013-10-29#1245754 - Fatal error in Clippings Cart outputGreg Roach1-1/+3
2013-09-22Don't show (most) sidebar content to search enginesGreg Roach1-4/+10
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach2-23/+23
2013-08-24Update non-typographic quotation marksGreg Roach2-31/+31
Tidy up punctuation
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-6/+4
2013-08-18Update .PO files. Change <br/> to <br>Greg Roach2-3/+3
2013-08-17Counts of linked records fail to reflect privacyGreg Roach1-3/+4
2013-08-09Remove empty subversion Id tagsGreg Roach3-8/+2
2013-07-16#1200897 - Clipping Cart Media file in wrong format (SVN 15302)fisharebest1-10/+1
2013-06-29(no commit message)fisharebest2-12/+12
2013-06-23Use PHP5.3 language features in gedcom-record classesfisharebest2-29/+26
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work ↵fisharebest1-1/+1
around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive.
2013-02-02Upgrade JQuery-UI to latest versionfisharebest1-1/+1
2013-02-02Upgrade JQuery-UI to latest versionfisharebest1-1/+1
2013-01-18Major refactoring of media code.fisharebest2-28/+25
#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-09Update comments, renaming "directory" to "folder"fisharebest1-3/+3
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-09-06#1047081 - Add to clipping cart via sidebar not workingfisharebest1-1/+2
We cannot update the session after we have sent the headers.
2012-08-26#584835 - Global variables clash with session variables (register_globals=On)fisharebest1-7/+11
2012-08-11Remove old/unnecessary help textfisharebest2-6/+1
2012-08-08Proposed fix for colors theme part of Bug #1033949 - Add news article fatal ↵Nigel Osborne1-2/+4
error Extend the same solution to other areas when there are no sub-menu items.
2012-07-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get ↵fisharebest1-1/+1
picked up from a CDN server
2012-07-09Fix: "set link" menu layout corrupted in album tab, media rowfisharebest1-1/+1
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-20/+16
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-06-10Fix: broken links and deleted objects will break the clippings cartfisharebest1-53/+55
2012-05-26Need to explicitly close sessions for AJAX responses. TODO we should really ↵fisharebest1-0/+1
do this via the WT_Ajax_Controller (or a new WT_Json_Controller)
2012-04-17Start to disentangle the require_once dependencies. Previously, session.php ↵fisharebest1-1/+0
loaded functions_print, which loaded functions_charts and functions_places.
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-4/+3
#964398 - find individual id
2012-03-28Functions should return HTML, rather than output itfisharebest1-4/+4
2012-03-26Replace $WT_IMAGES array of images with CSS.fisharebest1-37/+36
2012-03-23The JavaScript menus are deprecated, so remove legacy code for formatting ↵fisharebest1-6/+0
them. NOTE, we still use the JavaScript menus for context-menus on media items. These need to be updated to use CSS menus.
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵fisharebest2-5/+4
etc. The browser will do a much faster and better job than we can. Unfortunately, only Webkit supports this at the moment. Presto and Gecko should support it soon. Trident support is unknown.
2011-12-20Fix: clippings cart contains references to non-existant items.fisharebest1-0/+12
2011-12-20Callback functions need to be static.fisharebest1-1/+1
2011-12-12HTML validation - all =<img> tags require an alt attributefisharebest1-1/+1
2011-12-12HTML validation - empty <ul></ul> is not allowedfisharebest1-3/+3
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest2-103/+103
2011-12-12HTML validation: & => &amp;fisharebest1-4/+4
2011-12-08Fix: clippings cart fails to add family+descendantsfisharebest1-3/+4
2011-11-19Change final few headers to use consistent comment style. Delete some ↵fisharebest1-25/+23
empty/unused files.
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵fisharebest1-1/+1
apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
2011-11-19Remove unused global $TEXT_DIRECTIONfisharebest1-1/+0
2011-11-11Fix: adding family with less than two spouses causes error in clippings ↵fisharebest1-2/+3
controller
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ↵fisharebest1-4/+4
in CSS