| Age | Commit message (Collapse) | Author | Files | Lines |
|
content_name, add column content_name_plural - update all class files and hashes where appropriate
|
|
accessed though type hash with get name method call, still no schema change required
|
|
accessed though systme hash with get name method call, still no schema change required
|
|
|
|
|
|
|
|
|
|
DEVELOPERS who use get_content_list_inc take notecvs up -dP
|
|
|
|
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
|
|
|
|
|
|
<table> to <dl>
|
|
|
|
options hash
|
|
liberty thumbnail fetching functions
|
|
|
|
|
|
|
|
works right when something goes wrong in the content store.
|
|
getMemberList SQL and why you might want to.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
permission.
|
|
|
|
number of HTTP requests to speed up page loading times. speedup should be quite prominent in our favoutire browser.
to load javascirpt files use: $gBitThemes->loadJavascript( '/full/path/to/javascript/file.js', <boolean: compress javascript> );
to load css files use: $gBitThemes->loadCss( '/full/path/to/javascript/file.css' );
if you have a relative path in your css file such as 'background-image: url( images/foo.png );', this method of loading will not work.
|
|
|
|
|
|
|
|
|
|
primary attachment image if there is one. re-organise the admin page.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ajax uploads
|
|
|
|
|
|
|