Commit graph

64 commits

Author SHA1 Message Date
tardo
881b921eb3 Fixed version strings.
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-10-02 07:29:27 -04:00
Loui Chang
d2134f7637 Merge commit 'origin/testing'
Yeah I actually want to work from testing.
Conflicts:

	web/lib/pkgfuncs.inc

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-27 00:06:56 -04:00
Loui Chang
c764f078f1 Made some things in config.inc.proto that should be constants constants
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-26 23:57:51 -04:00
eliott
aebdd21b58 More changes to page styles. 2007-09-24 07:57:35 -07:00
pjmattal
452d6b1245 patch from eliott to convert all <? to <?php 2007-09-20 21:46:43 +00:00
swiergot
0b92839bee - Applied a patch from Loui to fix session removal.
- Replaced all occurences of mysql_escape_string()
  with mysql_real_escape_string().
2007-09-20 15:33:04 +00:00
dsa
b728db0f62 Varios fixes:
Added validation for the arch e license fields, so we can
ensure that new submitted packages can be built using 
pacman3. 

Fixed some pkgsubmit problems.
2007-03-05 05:40:08 +00:00
dsa
18cfe569e0 Added support for uploading files with '+' characters. 2007-03-05 04:07:46 +00:00
dsa
06e4af2dbc Corrected a problem when submit a package, more details in file pkgsubmit.php 2006-12-14 00:44:17 +00:00
dsa
e17a4ceb6a Solved the #3939 bug and it will require a change in the PackageDepends table to add a DepCondition field with the type varchar(20). 2006-10-13 03:55:58 +00:00
swiergot
dce2f70443 Applied license patch from dsa (closes #4085). 2006-08-22 14:18:28 +00:00
pjmattal
6e7d75efad committed dsa's patch to allow periods in package names (closes #4758) 2006-08-08 01:28:26 +00:00
pjmattal
c3a90420e2 added dsa's header include patch 2006-08-08 00:59:10 +00:00
pjmattal
ce505210fa added dsa's "My Packages" patch 2006-08-01 05:50:48 +00:00
pjmattal
ffc0933126 closed #2599: now removes " or ' from pkgdesc only if they form a start/end pair 2006-08-01 04:41:52 +00:00
swiergot
d55ee42f85 closed #3127 with slight modification 2005-09-02 15:34:39 +00:00
swiergot
9800ebafda Fixed a bug introduced in r228 (closes #3126) 2005-08-29 20:52:55 +00:00
swiergot
6001191a0d autoflag safe for packages submitted by TUs and Developers 2005-08-09 09:20:07 +00:00
swiergot
cc5d55d5c3 fixed a small bug in the package submitting code that caused real error message being overwritten by unreal URL parsing error 2005-08-05 19:32:28 +00:00
pjmattal
ee2b2e2021 committed patch from swiergot to allow package names starting with numbers 2005-08-02 06:34:32 +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
simo
01be3a4893 Task #2838 - URL protocol checking to avoid broken links 2005-06-30 23:17:50 +00:00
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
499d459bdf updated with latest polish language patch 2005-05-16 04:17:22 +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
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
dd51db3cc9 applied duds.diff from simo to close bug #2584 2005-04-22 04:18:31 +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
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
eric
aae43d9ad6 started working on package comments 2005-03-05 20:39:36 +00:00
pjmattal
b186f48fe7 made pkgname field for submit be 32 chars 2005-02-23 16:19:36 +00:00
pjmattal
256f0ff0cf fixed minor bugs 2005-02-23 05:31:39 +00:00
eric
a54ca6bfaf started working on package delete support 2005-01-25 22:52:32 +00:00
pjmattal
8d2dfcb248 added a global config file for web app
made pkgsubmit reference the global config file
2005-01-24 04:15:23 +00:00
pjmattal
34be5e29be updated to do list 2005-01-24 04:08:47 +00:00
jchu
3606143e6f rolled back my change, it didn't work well 2004-12-15 04:42:37 +00:00
jchu
fdd3b8be57 apply all substitutions on all other variables 2004-12-15 04:38:24 +00:00
jchu
ef54765888 added contents 2004-12-15 04:18:13 +00:00
jchu
c318db3afc removed the location option cause it was stupid 2004-12-15 03:58:51 +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
15ade606f6 removed debugging messages 2004-12-15 03:12:39 +00:00
jchu
1406a6e565 removed some debugging output 2004-12-15 03:09:28 +00:00
jchu
c8a9702620 everything except package contents done 2004-12-15 02:46:04 +00:00
pjmattal
252afad9fc tweaks to package functions and schema 2004-12-15 01:33:12 +00:00
jchu
5148d63d47 partial database stuff done 2004-12-15 00:27:21 +00:00
jchu
341d17b5a1 added code to handle assumed line continuations and cases 2004-12-14 23:08:07 +00:00