summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-07-01add menuMax Kremmel2-1/+4
2007-07-01remove empty fileMax Kremmel1-0/+0
2007-06-25Remove vd.Nick Palmer1-3/+2
2007-06-23provide gif alternatives for all png icons. this will allow us to remove the ↵Max Kremmel1-0/+0
msie png fix and add an option to enable it
2007-06-22Remove subpackage tag from class - phpdoc 1.3.2 handles correctly nowLester Caine1-3/+2
2007-06-14Check to ensure we have words before searching.Nick Palmer1-3/+4
2007-05-19typo (relivency)laetzer2-6/+6
2007-01-17fix use of config varibles and hence search partial wordHash91-6/+8
2007-01-16fix subquery so they only return one result and don't use a select-limit clauseHash91-9/+7
2007-01-08clean up <link rel=...> stuff in <head>, turn the links into a customisable ↵Max Kremmel1-0/+3
feature, only include certain links when feature is active
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel1-3/+3
backwards compatible with deprecated function call message.
2007-01-05searched for .title} .description} and .data} and added |escape where ↵Max Kremmel1-1/+1
appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout...
2006-12-31translate content_description when it's loaded that we don't have to worry ↵Max Kremmel4-10/+10
about it later
2006-12-31translate content descriptionMax Kremmel4-21/+22
2006-12-27put FIRST 1 back in, since i don't know what the hell i'm doing in hereMax Kremmel1-6/+5
2006-12-26fix some baic search issuesMax Kremmel4-59/+75
2006-10-21Search result only works for a single word in FirebirdLester Caine1-3/+3
2006-10-13phpDoc correctionsLester Caine1-1/+5
2006-10-11clean up queries for BitBlog to LibertyContentChristian Fowler1-5/+6
2006-10-11clean up R1 to R2 upgradeChristian Fowler1-0/+6
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵Max Kremmel1-1/+5
appMenu to templates but use $gBitSystem->mAppMenu directly
2006-09-07Populate selection list if top menu search bar is usedLester Caine1-3/+3
2006-09-07Default search to all siteLester Caine1-2/+2
2006-09-06Fix queries for FirebirdLester Caine1-5/+3
Aliases can not be used in ORDER BY - use column number No need to have content_id twice in GROUP BY
2006-08-30fix articles listHash91-4/+4
2006-08-27missed a few escaping on search words - protect against evil search entryChristian Fowler1-2/+2
2006-08-19rewrite search query to sort search results by relivenceHash92-23/+58
2006-08-18get the content list before you can admin search before having the search ↵Sylvie Greverend1-2/+9
module in place
2006-08-07add framework for ajax search. not working yet, due to current module ↵Max Kremmel1-0/+16
limitations
2006-06-29Add page titles to search pages //PROPS TO Hash9!Jerry Russell1-3/+3
2006-06-29removed |escape's that were causing html to render escaped.. (i.e. links ↵Jerry Russell1-2/+2
were displaying as text, not links)
2006-05-06clean up schema files, remove unused PackageInfo data - we really need a ↵Max Kremmel1-3/+0
package manager for this, add plugin_path column to liberty_plugins
2006-04-17make sure settings in admin page are displayedMax Kremmel1-5/+4
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel2-10/+10
2006-04-07adjust indecies to new table namesMax Kremmel1-4/+4
2006-04-05tonnes of upgrader error sqashes - liberty_content_links still remain to be ↵Max Kremmel4-37/+50
dealt with
2006-03-25escape htmlspecialchars on output instead of during store processMax Kremmel1-2/+2
2006-03-17Added a set of parens to fix-up the refresh_index function.Sean Lee1-3/+3
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler4-8/+8
conflict with new content preferences
2006-02-27Modify field Hack for MSSQL to use existing selectSql modifierLester Caine1-5/+4
2006-02-26Fixed bogus column name. Added mssql hack back in.Sean Lee1-5/+5
2006-02-24Damn Missing Back-ticsSean Lee1-3/+3
2006-02-24Update to delete_index_content_type function. Location field no longer ↵Sean Lee1-3/+4
available - using link to liberty content now.
2006-02-24Fixed "user" column - key word in mssql.Sean Lee1-4/+4
2006-02-21fix error in sql syntaxJams H Thompson1-3/+3
2006-02-20Merge recent changes to HEADSean Lee3-89/+74
2006-02-19Fix reserved word field namesLester Caine4-25/+25
COUNT - SQL Reserved
2006-02-17registerPackage now takes a hash instead of multiple parameters - keeps # of ↵Max Kremmel1-1/+6
parameters under control
2006-02-16new API for parseData(); please view ApiChangeLog for detailsMax Kremmel1-2/+2
2006-02-14rename content_load_function to content_load_sql_functionMax Kremmel1-3/+3