summaryrefslogtreecommitdiffstats
path: root/web/html
AgeCommit message (Collapse)AuthorFilesLines
2008-03-23Changed to non-fancy logoSimo Leone1-0/+0
Our other pages also use the "non-fancy" version of the logo. Signed-off-by: Simo Leone <simo@archlinux.org>
2008-02-18Cleaned up the front page.eliott1-9/+4
Cleaned up the front page. Removed the blank box on the right of the front page, that was leftover from the change to the login form (move).
2008-01-23Removed QBUG and DBUGSimo Leone3-26/+0
It was broken and hardly used. It's just as easy to add short print statements or logging if some debugging output is needed. Signed-off-by: Simo Leone <simo@archlinux.org>
2008-01-21Fix package detail action buttonsSimo Leone1-8/+8
Drop-down boxes broke them, now they work again. Yippee! Signed-off-by: Simo Leone <simo@archlinux.org>
2008-01-20Turn action bar into drop boxCallan Barrett1-14/+12
Moves the action bar down to the bottom right of the search results and turns it into a drop-down selection box. Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by: Simo Leone <simo@archlinux.org>
2008-01-20some more tweaks to make it look less like I worked on it.eliott1-1/+1
2008-01-20Hacky attempt to fix lang and navigation barseliott1-14/+31
2008-01-20More cleanup, add TU link to headerCallan Barrett2-2/+2
Cleans up links on front page, adds a TU link to the header to the voting application, fixes some titles and styling for logged in text Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
2008-01-20Prefill category upon upload error and fix bug in last patchCallan Barrett1-48/+39
When a package upload fails the category value will be prefilled, fixes a bug in the previous patch where the pkgbuild would not extract properly and splits the html from php in the form so there are no more prints to output it Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
2008-01-20Fixed a couple typos in arch.cssThayer Williams1-2/+2
Signed-off-by: Thayer Williams <thayerw@gmail.com>
2008-01-20Template update for new Arch logoThayer Williams5-99/+88
Signed-off-by: Thayer Williams <thayerw@gmail.com>
2008-01-20poopeliott1-0/+0
2008-01-20Allow pkgsubmit to accept any tar* fileDan McGee1-5/+3
Instead of restricting to gz and bz2, allow just plain tar and any other format tar can understand to be uploaded. I make the mistake all the time of forgetting to pass -z to tar when making something to upload, and there is no real reason to exclude plain tar files. Signed-off-by: Dan McGee <dan@archlinux.org>
2008-01-20Support for verbose page titlesCallan Barrett4-7/+21
Verbose page titles again Adds support for more verbose page titles based on current page and action by user and removes sort by options from search form as they're obsolete by column links. Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
2008-01-20Tweaks of various page layouts and handling of dataCallan Barrett3-47/+22
This is a patch that fixes a lot of little things: * We no longer have pkgsearch or pkgdetails link functions and all references to them are gone, that's what a back button is for and if we really need it we can come up with something better * No longer have do_Details variable, this means links on the package search are simply ?ID=foo * On the pkgdetails pages when there are either no deps, deps by, sources or comments for a package the list for each will display "None" instead of nothing at all (ruining the layout) * Fixed a bug where if a package had no sources or no deps pkgsubmit.php would submit an empty one * Translation of the word "Search'" has been changed to "Search" Most of these relate to each other. Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
2008-01-20Removes need for name, overwrite and comment fields from pkgsubmit.phpCallan Barrett1-192/+115
This removes the name, overwrite and comment options from pkgsubmit.php by moving when the tarball is extracted (and where) and when the pkgbuild is parsed so pkgname is taken from the pkgbuild instead of user input Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
2008-01-20Bug in uploading PKGBUILDs and aur schemaCallan Barrett1-3/+0
This fixes a bug where TUs and devs couldn't upload packages because the query would have an extra column in it to mark the pkgbuild safe automatically, guessing it got missed when the safe flags were removed. Also fixes a screw up I made with the schema file when I added the tables for the voting app. Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
2008-01-20Add notify column in search results and notify buttonCallan Barrett1-31/+23
Adds a column to search results showing if a package has comment notification enabled and adds support for toggling notify for multiple packages from search Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
2008-01-20Removes timeout page and moves login form to headerCallan Barrett1-97/+1
This removes the need for a timeout page (and probably hacker.php) and moves the login form and status to the header. If your login times out you won't lose your place anymore and links will always work. Works for me but at the moment index_po.php is imported in aur.inc which has to stay until the translations from it for login are moved to aur_po.php. Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
2008-01-20Adds support for TUs and devs to disown packages they do not ownCallan Barrett1-1/+4
This is to add support for either devs or TUs to disown packages whether they own them or not. I know of countless times where I or another TU have been asked to orphan packages for someone and end up having to adopt the package first and then disown it, this gets really tedious for more than one package. As far as I can tell there's no other way to disown packages you don't own and if there is at least this is a more obvious way, pretty sure I didn't leave anything out in the patch. Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
2008-01-20Add support for variable length votes in voting applicationCallan Barrett2-66/+103
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
2008-01-20AUR Voting ApplicationCallan Barrett2-0/+510
Added support for TU voting through AUR Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
2008-01-20Fixes to disclaimer text.eliott2-2/+4
2008-01-20Hand diff of simo's patch to remove flag safe functionality.eliott3-93/+1
Simo's original commit text: The idea of safe flagging is unclear, poorly named, misunderstood, and not even used. At the time this patch was created, less than a third of the packages in unsupported were flagged safe, and less than a tenth of users knew how to interpret it. The safe flag has been replaced by a disclaimer on the main page.
2008-01-19Updated favicon.ico to match the main site.Paul Mattal1-0/+0
2008-01-19Removed beta.htmleliott1-192/+0
Seems old.
2008-01-19Moved usage documentation out of the class.eliott1-2/+15
Fixed an issue in the handle class.
2008-01-19Added AurJSON code.eliott1-0/+22
Added a JSON interface to the aur. This should make it easier for developers to integrate command line utilities and poll against the AUR itself.
2008-01-19Revert "Move "Add Comment" button to Actions bar."Paul Mattal1-4/+0
This reverts commit 9b4472ef2fb91e91539def70f905cfe1ec6a8a3a. We have decided to put the button by itself on the bottom, so it does not get lost. This might be reconsidered in later UI revamping.
2008-01-19Make sure short_open_tag = Off via .htaccessLoui Chang1-0/+1
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-01-19Make "Out of Date" pkgs more NOTICABLE.Loui Chang1-0/+6
Includes a translation change. Why oh why would one conceive to put HTML markup into the translation? Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-01-19Opera doesn't give the buttons any padding. Let's giver some.Loui Chang1-0/+1
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-01-19Move "Add Comment" button to Actions bar.tardo1-0/+4
The lonely button now gains some friends. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-12-02Update tur-users -> aur-generalSimo Leone1-1/+1
Fix broken links after mailing list rename. Signed-off-by: Simo Leone <simo@archlinux.org>
2007-10-11Revert "Move "Add Comment" button to Actions bar."Paul Mattal1-4/+0
This reverts commit 9b4472ef2fb91e91539def70f905cfe1ec6a8a3a. We have decided to put the button by itself on the bottom, so it does not get lost. This might be reconsidered in later UI revamping.
2007-10-11Move "Add Comment" button to Actions bar.tardo1-0/+4
The lonely button now gains some friends. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-10-11Center Add Comment box.tardo1-0/+2
Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-10-03Added html/web/xml directory.Paul Mattal1-0/+2
The html/web/xml directory is where the RSS feed gets stored. This was not in the release tree, but has now been added. It should be set up with permissions that allow the webserver to write to it.
2007-10-02Fixed version strings.tardo9-14/+14
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-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-28nitpick: 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-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-27Merge commit 'origin/testing'Loui Chang11-24/+502
Yeah I actually want to work from testing. Conflicts: web/lib/pkgfuncs.inc Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-26Made some things in config.inc.proto that should be constants constantsLoui Chang1-32/+32
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-25Merge branch 'testing' of git://git.mattal.com/aur into testtardo10-24/+481
Fixed regressions.
2007-09-25Merge branch 'master' of git://git.mattal.com/aurtardo1-1/+1
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