Commit graph

1745 commits

Author SHA1 Message Date
simo
a60eb05f13 Task #2803 - Tarballs get rebuilt for consistency 2005-06-30 22:56:40 +00:00
pjmattal
4666bd8307 added patch from Jurgen (thanks!) 2005-06-23 13:02:29 +00:00
pjmattal
422864112d committed updated polish translations 2005-06-23 12:50:32 +00:00
simo
b93010dd83 Maintainer and Category only link if logged in 2005-06-11 14:37:50 +00:00
pjmattal
e8f1659b87 modified format of front page update list
Version info for 1.1
2005-06-11 03:35:35 +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
simo
7044610e32 New Translation Structure 2005-06-10 19:30:49 +00:00
pjmattal
f1889a9e3d Caught bug where we weren't deleting CommentNotify's on package delete 2005-06-10 18:09:00 +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
45e5883a15 Added newpackage-notify to finally implement
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-10 01:40:22 +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
simo
9c004010e3 Committing New AUR Guidelines from Ben 2005-06-08 01:00:24 +00:00
simo
dd885424d7 Fix deletion abilities such that:
TUs and DEVs may delete any package in unsupported
Otherwise only package maintainers may delete their own
2005-06-07 21:32:07 +00:00
pjmattal
726a3a3b93 added patch for minor fix to polish translation 2005-05-18 00:18:46 +00:00
pjmattal
302db2ff21 committed version info for 1.0.3 2005-05-17 03:06:09 +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
f7a0009ed7 Added ModifiedTS to Packages database
Implemented ModifiedTS such that:
  -ModifiedTS changed ONLY when package updated
  -SubmittedTS changed ONLY when new package
Also made DummyPkg fixups in tupkgupdate
2005-05-08 02:01:15 +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
d3eebd2058 committed changes for version 1.0.2 2005-05-04 12:53:24 +00:00
pjmattal
a5d253d66b committed simo's patch for bug 2599 (leaving quotes in pkgdesc) 2005-05-04 12:51:55 +00:00
simo
6496ff7a2c Fix issue where a submitteruid was retained on dummies
Also fix issue where orphan was generated if a dummy is
replaced and "overwrite" wasn't checked
2005-04-30 18:29:08 +00:00
pjmattal
82848581f4 added a link to the Wiki's list of user repositories from the main page 2005-04-24 18:57:27 +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
f6ea024640 Fix user existence checks; whacks bug#2585 2005-04-23 16:48:37 +00:00
simo
07249c0fd9 Add color key to package listing page
Closes request #2640
2005-04-23 06:15:02 +00:00
pjmattal
bce37d02bb added version stuff 2005-04-22 04:39:34 +00:00
pjmattal
da50574c69 added English language selector back in 2005-04-22 04:37:26 +00:00
pjmattal
6cf28ee18d updated to version 1.0.5 of the guidelines, closing bug #2850 2005-04-22 04:23:52 +00:00
pjmattal
dd51db3cc9 applied duds.diff from simo to close bug #2584 2005-04-22 04:18:31 +00:00
pjmattal
544a6f58f7 applied simo's spacing bug fix; closes #2576 2005-04-22 04:04:49 +00:00
pjmattal
7246c45eb3 added strip_tags() and htmlspecialchars() to improve comments safety 2005-04-22 03:55:35 +00:00
pjmattal
890e26ca23 fixed bug where if uploaded package overlapped with old Dummy, Dummy bit was not unset and so the package never appeared in the interface 2005-04-14 03:28:56 +00:00
pjmattal
f748d9a471 fixed package category to default to 1 (none) instead of 19 which doesn't exist 2005-04-14 03:15:52 +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
cdab9d45bb committed guidelines only and Flyspray link on first page
added VERSIONS.txt to track versions
2005-04-11 16:33:37 +00:00
pjmattal
62c472f70f checked in scripts for launch (in /home/aur) to support/scripts
added guidelines to the main index page
2005-04-11 15:12:07 +00:00
pjmattal
f6fb9943b7 added guidelines 2005-04-11 01:14:11 +00:00
pjmattal
4a61386e3f more doc updates for the release 2005-04-10 15:55:37 +00:00