index
:
webtrees
firebird
webtrees suite with firebird driver
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
admin_modules.php
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-08
PHPDoc
Greg Roach
1
-2
/
+1
2015-06-05
Refactor includes/functions into classes
Greg Roach
1
-1
/
+2
2015-05-31
PSR-4
Greg Roach
1
-0
/
+10
2015-03-29
Split class Module into static and abstract parts
Greg Roach
1
-1
/
+1
2015-03-02
Module API
Greg Roach
1
-2
/
+2
2015-02-05
Namespaces should consist of both vendor and package
Greg Roach
1
-1
/
+1
2015-02-03
Autoload includes/functions/*
Greg Roach
1
-1
/
+0
2015-02-02
Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.
Greg Roach
1
-66
/
+62
2015-01-31
Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URL
Greg Roach
1
-2
/
+2
2015-01-27
Add icons to save/continue buttons
Greg Roach
1
-1
/
+3
2015-01-26
HTML validation and tidy up
Greg Roach
1
-1
/
+2
2015-01-26
Add a11y links for keyboard users. Rename 'admin pages' to 'Control panel'
Greg Roach
1
-1
/
+1
2015-01-24
Add visual feedback for privacy settings
Greg Roach
1
-1
/
+1
2015-01-22
Modules not sorted in administration list
Greg Roach
1
-24
/
+22
2015-01-21
Code quality - avoid @, exit() and die()
Greg Roach
1
-1
/
+2
2015-01-18
Whitespace
Greg Roach
1
-1
/
+1
2015-01-18
Default constructors do not need parentheses
Greg Roach
1
-1
/
+1
2015-01-17
New theme system and admin interface
Greg Roach
1
-89
/
+108
2014-12-26
hasn't been needed in empty table cells for a long time
Greg Roach
1
-2
/
+2
2014-11-18
Do not need to sort modules during internal processing
Greg Roach
1
-2
/
+0
2014-10-06
Whitespace changes to reduce merge conflicts with the assets branch
Greg Roach
1
-1
/
+1
2014-09-20
Admin pages titles
Greg Roach
1
-3
/
+6
2014-08-14
Import classes, per PSR autoloading standards
Greg Roach
1
-1
/
+3
2014-05-09
Refactor global user functions into new User/Auth classes
Greg Roach
1
-1
/
+1
2014-05-03
Upgrade datatables from 1.9.4 to 1.10.0
Greg Roach
1
-18
/
+18
2014-01-10
Bug fixes
David Drury
1
-0
/
+2
2014-01-04
Update copyright date to 2014
Greg Roach
1
-1
/
+1
2014-01-04
Fix address of FSF, replace licence of GPLv2 by latest version
weberho
1
-1
/
+1
2013-11-30
Typos in msgctxt strings for relationships. Consistent use of punctuation
Greg Roach
1
-1
/
+1
2013-11-09
Add CSRF checks to module administration
Greg Roach
1
-43
/
+48
2013-09-01
Fix: enable/disable modules broken with new WT_Filter
Greg Roach
1
-2
/
+2
2013-08-29
New filter/validation functions for GET/POST variables
Greg Roach
1
-5
/
+5
2013-08-09
Remove empty subversion Id tags
Greg Roach
1
-2
/
+0
2013-02-06
Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...
fisharebest
1
-2
/
+2
2013-02-02
Add more URL versioning to JS resources
fisharebest
1
-1
/
+1
2013-02-02
Add version numbers to paths of javascript libraries
fisharebest
1
-1
/
+1
2013-01-24
add catching to admin modules list
Ćukasz Wilenski
1
-0
/
+2
2012-11-16
Do not create messages by concatenating text - use placeholders to embed text
fisharebest
1
-1
/
+1
2012-10-30
Use consistent save/close buttons in the edit-interface forms.
fisharebest
1
-1
/
+1
2012-06-17
Fix: typo
fisharebest
1
-2
/
+2
2012-06-17
Fix typo
Nigel Osborne
1
-2
/
+2
2012-06-16
Defer loading of external javascript (and most inline javascript) to the bott...
fisharebest
1
-2
/
+2
2012-03-17
Tidy up some of the WT_Module initialisation code. We need to be able to cre...
fisharebest
1
-53
/
+44
2011-12-12
HTML validation - use html5-style for self-closing tags, instead of xhtml-style
fisharebest
1
-2
/
+2
2011-11-23
I18N: move datatables translations to the same place
fisharebest
1
-14
/
+1
2011-11-05
(part). (1) Only load datatables.js on pages that use it. (2) move JavaScrip...
fisharebest
1
-51
/
+46
2011-11-05
Implement "fluid" interface for controller - allows requests to be chained.
fisharebest
1
-2
/
+3
2011-11-05
Major MVC refactoring. Every page now has a controller.
fisharebest
1
-11
/
+7
2011-10-30
Change "Search" to "Filter" on all lists, to avoid confusion.
Nigel Osborne
1
-1
/
+1
2011-10-28
Make datatables header/footer in admin consistent with main lists, and adjust...
Nigel Osborne
1
-2
/
+2
[next]