summaryrefslogtreecommitdiffstats
path: root/web/template
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Advanced button i18nSergej Pupykin1-1/+1
2009-04-13Don't hit the database twice per comment on packageDan McGee1-1/+2
2009-03-03Fix search output if no results are found.Loui Chang1-4/+3
2009-03-03Redirect to REQUEST_URI after logging in.Loui Chang1-2/+3
2009-03-02Fix user stats table links.Loui Chang1-6/+14
2009-03-02added links at My Statistic valuesAndrea Scarpino1-3/+3
2009-02-19Revamp markup and styles for comments.Loui Chang1-24/+14
2009-02-18XHTML Validation fixes.Loui Chang2-2/+2
2009-02-18Add 'Out of Date' detail in search formAndrea Scarpino1-0/+8
2009-02-13Change layout of tu_details.Loui Chang2-14/+20
2009-02-13List TUs that voted on a proposal.Angel 'angvp' Velasquez1-1/+14
2009-02-13Fix Sources listing in package details.Loui Chang1-9/+8
2009-02-09xhtml validation fix.Loui Chang1-1/+1
2009-02-07Clean up some markup and styles in page navigation.Loui Chang1-8/+7
2009-02-03Change pagination styleCallan Barrett1-16/+22
2009-01-28Add support for filename::url syntax for sources.Loui Chang1-1/+3
2009-01-25Move package comment form into a new template.Loui Chang2-6/+68
2009-01-24Indicate when there are more search result pages than numbered links show.Loui Chang1-24/+25
2009-01-24Validation fixes.Loui Chang2-3/+3
2009-01-24Add package details template (pkg_details.php)Loui Chang1-0/+174
2009-01-24Rework login form.Loui Chang2-26/+26
2009-01-24Move actions form into template.Loui Chang1-0/+60
2009-01-23Fix a few xhtml validation errors.Loui Chang3-6/+5
2009-01-23Bring version footer in with the rest of the site body.Loui Chang2-3/+1
2009-01-23Add Previous and Next links for search results.Loui Chang1-53/+56
2009-01-23Remove urlencode('K') in pkg_search_results.Loui Chang1-4/+0
2009-01-23Change comment style so long lines wrap.Loui Chang1-1/+1
2009-01-23Fix translated comment messages.Loui Chang1-5/+4
2009-01-23Only print links for up to five previous and next search results pages.Loui Chang1-2/+12
2009-01-19Use new conglomerated translation files.Loui Chang1-1/+0
2009-01-19Remove Less and More links from search results page.Loui Chang1-24/+30
2009-01-19Change: Switching "Legend" and number of results on search pageGergely Imreh1-3/+3
2009-01-19Add: page numbering of AUR search resultsGergely Imreh1-2/+14
2009-01-15Replace RSS icon with feed icon.Loui Chang1-1/+1
2009-01-08Cache all front page stats in APC if availableDan McGee1-3/+2
2009-01-05Change layout of search form.Loui Chang1-24/+16
2009-01-05Move package comments to a template.Loui Chang1-0/+38
2009-01-04Store account type in local var when possibleDan McGee2-3/+5
2008-12-29Properly select page length in search form.Loui Chang1-1/+1
2008-12-29Make search page use mkurl function, change variables aroundCallan Barrett1-12/+12
2008-12-29Add search bar to index and pkg details pagesCallan Barrett1-7/+9
2008-12-29New search bar, toggle advanced options new styleCallan Barrett1-178/+122
2008-12-22Don't require login to see out of date packages from package search.Loui Chang1-6/+9
2008-12-22Make some translatable strings friendlier to common usage.Loui Chang1-4/+4
2008-12-22Encode search string for use in anchor tags.Loui Chang1-0/+4
2008-12-22Really make all web paths relative.Loui Chang1-1/+1
2008-12-21Move package search results to a templateCallan Barrett1-0/+142
2008-12-21Introduce function include_lang for translations.Loui Chang1-2/+2
2008-12-21Make all web paths relative.Loui Chang2-8/+8
2008-12-20Revert "Move call to try_login to login_form."Callan Barrett1-6/+0