- 17 Feb, 2011 1 commit
-
-
PyroPeter authored
* Most of the PHP-code was moved to pkgfuncs.php to keep the template simple. Signed-off-by:
PyroPeter <abi1789@googlemail.com> Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 15 Feb, 2011 1 commit
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 11 Feb, 2011 9 commits
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Can be used to blacklist package names for normal users. TUs and developers are not affected. This is especially useful if used together with a cron job that updates the blacklist periodically, e.g. to reject packages which are available in the binary repos (FS#12902). Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 10 Feb, 2011 1 commit
-
-
Lukas Fleischer authored
Drop fulltext indexes, which prevent the use of InnoDB, from "Packages" table. All search routines use "LIKE" patterns, so fulltext search has actually never been used. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 09 Feb, 2011 2 commits
-
-
Lukas Fleischer authored
This cleans up some broken MySQL query introduced by commit 57a5cbfd . Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 08 Feb, 2011 1 commit
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 02 Feb, 2011 2 commits
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 01 Feb, 2011 4 commits
-
-
Lukas Fleischer authored
We don't even touch source tarballs anymore - except for extracting the PKGBUILD, so this is no longer needed. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
This field is not used anymore, so drop it from the table and remove all references. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Dan McGee authored
We don't need this anymore since all packages managed here are well...managed here. Rip out all of the places we were using this field, many of which depended on the magic value '2' anyway. On the display side of things, we had a column that was always showing 'unsupported' that is now gone, and you can no longer sort by this column. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 28 Jan, 2011 3 commits
-
-
Lukas Fleischer authored
Improves variable substitution in the PKGBUILD parser a bit to avoid infinite replacement loops when a PKGBUILD contains assigments of the form "foo=${foo[@]}bar". Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Percent signs ("%") and underscores ("_") are not escaped by mysql_real_escape_string() and are interpreted as wildcards if combined with "LIKE", so we need to deal with them separately. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 25 Jan, 2011 2 commits
-
-
Lukas Fleischer authored
Implemented recursive directory deletion in PHP properly without the use of exec(). This improves security, performance and portability and makes the code compatible with PHP's Safe Mode as well as with PHP setups that disable exec() using the "disable_functions" directive. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Tarball extraction code has been removed in commit ec0dfc27 , so links to package sources contained in the source tarball itself will no longer be accessible through the AUR frontend. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 24 Jan, 2011 2 commits
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Drop the "URLPath" field from the "Packages" table, build URLs from package names instead. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 20 Jan, 2011 2 commits
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 19 Jan, 2011 3 commits
-
-
Lukas Fleischer authored
Automatic tarball extraction was vulnerable in different ways. Users should also only use source tarballs to build packages, so this has been removed completely. From now on, only the PKGBUILD is extracted in a secure manner. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Ensure that the "$row" variable isn't overwritten in "web/template/pkg_comment_form.php" during sending mail notifications when adding a comment. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Comments are now split at link boundaries and links are converted separately. I find this to be a much cleaner way than re-converting comments that have already been converted using htmlspecialchars(). This also doesn't require any callback procedure. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 05 Dec, 2010 2 commits
-
-
Andrea Scarpino authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Jacob Bang authored
Signed-off-by:
Laszlo Papp <djszapi@archlinux.us> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 04 Dec, 2010 2 commits
-
-
Viktor Leonhardt authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Jesse Jaara authored
Fix genpopo and translation_tool to use python2, while waiting someone to make them python3 compliant. Signed-off-by:
Jesse Jaara <jesse.jaara@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 21 Nov, 2010 2 commits
-
-
Dan Vratil authored
Finally move comment deletion and category editing into functions and remove pkgedit.php Signed-off-by:
Loui Chang <louipc.ist@gmail.com> -Fix indentation -Fix variable naming conflict $id vs $cid
-
Lukas Fleischer authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 10 Nov, 2010 1 commit
-
-
Lukas Fleischer authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com> - resolve conflict and omit i18n changes.
-