summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-09phpdoc commentR202Lester Caine1-3/+6
2008-03-31include search lib since the module would like to reference itwjames51-2/+3
2008-02-17Fix hrefs after slice since it is much cheaper to operate on the smaller ↵Nick Palmer1-6/+6
list post slice. Duh! I am WAY too tired.
2008-02-17Move urls before slice since slice resets array keys.Nick Palmer1-5/+5
2008-02-16Fix warning on no results.Nick Palmer1-3/+3
2008-02-16Add an option to and search words together instead of or-ing them all.Nick Palmer3-31/+131
2008-01-26Add ability to restrict which content types are searchable and modernize ↵Nick Palmer6-29/+100
permission checking a bit.
2007-12-04Blogs is now part of LibertyContent so use correct index method in search ↵MW2-42/+12
package and get rid of some legacy code
2007-09-01missing spacePRE_LIB_ATTACHMENT_REFACTORlaetzer1-1/+1
2007-07-02Complete conversion of pagination and tidy up content type selectionLester Caine3-64/+53
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