Commit graph

953 commits

Author SHA1 Message Date
simo
6fe2f0e14b Added link to user's packages in profile 2005-10-17 01:24:16 +00:00
simo
9d789fe82c Added search by maintainer 2005-10-17 01:14:24 +00:00
simo
170d68f61f Move search sorting to column headers
Sort by age still exists, need to reimplement in UI
2005-10-17 00:36:55 +00:00
simo
452ab3a1fd Added Portuguese translation 2005-10-16 17:54:39 +00:00
simo
07c54d7bcc Added Catalan translation 2005-10-16 16:59:22 +00:00
swiergot
400fc9487b added sort order field to packages search bar (closes #3060) 2005-09-02 16:27:30 +00:00
swiergot
8f25d155b3 added Italian translation from voidnull 2005-09-02 14:51:49 +00:00
swiergot
549bae520a made author's name in comment a link to his profile 2005-08-14 12:21:59 +00:00
simo
f99ef319fd slap bug #3068, fix pkg searching in pkgnames 2005-08-12 04:22:41 +00:00
swiergot
e728d27560 moved the Logout link to the end of the menu bar 2005-08-09 09:33:51 +00:00
swiergot
ee664d26d6 fixed issues with seaching for orphans ('less' and 'more' buttons, 'go back to search results' link) 2005-08-05 19:22:32 +00:00
pjmattal
6aef041891 fixed big bug in main query introduced in 1.2.1
changed wrong join to RIGHT JOIN!
2005-08-05 18:11:41 +00:00
pjmattal
620937ebfc fixed bug I introduced in 1.2.1 with now requiring outer (left) join in main
query
2005-08-05 03:58:22 +00:00
pjmattal
a00af12557 added separate link to PKGBUILD for packages in unsupported to pkg detail page
closes bug #3005
2005-08-02 06:30:46 +00:00
pjmattal
6d79fe0c27 added sorting by maintainer and by age
added package age statistics to package detail page
close bug #2970
2005-08-02 06:22:20 +00:00
pjmattal
702abe64bc fixed bug #2994 (extraneous comment delete buttons mapping to wrong comments) 2005-08-02 05:05:19 +00:00
pjmattal
a4d583179c moved bugs and discussion links to the main menubar
closes bug #3023
2005-08-02 04:28:58 +00:00
pjmattal
ea4532411b tweaks to legend and bottom button tables
also tweaked checked implementation to list all community packages as safe
2005-07-29 14:29:51 +00:00
pjmattal
a8999a6917 added swiergot's checking patch as well as modifying it to also
list package name in green on the package list page (with legend)
2005-07-29 12:29:23 +00:00
pjmattal
bcbc3e3fee patches to stylesheet and pkgfuncs.inc to fix Opera rendering problems
in bug #2912
2005-07-28 13:05:50 +00:00
simo
b93010dd83 Maintainer and Category only link if logged in 2005-06-11 14:37:50 +00:00
simo
52d6df0f62 Reorganized package details page 2005-06-11 02:55:30 +00:00
pjmattal
0a199a929a changed missing translations to red rather than blink 2005-06-11 02:46:25 +00:00
pjmattal
5f59fd86fb added changes to front page to close bug #2820 2005-06-11 02:38:07 +00:00
simo
e45d8daaba fixed some relative links and rss problems with https 2005-06-10 23:24:34 +00:00
simo
a81f22da2d RSS support implemented
Latest packages also on homepage

DEPLOYMENT NOTES:
- web/html/xml must be world writable
2005-06-10 23:07:24 +00:00
pjmattal
b1d5d74e84 fixed bug #2761 problems switching from second page of search and from My Packages/Orphans
this should fix the set of bugs in this category all at once
2005-06-10 05:28:49 +00:00
pjmattal
c7e4f5c7fa Added Simo's patch for #2579, adding user info page
also modified it slightly so that we no longer look at AURMaintainerUID for maintainer
2005-06-10 04:52:46 +00:00
simo
6adf639a34 SQL CHANGES: New table CommentNotify with fields:
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-08 01:07:55 +00:00
pjmattal
e1e6884a33 added utf-8 encoding header 2005-05-16 21:04:56 +00:00
pjmattal
499d459bdf updated with latest polish language patch 2005-05-16 04:17:22 +00:00
pjmattal
cac788476a added polish translation
this still needs some more debugging before it goes live
but it's turned on in this version
2005-05-13 14:38:04 +00:00
simo
4bb6cab85e got hit by a semi in r172, ouch 2005-05-08 02:25:36 +00:00
simo
f40e1fb77d Changed source links to work with CVS 2005-05-07 13:42:25 +00:00
simo
ed17d0f69e Added vote button to detail page (bug#2638)
X's only show up if user can delete comment
2005-05-06 03:58:26 +00:00
simo
90eadf0252 Changed next and previous buttons to only
display if there are next and previous pages
bug #2686
2005-05-06 02:07:30 +00:00
pjmattal
bee72b2f2d replaced \n with <br> as last step in comments transformation to avoid
problems with multi-line comments (thanks juergen@hoetzel.info)
2005-04-24 18:22:57 +00:00
simo
07249c0fd9 Add color key to package listing page
Closes request #2640
2005-04-23 06:15:02 +00:00
pjmattal
da50574c69 added English language selector back in 2005-04-22 04:37:26 +00:00
pjmattal
7246c45eb3 added strip_tags() and htmlspecialchars() to improve comments safety 2005-04-22 03:55:35 +00:00
pjmattal
2c6ca1126a changed <pre> to <code> in comment rendering to allow wrapping 2005-04-14 02:44:38 +00:00
pjmattal
1c4d6432ba added necessary things to config.inc.proto 2005-04-14 02:26:45 +00:00
eric
514314da58 accept a four-letter TLD. closes bug 2543 2005-04-12 14:42:09 +00:00
pjmattal
b78a20c335 fixed bugs in tupkgupdate
made link to CVS for package files in community go to CURRENT tag
2005-04-10 02:19:19 +00:00
pjmattal
2f27045c0f changed db name from AUR to aur
moved db config for webapp into the config file
2005-04-09 20:54:55 +00:00
pjmattal
20c02507ab fixed multiple maintainer mess 2005-04-06 03:25:28 +00:00
pjmattal
71b5b9e6b7 many changes in prep for launch
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-04-06 02:54:11 +00:00
eric
7fccb8b634 added comments/category editing, and closed #2280 2005-03-20 18:54:20 +00:00
pjmattal
9d69979bb9 added Simo's orphan package patch (bug #2281) 2005-03-12 16:45:06 +00:00
eric
e3587ddf94 started working on pkgedit for comments 2005-03-06 21:44:56 +00:00