summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-05-06add menu and tabsystem to css dirChristian Fowler2-0/+42
2009-05-06move inline.css to css/ dirChristian Fowler2-1/+1
2009-05-06move themes.css to css/admin_themes.cssChristian Fowler2-1/+1
2009-05-06move base.css prior to guttingChristian Fowler1-0/+0
2009-05-04IE8 does not need any of the fixes. The google code IE7/8.js do not work ↵Lester Caine1-3/+1
with base.css so the alternate ie7-standard-p.js needs to be used. IE6.js is a copy of that.
2009-05-04Fix tabs and dropdown elements overlaying drop down menusLester Caine1-1/+1
2009-05-04Use IE6.js fix file for IE7 as wellLester Caine1-3/+3
2009-05-04This is working IE6 and IE8, but still do not have an IE7 to test with.Lester Caine1-4/+6
2009-05-04Expand windows path fix to cover sites in sub directories.Lester Caine1-5/+15
There is probably a tidier way of doing this! But this at least works.
2009-05-02Correct paths and url's for windows serversLester Caine1-4/+16
2009-03-31pdpdoc updateLester Caine1-2/+4
2009-03-31phpdoc updateLester Caine3-6/+6
2009-03-31phpdoc updateLester Caine7-13/+63
2009-03-14clean up output from graphviz methodsMax Kremmel1-37/+36
2009-03-10avoid displaying same icon in duplicateMax Kremmel1-6/+8
2009-03-09clean up display when tango is the default icon setChristian Fowler1-3/+1
2009-03-09show all icons, even if they aren't in tango set, order everything by the ↵Christian Fowler2-25/+33
icon name
2009-02-06add docsMax Kremmel1-2/+10
2009-01-28use getBitVersion to fetch bitweaver version number set in ↵Max Kremmel1-3/+3
kernel/config_defaults_inc.php
2009-01-11pack fanzyzoom scriptR250Max Kremmel1-1/+1
2008-12-02typo - can we try and keep it together around here ;)wjames51-3/+3
2008-12-02more consistent names for new methodsMax Kremmel1-6/+6
2008-12-02remove debugMax Kremmel1-3/+2
2008-12-02add override methods for js and css. better group related methods and clean ↵Max Kremmel1-46/+104
up some method names.
2008-12-01Use isFeatureActive for site_disable_fat. getConfig won't handle 'n'/'y' values.Tomasz Kalkosinski1-1/+1
2008-11-25Nicer ticket display.Tomasz Kalkosinski1-0/+3
2008-11-15fix QUERY array. we're still missing SQL92 query hereMax Kremmel1-20/+17
2008-11-13big cleanup of wiki, removed unused tables, removed commented code, moved ↵Max Kremmel1-2/+97
remaining wikilib class stuff to BitPage (finally), revived and cleaned up wiki graph stuff, added generic methods to get default settings for graphs (still requires some UI to set all defaults)
2008-11-02fix jQuery pLibPath for new aux file methodsChristian Fowler1-3/+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-30fix filename for _inc file and split actions and help into separate tabsMax Kremmel4-61/+59
2008-10-29add core dependenciesMax Kremmel1-1/+8
2008-10-28set versios of various core packages.Max Kremmel1-0/+14
2008-10-19use getStyleCssFilepre_update_permissionChristian Fowler1-1/+1
2008-10-19add @deprecated doc tags where appropriateMax Kremmel1-2/+14
2008-10-10typolaetzer1-1/+1
2008-10-10less snitchinglaetzer1-9/+15
2008-10-08fix folding and commentsMax Kremmel1-3/+6
2008-10-06remove debugMax Kremmel1-6/+6
2008-10-06don't remove one-line comments since this can cause problems when someone ↵Max Kremmel1-5/+5
uses /* */ to close a multiline comment: /* comment starts here .some-css {foo:bar;} /* and ends here */
2008-10-06improve handling of url()s in css filesMax Kremmel1-38/+60
2008-10-02change layout slightly to better join title and movement buttons.create_permissionMax Kremmel1-2/+2
2008-10-02missing "Max Kremmel1-2/+2
2008-10-02move general layout view out of tab so you can see what your working on when ↵wjames51-3/+1
assigning modules or centers
2008-09-29try to simplify mRaw vs mAux logic and add methods to unload already loaded ↵Max Kremmel2-52/+107
css / js files. use unloadCss() or unloadJavascript() before display() is called to remove a given file from the loading process.
2008-09-29add vim modelineMax Kremmel1-1/+3
2008-09-29expunge cache before reloadingMax Kremmel1-1/+2
2008-09-29themes-specific css into themes.csslaetzer2-10/+10
2008-09-29inline css in liberty, kernel, themes replaced with classes from inline.css ↵laetzer9-38/+82
(loaded by themes pkg)