| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-05 | Switch icons: document-properties → edit, text-x-generic → view-list-text | Lester Caine | 1 | -2/+2 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 1 | -11/+4 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2025-08-29 | General code updated to PHP8.4 and namespace | lsces | 1 | -113/+172 | |
| 2021-02-04 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants; remove ↵ | spiderr | 1 | -5/+0 | |
| ancient imagegals and s5 features | |||||
| 2021-02-03 | update path for kernel/includes/setup_inc.php | modela bitweaver | 1 | -1/+1 | |
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 1 | -3/+3 | |
| 2021-02-01 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 1 | -3/+3 | |
| 2021-01-31 | PHP7 clean up dual static + object use of parseData, and create ↵ | spiderr | 1 | -8/+4 | |
| ->getParsedData & ::filterDataHash | |||||
| 2018-07-31 | reorg util package to put library code in includes/ and used new ↵ | spiderr | 1 | -2/+2 | |
| UTIL_PKG_INC constant | |||||
| 2017-09-22 | X-XSS-Protection: 0 for preview | spider@app2 | 1 | -0/+2 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 1 | -3/+3 | |
| 2015-04-07 | loadCkEditor, not the best place but works for now | spider | 1 | -0/+4 | |
| 2014-06-03 | Sync with BS3 master | lsces | 1 | -0/+1 | |
| 2014-06-03 | Spelling correction | lsces | 1 | -1/+0 | |
| 2013-04-24 | remove antiquated sandbox feature | spiderr | 1 | -16/+4 | |
| 2012-09-28 | Unregistered user could access to edit content direct using a content_id | lsces | 1 | -1/+3 | |
| 2012-04-29 | Roll back getContentUrl to alternate static getDisplayUrl fix | Lester Caine ext:(%22) | 1 | -3/+3 | |
| getDisplayUrlFrom Hash used for static calls | |||||
| 2012-04-16 | Tidy up to remove 'STRICT' warnings | Lester Caine ext:(%22) | 1 | -3/+3 | |
| Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes | |||||
| 2011-01-04 | remove CVS Header and Id tags | spiderr | 1 | -3/+0 | |
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -2/+2 | |
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.php | wjames5 | 1 | -3/+3 | |
| 2009-10-08 | remove false setting of comment content id | wjames5 | 1 | -3/+3 | |
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 1 | -3/+3 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 1 | -3/+3 | |
| 2009-05-15 | Load title if creating page from a previous new link | Lester Caine | 1 | -2/+4 | |
| 2009-02-21 | preview doesnt need parse on load | Tekimaki | 1 | -3/+3 | |
| 2009-02-21 | Disable parsing of page when loading it to edit. preview will parse the ↵ | Lester Caine | 1 | -2/+7 | |
| page, but if a parsing error prevents the page from loading, then we still need to be able to access the page to edit it. | |||||
| 2009-02-19 | move edit functions to the end of the file for much improved readability of ↵ | Christian Fowler | 1 | -220/+233 | |
| a very complex file | |||||
| 2008-10-20 | BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵ | Christian Fowler | 1 | -3/+3 | |
| convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission | |||||
| 2008-10-18 | only call edit services when we're not previewing. this is makes more sense ↵ | Max Kremmel | 1 | -4/+4 | |
| since services that want to use the same function for preview and edit can do so easily. | |||||
| 2008-10-03 | sandbox check needs to come before perms check | wjames5 | 1 | -9/+8 | |
| 2008-10-03 | CORE CHANGE: cleave Create permission from Edit permission so that they are ↵ | wjames5 | 1 | -14/+12 | |
| distinct. See mailing list for more details | |||||
| 2008-07-15 | Modified the check for allowed urls in 'import external url' to allow https. | Jo-Herman Haugholt | 1 | -3/+8 | |
| Added check to disallow host 'localhost' or '127.xxx.xxx.xxx' | |||||
| 2008-07-15 | Fixed vulnerability described on | Jo-Herman Haugholt | 1 | -2/+9 | |
| http://secunia.com/advisories/28300/ Before "sucking", it should check if the url is a full http url, else it will stop. Also added an check to make sure that importing URLs is actually allowed... | |||||
| 2008-06-25 | change display call to use a hash for display options, add display_mode to ↵ | Christian Fowler | 1 | -3/+3 | |
| options hash | |||||
| 2008-04-14 | some whitespace | Max Kremmel | 1 | -7/+7 | |
| 2008-04-08 | add check for wiki_comments, also require classs to prevent fatal | Christian Fowler | 1 | -3/+4 | |
| 2008-03-23 | eliminate dependency on get_bitpage_info.php | Jams H Thompson | 1 | -4/+6 | |
| 2008-03-22 | refactor display_bitpage_inc.php to allow additional info available to non ↵ | Jams H Thompson | 1 | -2/+8 | |
| page view templates | |||||
| 2007-10-10 | migrate core ajax services off prototype to mochikit | wjames5 | 1 | -4/+2 | |
| 2007-09-20 | invokeServices( 'content_edit_function' ) | Christian Fowler | 1 | -4/+4 | |
| 2007-09-15 | check hasEditPerm for editing pages | wjames5 | 1 | -4/+9 | |
| 2007-08-23 | try to improve readability | Max Kremmel | 1 | -7/+8 | |
| 2007-07-14 | edit help is now taken care of by services. this means that there is no need ↵ | Max Kremmel | 1 | -4/+2 | |
| for inclusion of edit help anywhere as long as services are called on edit pages and service tabs are included in edit tpl. help is included when {textarea} is in use. if you need to disable it set: display_help_tab=0 when calling the service tabs. edit help has also undergone a facelift. | |||||
| 2007-07-10 | move loadAjax() to BitThemes | Max Kremmel | 1 | -3/+3 | |
| 2007-07-09 | clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵ | Max Kremmel | 1 | -3/+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-06-16 | Drop $show_attachments check - replaced by p_liberty_attach_attachments | Lester Caine | 1 | -9/+2 | |
| The bitfile plugin is always loaded so it is always true anyway. | |||||
| 2007-06-14 | Add die after header() call. | Nick Palmer | 1 | -2/+3 | |
| 2007-06-01 | remove a lot of antiquated code including breadcrumbs and outdated ↵ | Max Kremmel | 1 | -18/+4 | |
| wiki-specific caching options, wiki tags and wiki dumps. probably there's going to be more to go soon. none of this stuff has been working for years now. | |||||
| 2007-04-23 | fatalError message translation standardisation: fatalError message is not ↵ | Max Kremmel | 1 | -6/+6 | |
| translated in the function so it has to be translated when it's passed in. this allows for dynamically changed errormessages without causing duplicate master strings | |||||
