summaryrefslogtreecommitdiffstats
path: root/web
AgeCommit message (Collapse)AuthorFilesLines
2005-06-10Caught bug where we weren't deleting CommentNotify's on package deletepjmattal1-1/+1
2005-06-10fixed bug #2761 problems switching from second page of search and from My ↵pjmattal1-0/+15
Packages/Orphans this should fix the set of bugs in this category all at once
2005-06-10Added Simo's patch for #2579, adding user info pagepjmattal4-7/+84
also modified it slightly so that we no longer look at AURMaintainerUID for maintainer
2005-06-10Added newpackage-notify to finally implementsimo2-5/+5
new package notifications that people can ask for on their user page. This script should run on a daily cronjob. A few spelling stupidity fixes as well.
2005-06-08SQL CHANGES: New table CommentNotify with fields:simo17-15/+179
PkgID UserID This implements emailing comment notifications, including a user option to enable/disable it on the package page. It uses php's mail() function to do it and sends to everyone on the notify list as BCC. This needs some more testing before public consumption.
2005-06-08Committing New AUR Guidelines from Bensimo1-82/+185
2005-06-07Fix deletion abilities such that:simo1-2/+8
TUs and DEVs may delete any package in unsupported Otherwise only package maintainers may delete their own
2005-05-18added patch for minor fix to polish translationpjmattal1-1/+1
2005-05-17committed version info for 1.0.31.0.3pjmattal1-1/+1
2005-05-16added utf-8 encoding headerpjmattal1-0/+1
2005-05-16updated with latest polish language patchpjmattal18-915/+967
2005-05-13added polish translationpjmattal16-12/+279
this still needs some more debugging before it goes live but it's turned on in this version
2005-05-08got hit by a semi in r172, ouchsimo1-1/+1
2005-05-08Added ModifiedTS to Packages databasesimo1-0/+3
Implemented ModifiedTS such that: -ModifiedTS changed ONLY when package updated -SubmittedTS changed ONLY when new package Also made DummyPkg fixups in tupkgupdate
2005-05-07Changed source links to work with CVSsimo1-2/+7
2005-05-06Added vote button to detail page (bug#2638)simo2-8/+34
X's only show up if user can delete comment
2005-05-06Changed next and previous buttons to onlysimo1-4/+9
display if there are next and previous pages bug #2686
2005-05-04committed changes for version 1.0.21.0.2pjmattal1-1/+1
2005-05-04committed simo's patch for bug 2599 (leaving quotes in pkgdesc)pjmattal1-3/+7
2005-04-30Fix issue where a submitteruid was retained on dummiessimo1-1/+7
Also fix issue where orphan was generated if a dummy is replaced and "overwrite" wasn't checked
2005-04-24added a link to the Wiki's list of user repositories from the main pagepjmattal1-0/+1
2005-04-24replaced \n with <br> as last step in comments transformation to avoidpjmattal1-1/+1
problems with multi-line comments (thanks juergen@hoetzel.info)
2005-04-23Fix user existence checks; whacks bug#2585simo1-2/+2
2005-04-23Add color key to package listing pagesimo1-0/+6
Closes request #2640
2005-04-22added version stuff1.0.11.0pjmattal1-1/+1
2005-04-22added English language selector back inpjmattal1-4/+5
2005-04-22updated to version 1.0.5 of the guidelines, closing bug #2850pjmattal1-4/+5
2005-04-22applied duds.diff from simo to close bug #2584pjmattal2-0/+10
2005-04-22applied simo's spacing bug fix; closes #2576pjmattal1-2/+2
2005-04-22added strip_tags() and htmlspecialchars() to improve comments safetypjmattal1-1/+1
2005-04-14fixed bug where if uploaded package overlapped with old Dummy, Dummy bit was ↵pjmattal1-0/+1
not unset and so the package never appeared in the interface
2005-04-14fixed package category to default to 1 (none) instead of 19 which doesn't existpjmattal1-1/+1
2005-04-14changed <pre> to <code> in comment rendering to allow wrappingpjmattal1-2/+2
2005-04-14added necessary things to config.inc.protopjmattal1-2/+9
2005-04-12accept a four-letter TLD. closes bug 2543eric1-1/+1
2005-04-11committed guidelines only and Flyspray link on first pagepjmattal1-1/+2
added VERSIONS.txt to track versions
2005-04-11checked in scripts for launch (in /home/aur) to support/scriptspjmattal1-1/+1
added guidelines to the main index page
2005-04-11added guidelinespjmattal1-0/+169
2005-04-10more doc updates for the releasepjmattal1-10/+5
2005-04-10fixed bugs in tupkgupdatepjmattal1-1/+5
made link to CVS for package files in community go to CURRENT tag
2005-04-10small fix to the fancy unsupported-->community updatepjmattal1-6/+6
more user doc fixes
2005-04-10added capability to get category from the directory in CVSpjmattal1-1/+1
fixed bogus reference to subzero in the user docs
2005-04-09changed db name from AUR to aurpjmattal1-6/+5
moved db config for webapp into the config file
2005-04-06fixed multiple maintainer messpjmattal3-28/+49
2005-04-06many changes in prep for launchpjmattal6-16/+191
new doc page added changed AUR to community lower-cased unsupported fixed half of the bug with changing categories: categories now can't be changed for packages in community however they can still be changed out from under maintainers by joe users for unsupported packages debugged problem with package details not found when unsupported uploads were with Category 0 (changed default to 19)
2005-03-20added comments/category editing, and closed #2280eric7-20/+273
2005-03-12added Simo's orphan package patch (bug #2281)pjmattal2-1/+25
2005-03-06started working on pkgedit for commentseric5-26/+144
2005-03-05started working on package commentseric2-7/+14
2005-02-28fixed bug #2285pjmattal1-1/+5
needed a has_where clause before the LocationID parameter to the query builder