Commit graph

57 commits

Author SHA1 Message Date
simo
07c54d7bcc Added Catalan translation 2005-10-16 16:59:22 +00:00
swiergot
63a0a05320 updated Italian translation from Giovanni 2005-09-09 21:30:15 +00:00
swiergot
5a3afe7f10 updated Italian translation 2005-09-02 18:05:20 +00:00
swiergot
400fc9487b added sort order field to packages search bar (closes #3060) 2005-09-02 16:27:30 +00:00
swiergot
cb63efbfc5 added safe packages count in the statistics frame 2005-09-02 16:25:59 +00:00
swiergot
d55ee42f85 closed #3127 with slight modification 2005-09-02 15:34:39 +00:00
swiergot
8f25d155b3 added Italian translation from voidnull 2005-09-02 14:51:49 +00:00
swiergot
ecf37bd7bc small fixes in polish translation 2005-08-06 08:32:07 +00:00
pjmattal
89f2e5bc04 committed swiergot's updates to polish for 1.2.1 2005-08-02 12:35:42 +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
a4d583179c moved bugs and discussion links to the main menubar
closes bug #3023
2005-08-02 04:28:58 +00:00
pjmattal
d1bb872a3d applied patch for polish updates for v1.2 2005-07-29 14:35:03 +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
05d398e07c closes #2992 (Added last 7 days update count) 2005-07-28 16:08:17 +00:00
pjmattal
25d3f78288 closes bug #2851 (reminder to vote) 2005-07-28 15:51:33 +00:00
pjmattal
fb1fc1a020 revamped front page
closes #2850, #2993, and part of #2992
2005-07-28 15:44:46 +00:00
pjmattal
422864112d committed updated polish translations 2005-06-23 12:50:32 +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
5f59fd86fb added changes to front page to close bug #2820 2005-06-11 02:38:07 +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
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
pjmattal
726a3a3b93 added patch for minor fix to polish translation 2005-05-18 00:18:46 +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
pjmattal
dd51db3cc9 applied duds.diff from simo to close bug #2584 2005-04-22 04:18:31 +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
dp
f4f248387d aur_po.inc,common_po.inc: german added: damir 2005-02-25 03:17:00 +00:00
dp
3b3fcbc6d1 account_po.inc: german added: damir 2005-02-25 02:53:37 +00:00
pjmattal
7ca7f7a584 first working delete
testing is not FULLY done, but it's fairly good
2005-02-02 05:19:08 +00:00
jchu
341e4e5fa7 fixed up a bunch of dummy package things and added a message saying teh upload was successful 2004-12-15 03:24:28 +00:00
jchu
c8a9702620 everything except package contents done 2004-12-15 02:46:04 +00:00
eric
63fe7babb2 added upload comments/history, still need to finish the actual db calls 2004-09-20 21:59:27 +00:00
eric
56effc6ae4 a little bit more... 2004-07-13 00:48:21 +00:00
eric
7b9956f225 cleaned up physical scripts 2004-07-11 17:04:32 +00:00
eric
d17e406ac6 pkgsearch is done (except for some serious debugging) 2004-07-10 20:51:56 +00:00
eric
ae26c9ce2a baby steps 2004-07-02 12:47:16 +00:00
eric
6249c40e94 fleshing out the package logic, renamed pkg include files for consistency 2004-06-29 00:56:31 +00:00
eric
efcca46f26 working on action box for packages 2004-06-28 10:39:12 +00:00
eric
dc3b13064c mypkgs works, but need an 'action' table 2004-06-26 13:21:04 +00:00
eric
16a97cf1a3 first pass at displaying package search results - still needs Less/More buttons 2004-06-25 00:17:17 +00:00
eric
9c6ec26c32 started working on the pkgsearch 2004-06-24 00:34:20 +00:00
eric
84912ddb2e account adding/editing is working 2004-06-23 00:28:13 +00:00
eric
64db123697 pulled out account functions into separate include file 2004-06-22 14:26:54 +00:00
eric
38eda65735 working on the accounts stuff 2004-06-21 19:36:54 +00:00