| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-04-17 | SCHEMA CHANGE - liberty_content_types - change content_description to ↵ | wjames5 | 2 | -8/+6 | |
| content_name, add column content_name_plural - update all class files and hashes where appropriate | |||||
| 2010-04-17 | step three of contenttype name plural - replace all instances where name is ↵ | wjames5 | 4 | -5/+7 | |
| accessed though type hash with get name method call, still no schema change required | |||||
| 2010-04-17 | step three of contenttype name plural - replace all instances where name is ↵ | wjames5 | 1 | -3/+3 | |
| accessed though systme hash with get name method call, still no schema change required | |||||
| 2010-02-09 | use js namespace for switchCheckboxes | wjames5 | 1 | -1/+1 | |
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.php | wjames5 | 2 | -4/+4 | |
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 5 | -11/+11 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 5 | -11/+11 | |
| 2008-11-09 | remove unused and confusing registerPlugin parameters: security and path | Max Kremmel | 1 | -3/+2 | |
| 2008-10-21 | Don't call get_display_offset from a static context. | Nick Palmer | 1 | -2/+2 | |
| 2008-09-09 | one help file for each module (that takes parameters), html code change from ↵ | laetzer | 1 | -0/+1 | |
| <table> to <dl> | |||||
| 2008-07-29 | Use results from getContentList directly | Lester Caine | 1 | -2/+2 | |
| 2008-07-23 | point to new location of plugin | wjames5 | 1 | -3/+3 | |
| 2008-07-21 | No need to call prepGetList twice - handled in getContentList | Lester Caine | 1 | -15/+13 | |
| Range filter only needs '=' for the start time. | |||||
| 2008-07-08 | move some plugins to their new homes | Max Kremmel | 1 | -0/+144 | |
| 2008-06-25 | change display call to use a hash for display options, add display_mode to ↵ | Christian Fowler | 1 | -2/+2 | |
| options hash | |||||
| 2008-03-15 | Make sure focus_date and view_mode get sent through with buildCalendar. | Nick Palmer | 1 | -9/+10 | |
| Fix calculations for focus_date. The prior usage of getdate was wrong which is why we had to adjust by a day. | |||||
| 2008-02-26 | Doh! That was supposed to go to subversion not CVS. | Nick Palmer | 1 | -2/+2 | |
| 2008-02-26 | Fixes to the cleandar. | Nick Palmer | 2 | -2/+4 | |
| 2008-02-10 | Make it possible for packages (like events) to keep control of calendar urls. | Nick Palmer | 5 | -28/+36 | |
| 2008-01-13 | Load the correct lib and only if needed for the popups. | Nick Palmer | 1 | -2/+4 | |
| 2008-01-12 | Get display offset from the standard place and remove double semicolons. | Nick Palmer | 1 | -11/+6 | |
| 2007-11-18 | Add missing phpdoc comments | Lester Caine | 1 | -0/+9 | |
| 2007-11-08 | Set a flag to indicate the minical has been rendered and only include ↵ | Nick Palmer | 1 | -1/+3 | |
| minical css if it has. | |||||
| 2007-11-08 | Fix linking of minical css since it can be used from a {minical} tag or in a ↵ | Nick Palmer | 4 | -9/+10 | |
| module and <link> has to be in <head>. Need to figure out how to tell if the minical has been rendered at all or will be by a module to not require the css all the time. | |||||
| 2007-11-08 | Fix ampersand in url so it validates. | Nick Palmer | 1 | -1/+1 | |
| 2007-10-20 | Make it possible to setup a calendar seperate from display. | Nick Palmer | 1 | -4/+9 | |
| 2007-10-01 | Fix mincal so it works even when data.calendar plugin is off. | Nick Palmer | 1 | -1/+3 | |
| 2007-10-01 | Fixes to work with recent calendar changes. | Nick Palmer | 1 | -19/+3 | |
| 2007-09-30 | Fix indentation. | Nick Palmer | 1 | -3/+3 | |
| 2007-09-30 | Make it possible to always skip calendar options. | Nick Palmer | 2 | -6/+8 | |
| 2007-09-30 | Major revamp of calendar to push functionality from index.php into the | Nick Palmer | 2 | -131/+190 | |
| calendar so that other packages can more easily use the calendar. Made the time limit functions in LibertyContent::getContentList more generic. | |||||
| 2007-09-27 | Add minical module. Very handy for events calendar. | Nick Palmer | 3 | -2/+12 | |
| 2007-07-26 | Allow calendar users to select what they want to view. | Lester Caine | 1 | -2/+2 | |
| The permissions for calendar need tidying up and we probably need to limit some things in the ajax viewer. | |||||
| 2007-07-26 | Hide content details if not set | Lester Caine | 1 | -1/+1 | |
| ( user needs to access bituser details to populate fields ) | |||||
| 2007-07-16 | activate the spinner every time prototype is loaded and remove individual ↵ | Max Kremmel | 1 | -2/+1 | |
| spinner loading from various templates. this avoids duplicate spinners which causes spinner to stall | |||||
| 2007-07-11 | patch bad group name editors | wjames5 | 1 | -1/+1 | |
| 2007-07-10 | move loadAjax() to BitThemes | Max Kremmel | 1 | -2/+2 | |
| 2007-07-09 | clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵ | Max Kremmel | 1 | -2/+3 | |
| of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work | |||||
| 2007-07-03 | Tidy layout | Lester Caine | 1 | -0/+4 | |
| 2007-07-03 | Keep contentTypes in alphabetical order | Lester Caine | 2 | -1/+3 | |
| 2007-07-01 | standardise all menus by using new ilocation=menu and add missing icons | Max Kremmel | 1 | -1/+4 | |
| 2007-06-29 | Remove incorrect offset calculation. | Nick Palmer | 1 | -2/+2 | |
| 2007-06-24 | BUG 1740924: assign view_user to package user_preferences tpls to make ↵ | Max Kremmel | 1 | -0/+1 | |
| view_user selection sticky | |||||
| 2007-06-23 | provide gif alternatives for all png icons. this will allow us to remove the ↵ | Max Kremmel | 1 | -0/+0 | |
| msie png fix and add an option to enable it | |||||
| 2007-06-22 | Add icon to calendar menu. | Nick Palmer | 1 | -1/+1 | |
| 2007-06-22 | Remove subpackage tag from class - phpdoc 1.3.2 handles correctly now | Lester Caine | 1 | -2/+1 | |
| 2007-06-22 | Tidy phpdoc tags for classes, and heading block | Lester Caine | 3 | -7/+24 | |
| 2007-06-11 | Add liberty plugin for a mini calendar. Handy for people using events. | Nick Palmer | 2 | -0/+50 | |
| 2007-04-13 | Code cleanup moved 2 if statements into 1 | jetskijoe | 1 | -3/+2 | |
| 2007-04-09 | Removed Events | jetskijoe | 1 | -5/+1 | |
