summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-10-02Tweak to version strings patch.1.4.0Paul Mattal3-2/+4
Rather than rely in any way on config.inc, which is expected to be edited by the user and to persist across versions without change, the version string definition is stored in version.inc and included from aur.inc.
2007-10-02Fixed version strings.tardo10-14/+15
Added AUR_VERSION to config file, so now we should only need to change one location. KISS ftw. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-30Italian: 20070930 patch from Giovanni ScaforaPaul Mattal7-40/+40
2007-09-30Logout now redirects instead of displaying a page.tardo1-3/+2
Thanks to Alex for the heads-up. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-29changed version string to 1.4.0 on front pagePaul Mattal1-1/+1
2007-09-29Center the "Go back to search results" on the package detail page.Paul Mattal1-0/+2
2007-09-29nitpick: change buttons border to solid and convertLoui Chang1-212/+213
web/html/css/containers.css to unix format Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-27Changed homepage box title to "AUR Home" to match patch from tardo.Paul Mattal1-1/+1
2007-09-27Links to official packages now point back to AL site.tardo1-2/+2
Previously if the package was not in community or unsupported, the link didn't point anywhere. Now it uses http://archlinux.org/packages/search/$pkgname. If there's a better way, someone needs to let me know. As far as I know, there's no sure way to link directly to a package without knowing the pkgid. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-27Messages run across colspan=3 now.tardo1-1/+1
Using colspan=2 seemed to make the text wrap. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-27Box titles now align to the left.tardo2-2/+4
Might be me, but aligning to the right just looked messed up. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-27nitpick: Changed "AUR-Home" button to "AUR Home"Loui Chang1-1/+1
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-27Merge commit 'origin/testing'Loui Chang22-377/+841
Yeah I actually want to work from testing. Conflicts: web/lib/pkgfuncs.inc Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-27I forgot to change AUR_db* usage to constants. Fixed now.Loui Chang1-6/+2
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-27Made some things in config.inc.proto that should be constants constantsLoui Chang4-63/+70
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-27Changed web/README.txt to refer to offical git repoLoui Chang1-4/+4
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-27Added the beginnings of an AUTHORS fileLoui Chang1-0/+12
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-26italian_20070926.diff patch from Giovanni ScaforaPaul Mattal1-7/+13
2007-09-26Merge branch 'testing' of git://git.mattal.com/aur into testtardo21-381/+763
Fixed regressions.
2007-09-25Merge branch 'master' of git://git.mattal.com/aurtardo1-1/+1
2007-09-25AUR Italian Translation patch 20070925 from Giovanni ScaforaPaul Mattal2-0/+4
2007-09-25Regression to front page "Flagged as safe by me" languagePaul Mattal1-1/+1
Developers should be treated the same as TUs
2007-09-25Regression to front page "Flagged as safe by me" languagePaul Mattal1-1/+1
Developers should be treated the same as TUs
2007-09-25Merge commit 'eliott/master' into testingPaul Mattal14-330/+708
2007-09-24Phrakture requested fonts to be more similar to main arch site.eliott2-12/+2
Added css to make it similar.
2007-09-24More changes to page styles.eliott5-26/+44
2007-09-23Merge commit 'eliott/master' into testingPaul Mattal0-0/+0
2007-09-23Cosmetic: Show flagged out of date on package page.tardo2-0/+6
Add a simple warning under "Tarball :: Files :: PKGBUILD" if package is out of date. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-23Notify by email when package is flagged out of date. FS 3231.tardo1-0/+21
In addition to the above, it does not notify if the user that flags package out of date is the same as the owner of the package. The body of the email could use work as well I suppose. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-22Add link to TU's homepage in "Flagged safe by". FS 4138.tardo2-1/+3
Simple feature request. Not sure what purpose it serves. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-22Reverse dependency lookup. FS 4556, 5269.tardo2-1/+48
Ugly hack, could use beautification. Also includes english translation addition. If url sources are too long, page could ugly... Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-22Incomplete comment patch. FS 7968, 5128, 7383.tardo1-1/+1
Properly parse comments from database. Thanks to Thralas for input. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-22Changes to bring the main arch site theme to the aur.eliott9-306/+676
2007-09-22Added Italian language patch 20070921 from Giovanni ScaforaPaul Mattal7-43/+43
2007-09-21committed Eliott's README patchpjmattal1-4/+8
2007-09-20patch from eliott to convert all <? to <?phppjmattal156-173/+173
2007-09-20- Applied a patch from Loui to fix session removal.swiergot8-71/+71
- Replaced all occurences of mysql_escape_string() with mysql_real_escape_string().
2007-09-19added language for version 1.3.11.3.1pjmattal2-1/+2
2007-09-17committed old schema change from old versionpjmattal1-1/+1
2007-09-17Added XSS patches from Joerie de Gram.pjmattal1-9/+9
2007-09-09added GPL2 as our licensepjmattal1-0/+339
this was an agreeable action to Simo, Jason, and Paul we are the remaining principal authors
2007-08-17committed patch to russian title and typo from Sergejpjmattal2-2/+2
2007-08-16Convert <? to <?phpeliott156-173/+173
2007-08-16- Applied a patch from Loui to fix session removal.swiergot8-71/+71
- Replaced all occurences of mysql_escape_string() with mysql_real_escape_string().
2007-08-16added language for version 1.3.1pjmattal2-1/+2
2007-08-16committed old schema change from old versionpjmattal1-1/+1
2007-08-16Added XSS patches from Joerie de Gram.pjmattal1-9/+9
2007-08-16added GPL2 as our licensepjmattal1-0/+339
this was an agreeable action to Simo, Jason, and Paul we are the remaining principal authors
2007-06-16updated tupkgupdate64 to match tupkgupdate new changespjmattal1-11/+12
2007-06-16added modified tupkgupdate and tupkgupdate64pjmattal2-1/+584