summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-05-18getLibertySql was never completed so roll back to the working getServicesSql ↵Lester Caine1-2/+1
functionality Used by blogs to pass extra info to search package
2026-05-18Tidy install process handling following other changesLester Caine1-4/+14
Missed from BIT_INSTALL fixes
2026-05-18Tidy ckeditor to allow browser based spellcheck and retire other optionsLester Caine1-1/+1
2026-05-18Rework javascript to remove MochiKit and simplify to jqueryLester Caine2-181/+140
2026-05-18Remove swf based fallbacks since they no longer existLester Caine4-83/+15
2026-05-16Phantom ; removedLester Caine1-4/+3
2026-05-16Remove echo from (()) title change when more than one linkLester Caine1-27/+10
2026-05-16Fix bug in replacing (()) entires after page title changeLester Caine1-4/+4
2026-05-16Fix parseData corruption of raw 'data' elementLester Caine1-2/+3
2026-05-16Move plugins to correct namespaceLester Caine5-6/+18
2026-05-15Remove unused group model codeLester Caine6-215/+8
2026-05-15Further trimming of role_model selectionLester Caine2-23/+10
2026-05-15Namespace fixesLester Caine8-18/+24
2026-05-15To simplyfy maintenence BitUser classes have been retired and active code ↵Lester Caine2-70/+16
base defaulted to ROLE_MODEL reducing complexity in LibertyContent
2026-05-15Drop obsolite swf usage, is the preload function actually needed nowLester Caine2-2/+0
2026-05-15Move template javascript to themes ? as to if it should be in libertyLester Caine2-3/+2
2026-05-15Move acisortable to package used in structure_editLester Caine4-2/+960
2026-05-14Move getid3 to external labraries managementLester Caine1-4/+4
2026-05-14Magickwand has been retired as it;s functions are now part of imagickLester Caine2-226/+0
2026-05-14Move htmlpurifier to external labraries managementLester Caine1-1/+1
2026-05-14Move markdown library into the relevant package for easier maintenanceLester Caine2-1/+1692
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine284-461/+424
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10Use BIT_INSTALL to block database access until database has been populatedLester Caine1-1/+1
2026-05-09Display in view rather than download, allows fancyzoom on imagesV5-php84Lester Caine1-1/+1
2026-05-08pearwiki is currently untested and relies on pre php8 code so diable for nowlsces1-0/+0
2026-05-08Add default when no user active (PHP8)lsces1-1/+1
2026-04-19Short array style tweak and missing use elementlsces2-4/+5
2026-04-16Style tidies for PHP8.4lsces6-32/+35
2026-04-16auto_activate needs to refelect the selected memory model and the extended ↵lsces1-12/+19
protection to private content has been cloned from protector package
2026-04-16Default to bithtml on new installlsces2-2/+2
2026-04-16Default to html on new installlsces2-13/+6
2026-04-06Tidying links to bitweaver.org to avoid redirect from httplsces7-7/+7
2026-04-06Tidy a default setting holelsces1-0/+3
2026-04-05extra default removedlsces1-1/+1
2026-04-05Revert disable on services template and fix a rogue $smart which was missing ↵lsces2-2/+2
the final y
2026-04-05Flash has been removed and videos are handled via video.js librarylsces1-1/+1
2026-04-05Solving a little chicken and egg situation when installing from scratch. ↵lsces2-10/+12
Once the database is created autoload is messing things up until the tables are also created. Need a tidier way of doing this but it works for now by check tables exist before using them.
2026-04-02pdf plugin now imports the text layer which is uploaded as liberty_content ↵lsces1-2/+14
data so pdf's can be searched.
2026-04-02static function calls, but still need to clear an errorlsces2-10/+10
2026-04-02Little hacky for firebird, need to identify correct pdo driver if pdo is ↵lsces1-3/+4
being used
2026-04-02Restore displaying plugin help and settings buttons. Still a problem with ↵lsces1-4/+4
.css on some sites
2026-04-02Still needs further work, but switched up using video.js rather than flashlsces4-61/+50
2026-04-02Modern pdf handler using pdf.js extended to allow search from url. Needs the ↵lsces4-68/+111
modifed build of pdf.js to work fully.
2026-04-02Cull unused plugins. Flash is no longer available and pdfx thumbnails have ↵lsces6-474/+0
been sorted in non-flash version of pdf plugin
2026-03-27Figured what has been causing a problem with using && and || in smarty ↵lsces38-65/+65
templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones.
2026-03-26Rework of pdf handling to index the text layerlsces1-54/+31
2026-03-26Namespace changeslsces7-26/+38
2026-03-26Smarty style changeslsces1-1/+1
2026-03-26Empty value correctionslsces2-6/+6
2026-03-26Smarty style changeslsces29-47/+58