| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-04 | Convert {booticon} to {biticon} — freedesktop/tango icon names throughoutHEADmaster | Lester Caine | 2 | -1/+1 | |
| Replace all {booticon iname="icon-*"} and {booticon iname="fa-*"} calls with {biticon ipackage="icons" iname="<freedesktop-name>"} using the tango iconset. Mapping covers ~70 distinct old names to tango equivalents (edit-delete, document-properties, go-next, lock, internet-mail, etc.). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-03 | search: always use syllable expansion; fix PHP 8 null arithmetic | Lester Caine | 1 | -6/+4 | |
| - Remove broken $plUsePart gate (literal $ in key meant it never fired); syllable expansion now always runs so partial terms like 'TLC' expand to indexed words like 'tlc5917n' - Cast getOne() to int before time() subtraction — PHP 8 rejects int-null arithmetic when syllable row doesn't exist yet Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-21 | Wrap insert_index() in transaction to prevent stuck Firebird locks | Lester Caine | 1 | -9/+15 | |
| Uncaught duplicate-key exception during search indexing left Firebird transactions uncommitted, holding locks that blocked subsequent page reads. StartTrans/CompleteTrans/RollbackTrans ensures the transaction is always closed cleanly regardless of INSERT failure. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-20 | Fix Index On Submit flag logic and session lock on save | Lester Caine | 2 | -6/+9 | |
| bit_setup_inc.php: flag was previously ignored — refresh_index was always called synchronously on save regardless of setting, and the flag only controlled the background random refresh. Now correctly: - Flag ON: index synchronously on every save (refresh_index) - Flag OFF: background random refresh only, no synchronous indexing refresh_functions.php: add session_write_close() before indexing in refresh_index() so the session lock is released before the per-word INSERT loop, preventing 'not found' on redirect after saving large pages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-20 | Fix And Terms Together search for Firebird and PHP namespaces | Lester Caine | 1 | -12/+6 | |
| - ORDER BY relevancy/hits by name instead of position 9/5; position 9 resolved to lc.data (BLOB) in find_with_and due to extra hash_key column, causing Firebird to error on BLOB sort - Qualify i_count with table alias to avoid ambiguity - Replace string callback 'search_relevance_sort' with closure; string callbacks resolve in global namespace but function is in Bitweaver\Search - Remove now-redundant standalone search_relevance_sort function Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-18 | Rework ajax search in jquery to remove reliance on prototype | Lester Caine | 3 | -12/+58 | |
| 2026-05-18 | Restore ability to add information for the search results from liberty objects | Lester Caine | 2 | -2/+4 | |
| blog title initial target | |||||
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 26 | -52/+51 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-04-16 | Add fisheye to the full text search to support the processing of the text ↵V5-php84 | lsces | 2 | -1/+11 | |
| layer in pdf's | |||||
| 2026-04-02 | Missing namespace references | lsces | 2 | -3/+4 | |
| 2026-03-27 | Figured what has been causing a problem with using && and || in smarty ↵ | lsces | 1 | -1/+1 | |
| templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones. header_inc.tpl was a legacy mod | |||||
| 2026-02-01 | Move functions used by liberty to Liberty namespace. This fixes search not ↵ | lsces | 4 | -6/+8 | |
| running on save. | |||||
| 2026-02-01 | Add proper defaults to keep php8.4 quiet | lsces | 1 | -3/+3 | |
| 2026-02-01 | Tidy use of stats as a class | lsces | 2 | -4/+4 | |
| 2025-08-27 | Code updated to PHP8.4 and namespace | lsces | 21 | -370/+265 | |
| 2016-06-22 | update for BitSystem::get(set)ActivePackage() instead of ACTIVE_PACKAGE | lsces | 1 | -4/+4 | |
| 2016-02-07 | Tidy Docblock text | lsces | 8 | -13/+18 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 4 | -11/+11 | |
| 2014-06-06 | switch to form-group | lsces | 4 | -19/+19 | |
| 2014-05-31 | Add search template insert for header search box | lsces | 1 | -0/+10 | |
| 2014-05-31 | Added tag INK Port for changeset 74e53164ea49 | lsces | 1 | -0/+1 | |
| 2014-05-31 | Modify templates for ink frameworkINK_Port | lsces | 3 | -9/+13 | |
| 2013-04-08 | Smarty3 template updates | lsces | 2 | -16/+16 | |
| 2012-10-30 | Passing 'new' object by reference is depricated | lsces | 1 | -1/+1 | |
| 2012-05-06 | replace all PHP4 style constructors with __construct; replace calls to base ↵ | spiderr | 2 | -3/+1 | |
| class constructors with parent::__construct() | |||||
| 2012-05-05 | replace all calls to ::BitBase() with parent::__construct() | spiderr | 2 | -2/+2 | |
| 2012-04-29 | Strip extra white space | Lester Caine ext:(%22) | 1 | -1/+1 | |
| ( simply ignoring is causing problems with comment merging ) | |||||
| 2012-04-15 | Tidy up to remove 'STRICT' warnings | Lester Caine ext:(%22) | 1 | -2/+2 | |
| 2010-06-09 | Strip down CVS keywords.pre-lf-storage-path-to-file-name | cvs2git | 12 | -20/+20 | |
| 2010-04-17 | SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEAD | wjames5 | 2 | -3/+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 ↵pre_ctype_desc_name_schmeachange | wjames5 | 4 | -10/+10 | |
| 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 | -1/+1 | |
| accessed though systme hash with get name method call, still no schema change required | |||||
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEPRE_CONTENTTYPE_NAME_PLURAL | wjames5 | 4 | -9/+9 | |
| 2009-10-01 | remove ref to non-existant copyright.txt filepre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGE | wjames5 | 10 | -28/+28 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 10 | -28/+28 | |
| 2008-09-09 | one help file for each module (that takes parameters), html code change from ↵pre_update_permissioncreate_permissionR250 | laetzer | 2 | -0/+2 | |
| <table> to <dl> | |||||
| 2008-09-01 | searched term first, details second | laetzer | 1 | -2/+4 | |
| 2008-08-31 | habile's fix for [ 2020508 ] search stats not working | laetzer | 1 | -2/+2 | |
| 2008-06-25 | change display call to use a hash for display options, add display_mode to ↵ | Christian Fowler | 3 | -9/+9 | |
| options hash | |||||
| 2008-06-18 | phpdoc comment block updates | Lester Caine | 1 | -3/+7 | |
| 2008-04-09 | phpdoc commentR202 | Lester Caine | 1 | -3/+6 | |
| 2008-03-31 | include search lib since the module would like to reference it | wjames5 | 1 | -2/+3 | |
| 2008-02-17 | Fix hrefs after slice since it is much cheaper to operate on the smaller ↵ | Nick Palmer | 1 | -6/+6 | |
| list post slice. Duh! I am WAY too tired. | |||||
| 2008-02-17 | Move urls before slice since slice resets array keys. | Nick Palmer | 1 | -5/+5 | |
| 2008-02-16 | Fix warning on no results. | Nick Palmer | 1 | -3/+3 | |
| 2008-02-16 | Add an option to and search words together instead of or-ing them all. | Nick Palmer | 3 | -31/+131 | |
| 2008-01-26 | Add ability to restrict which content types are searchable and modernize ↵ | Nick Palmer | 6 | -29/+100 | |
| permission checking a bit. | |||||
| 2007-12-04 | Blogs is now part of LibertyContent so use correct index method in search ↵ | MW | 2 | -42/+12 | |
| package and get rid of some legacy code | |||||
| 2007-09-01 | missing spacePRE_LIB_ATTACHMENT_REFACTOR | laetzer | 1 | -1/+1 | |
| 2007-07-02 | Complete conversion of pagination and tidy up content type selection | Lester Caine | 3 | -64/+53 | |
