summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-11update modules for smarty 3 template centric variables, and assign modules ↵spiderr2-2/+2
to the _template
2013-04-06major clean up for Smarty 3.0 and another pass at cleaning the top menusspiderr2-7/+8
2013-04-04cleanup edit formsspiderr7-19/+19
2013-04-03update all admin menus for bootstrap dropdowns with proper sub-menusspiderr1-1/+1
2013-04-03update all admin menus for bootstrap dropdowns with proper sub-menusspiderr1-7/+10
2013-04-03update all admin menus for bootstrap dropdownsspiderr1-1/+1
2013-04-02convert lots of biticon to booticonspiderr1-3/+3
2013-04-01bootstrap-conversionspiderr7-40/+40
2012-08-06Academic, but this added role entries in parallel with the group onesPRE_BOOTSTRAPlsces31-4/+58
Just eleiminates another difference to the role fork
2012-08-05Spelling mistakelsces2-2/+2
2012-05-25replace PHP_SELF with SCRIPT_NAMEspiderr2-2/+2
2012-05-06replace all PHP4 style constructors with __construct; replace calls to base ↵spiderr3-4/+4
class constructors with parent::__construct()
2012-05-05replace all calls to ::BitBase() with parent::__construct()spiderr2-2/+2
2012-04-16Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-1/+1
2012-03-06change_CONSTRAINTS_to_CONSTRAINTChristian Fowler1-1/+1
2011-07-19CONSTRAINTs-typospiderr1-1/+1
2011-05-19tidy UI and {tr} stringsspiderr1-2/+2
2011-05-19force clearCache after storeTranslationspiderr1-1/+2
2011-05-03add auto translate for master strings; genericize auto javascript; ajax ↵spiderr7-131/+109
returns null when translation == masterstring
2011-05-01assign gBitLanguage by_ref to smarty; getRow of setLanguage as ↵spiderr2-2/+8
mLanguageInfo; add RTL support
2011-05-01tidy up legend; and link to master stringspiderr1-2/+2
2011-05-01remove verbose, htmlified, redundant formhelpspiderr1-12/+0
2011-04-30more clean up of string translation via Google API, make sure smarty tags ↵spiderr3-39/+61
don't get translated
2011-04-30add auto button to get all empty translations, however javascript speed ↵spiderr2-10/+29
choking issue
2011-04-30seperate out string translation per language into a separate file, add ↵spiderr9-180/+316
support for google translate API
2011-01-09add .gitignorespiderr1-0/+2
2010-06-29move config/kernel_config_inc.php to config/kernel/config_inc.php and now we ↵Bitweaver2-2/+2
have some standardized modularity forming for config/<pkg>/blah..., also all non-exec files have _inc.php by convention
2010-06-22move config_inc.php to config root dir where all install specific ↵tekimaki2-3/+3
configurations are to be housedPlease enter the commit message for your changes.
2010-06-09Strip down CVS keywords.cvs2git19-19/+19
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEADwjames52-2/+2
content_name, add column content_name_plural - update all class files and hashes where appropriate
2010-04-17step three of contenttype name plural - replace all instances where name is ↵pre_ctype_desc_name_schmeachangewjames51-2/+2
accessed though systme hash with get name method call, still no schema change required
2010-04-17step two of contenttype name plural - convert all mType references to ↵wjames54-5/+5
getContentTypeName(), each of these was manually checked for rendering
2010-04-17step one of contenttype name plural - new methods to fetch name in ↵wjames51-2/+2
libertycontent and libertysystem, deprecate old and redundant methods - sill utilize content_description param in new methods until schema change
2010-03-16replace deprecated ereg and split callsPRE_CONTENTTYPE_NAME_PLURALChristian Fowler1-3/+3
2010-03-04update deprecated split with preg_splitChristian Fowler1-2/+2
2010-02-09use js namespace for switchCheckboxesPRE_LIBERTYSYS_SERVICE_UPDATEwjames51-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames55-10/+10
2010-02-03undo stupiditypre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGEwjames52-13/+10
2010-02-03revert back to libertywjames52-10/+13
2009-10-01remove ref to non-existant copyright.txt fileR270wjames58-18/+18
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames58-18/+18
2009-02-03add finish, romanian, and slovenian translationsChristian Fowler3-0/+5675
2009-01-23disable by defaultR250Max Kremmel1-3/+3
2008-12-05wordinglaetzer1-3/+3
2008-11-09remove unused and confusing registerPlugin parameters: security and pathMax Kremmel2-7/+3
2008-10-31renamed dep stuff to requirement stuff, clean up schema_inc files, move ↵Max Kremmel1-2/+2
version info from info hash to registerPackageVersion90, move requirements to registerRequirements()
2008-10-30shuffle around some dependency stuff: move dep settings to schema_inc.php ↵Max Kremmel2-9/+8
file since they are not related to upgrade versions, move dep methods to BitSystem to make them available on package page (we should really do something about these installer methods in kernel), add dep graph on package page for an easy overview if deps are met when a package has been activated - requireds PEAR::Image_GraphViz to be installed.
2008-10-29add core dependenciesMax Kremmel1-1/+8
2008-10-28set versios of various core packages.Max Kremmel1-0/+14
2008-10-20don't run getSourceHash over and over again if we've already stored the ↵pre_update_permissionMax Kremmel1-4/+4
result in a var