summaryrefslogtreecommitdiff
path: root/repo.php
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-10/+9
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-1/+1
2014-09-18Remove unused codeGreg Roach1-1/+1
2014-07-20Removed unused javascript functionsDavid Drury1-5/+8
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-11-08Add CSRF checks to action.php callbacksGreg Roach1-4/+4
2013-08-17Counts of linked records fail to reflect privacyGreg Roach1-5/+5
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-06-30#635876 - source.php puts GUID near the topfisharebest1-21/+42
2013-06-29(no commit message)fisharebest1-3/+3
2013-05-13Don't count linked records, when we will be fetching them later.fisharebest1-4/+6
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ...fisharebest1-5/+0
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-2/+2
2012-11-16I18N: use consistent textfisharebest1-1/+2
2012-07-07Tidy up the "showchanges()" logic. The option to hide/show changes was remov...fisharebest1-1/+0
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-12/+5
2012-04-26add lightbox init function to module classƁukasz Wilenski1-1/+2
2012-02-25Send 404 instead of 403 for private/not found pages. Otherwise search engine...fisharebest1-1/+1
2012-02-13Provide better sizes for popup windows.fisharebest1-4/+5
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-1/+1
2011-12-12HTML validation: & => &fisharebest1-2/+2
2011-11-24Change source-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-18#739079 - Help text 1481 on upload of media files inaccuratfisharebest1-1/+1
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various combinatio...fisharebest1-6/+6
2011-11-03Fix: page footers not being displayed on pages with controllersfisharebest1-5/+2
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-27/+23
2011-11-01Use AJAX for handling update actions. These should not be GET/POST requests....fisharebest1-4/+4
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ...fisharebest1-1/+1
2011-09-21Send 403 (denied) instead of 200 (OK) for records that are not found. Otherw...fisharebest1-0/+1
2011-09-11#826094 - Add/Change SOUR approval missing - SVN 12122fisharebest1-6/+1
2011-09-08MEDIA_UPLOAD access checks need "<=" rather than "<"fisharebest1-1/+1
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ...fisharebest1-8/+9
2011-08-19Update Repositories list and details to same datatables format as sources.Nigel Osborne1-28/+46
2011-07-14#807800 - accept or reject: context? fisharebest1-4/+4
2011-07-11Always "require_once" functions_print_lists (not just "require"), because the...Larry Meaney1-1/+1
2011-06-28Preparations for #801920 - make the "page" individual available when printing...fisharebest1-1/+1
2011-06-28Fix: mediaviewer.php is not re-drawing after edits.fisharebest1-4/+2
2011-06-28#802729 - Private informationfisharebest1-1/+1
2011-06-24I18N: do not use %s placeholders for HTML fragments. This breaks the LTR/RTL...fisharebest1-4/+28
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-1/+0
2011-06-10I18N: feedback from translators. use standard message for file not found. t...fisharebest1-4/+4
2011-06-10I18N: feedback from translators. It is better to have separate translations ...fisharebest1-5/+5
2011-06-09I18N: Improve English texts. (Multi-)media items => "Media objects"fisharebest1-2/+2
2011-06-09Improve the English phrasing of new messagesfisharebest1-4/+4
2011-06-09Remove the option to hide/show pending changes. The option didn't work prope...fisharebest1-25/+16
2011-06-08Simplify the presentation of pending changes, and the options to show/hide/ac...fisharebest1-46/+57
2011-06-08Don't close the session until after we have displayed the header. Customised...fisharebest1-3/+3
2011-05-16Tidy up. No functional changes.fisharebest1-2/+0
2011-05-05* move privacy checks from controller to view levelLarry Meaney1-10/+15