summaryrefslogtreecommitdiff
path: root/inverselink.php
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-1/+3
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-2/+3
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-1/+1
2014-02-24Consolidate paste_*, pastename and openerpasteid implementationsMatthew Noorenberghe1-19/+0
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-4/+4
2013-08-27Link media window not closing automaticallyfisharebest1-0/+2
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-08-09Replace linkMedia() / unlinkMedia()Greg Roach1-1/+2
2013-06-29(no commit message)fisharebest1-2/+2
2013-06-14#1184681 - Errors in English text - "Manage MultiMedia page"fisharebest1-1/+1
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-3/+0
2013-02-02Add version numbers to paths of javascript librariesfisharebest1-2/+1
2013-01-22Fix: external JS libraries loaded in wrong order on inverselink.phpfisharebest1-2/+2
2013-01-02Rename "close window" to "close", as many modern GUIs do not use windowsfisharebest1-6/+2
2012-11-16I18N: use consistent textfisharebest1-2/+2
2012-10-31Update DB structure - remove wt_media_mapping table (use wt_links instead), u...fisharebest1-1/+1
2012-08-30Corrections to layout of media linking pop-up windows.Nigel Osborne1-1/+1
2012-07-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get picked...fisharebest1-2/+2
2012-07-06Tidy up the "showchanges()" logic. The option to hide/show changes was remov...fisharebest1-3/+3
2012-06-25Popup windows need to specify which JS files are requiredfisharebest1-0/+3
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-5/+3
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-3/+2
2012-03-28Functions should return HTML, rather than output itfisharebest1-1/+1
2012-03-28Functions should return HTML, rather than output itfisharebest1-7/+7
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-1/+1
2012-02-10Remove restriction that only administrators can use the "manage links" option...fisharebest1-5/+7
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-15/+15
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we a...fisharebest1-1/+1
2011-11-11Fix: remove bad I18N in inverselink.phpfisharebest1-25/+2
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various combinatio...fisharebest1-3/+3
2011-11-08#584835 Use $WT_SESSION in preference to $_SESSION / Fix assorted minor bugs ...fisharebest1-6/+1
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-5/+4
2011-10-06Add initial support for serving static files from a content delivery network.fisharebest1-1/+1
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ...fisharebest1-5/+5
2011-08-29#833909 - in manage media links, module dir name not being loadedfisharebest1-1/+1
2011-06-04I18N: for consistency, use "individual" instead of "person".fisharebest1-1/+1
2011-04-25Access the privacy functions via the gedcom objects. (Preparing to move priva...fisharebest1-1/+1
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-2/+2
2011-01-27don't display IDsƁukasz Wilenski1-26/+8
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-31/+27
2011-01-01Refactoring class names and use autoloading.fisharebest1-17/+17
2011-01-01Refactoring class names and use autoloading.fisharebest1-5/+5
2010-10-30(no commit message)fisharebest1-10/+10
2010-09-25Tidy up whitespace/indentsfisharebest1-9/+4
2010-09-19Tidy whitespace/indentationfisharebest1-5/+2
2010-09-10Tidy up some whitespace/formattingfisharebest1-10/+10