summaryrefslogtreecommitdiff
path: root/lib/popularnoticesection.php
AgeCommit message (Collapse)Author
2009-07-15used SQL standard LIMIT/OFFSET, because every database can understand thatBrenda Wallace
2009-06-24add missing group by item, to make database that aren't mysql happyBrenda Wallace
2009-05-17Refactored new sections code to proper classes and added notice link to ↵Robin Millette
links in notice sections.
2009-04-14trac#1223 Show most popular notices per tag in the tag page sidebar.Robin Millette
2009-03-05The correct version of the bad fix I undid in the previous commit. Must ↵CiaranG
explicitly specify all relevant columns in the GROUP BY.
2009-03-05Undo my previous change that breaks the Popular Notices section on the ↵CiaranG
public timeline under MySQL
2009-03-04PostgreSQL - made all 'weight' calculating SQL expressions compatible with ↵CiaranG
both databases, and made some GROUP BY queries more explicit about the fields they are selecting, for the same reason.
2009-02-20NOTICES_PER_SECTION already defined in lib/noticesection.php, causing a warningLeslie Michael Orchard
2009-02-14Fix the More... link for popular notices sectionEvan Prodromou
2009-02-02Ticket 1044 -- Removed border-top, reduced padding, changed noticeSarven Capadisli
count from 6 to 5, removed nickname.
2009-01-22Add a section for popular notices sitewideEvan Prodromou