Commit graph

  • 31cda618ca Make "gendummydata.py" Python 3 compliant. Lukas Fleischer 2011-04-12 14:47:54 +02:00
  • e1bf49e03c Fix dependency generation in "gendummydata.py". Lukas Fleischer 2011-04-12 12:31:03 +02:00
  • bd78b14cb5 Fix syntax error in "CREATE TABLE" statement in the SQL schema. Lukas Fleischer 2011-04-12 11:46:44 +02:00
  • 3d3fed6910 wrap long SQL commands to improve formatting and readability elij 2011-04-06 19:23:44 -07:00
  • e08731d24c replace print statements with logging module in gendummydata elij 2011-04-06 19:23:43 -07:00
  • 2e444a79d5 remove mysql dependency from gendummydata elij 2011-04-06 19:23:42 -07:00
  • eaffdc27f8 Add base transifex config Dan McGee 2011-04-10 23:06:20 -05:00
  • c996368024 Use HTTPS for transifex URLs Dan McGee 2011-04-10 23:06:19 -05:00
  • a85f140ace Add ".mo" and ".po~" files to ".gitignore". Lukas Fleischer 2011-04-10 15:31:20 +02:00
  • 8bca269b81 Update "TRANSLATING" with gettext and Transifex instructions. Lukas Fleischer 2011-04-10 14:40:37 +02:00
  • 3a5693166c Remove comment on translation helpers from "web/lib/translator.inc". Lukas Fleischer 2011-04-10 14:14:01 +02:00
  • 525a079503 Supress rm(1) warnings showing up when running make clean. Lukas Fleischer 2011-04-07 12:46:18 +02:00
  • 3d8c298adb Add "--check" to msgfmt(1) invocation in Makefile. Lukas Fleischer 2011-04-07 12:44:07 +02:00
  • 7364625510 Update portable object files using make update-po. Lukas Fleischer 2011-04-07 12:33:21 +02:00
  • fe98a3e3cb Add "%.po-update" and "update-po" targets to Makefile. Lukas Fleischer 2011-04-07 12:00:32 +02:00
  • 7979864be3 Add initial headers to portable object files. Lukas Fleischer 2011-04-07 12:17:17 +02:00
  • f93340b2ca Create initial ".pot" file using make update-pot. Lukas Fleischer 2011-04-07 12:15:41 +02:00
  • e24f82f476 Add "update-pot" target to Makefile. Lukas Fleischer 2011-04-07 11:45:07 +02:00
  • b10c7fb86b Add note on gettext migration to "UPGRADING". Lukas Fleischer 2011-04-07 04:14:47 +02:00
  • b2a04c1238 Add locale directories to ".gitignore". Lukas Fleischer 2011-04-07 04:03:00 +02:00
  • 0662f42884 Remove "web/lang/". Lukas Fleischer 2011-04-07 03:57:34 +02:00
  • 22a718ea89 Replace translation engine with php-gettext. Lukas Fleischer 2011-04-07 03:53:31 +02:00
  • 779ecc8c3a Add php-gettext libraries to "web/lib/". Lukas Fleischer 2011-04-07 02:59:43 +02:00
  • d9889c9dde Add dummy "web/locale/" directory. Lukas Fleischer 2011-04-07 03:29:00 +02:00
  • 501c0875a0 Add Makefile to compile ".po" files. Lukas Fleischer 2011-04-07 03:06:51 +02:00
  • 5c5b80e0ed Remove duplicate message definitions from new portable object files. Lukas Fleischer 2011-04-07 02:45:45 +02:00
  • 758b7bf054 Convert translation files to gettext compatible portable objects. Lukas Fleischer 2011-04-07 00:30:43 +02:00
  • f507f360a0 Remove newline in "web/lang/sr.po". Lukas Fleischer 2011-04-07 03:11:26 +02:00
  • 668826226a Release 1.8.2. 1.8.2 Lukas Fleischer 2011-04-10 15:38:04 +02:00
  • 77149ad011 Fix French translation. Cédric Girard 2011-04-06 23:06:04 +02:00
  • 5df16bf3c0 Merge branch 'wip' Lukas Fleischer 2011-04-06 21:50:58 +02:00
  • feff71ddfe Update the german translation Wieland Hoffmann 2011-02-21 16:58:38 +01:00
  • a5213daaec Make "Exact name" search option translatable. Lukas Fleischer 2011-04-06 19:29:35 +02:00
  • 1c55e6b40c Add option to search for exact name matches only (fixes FS#23556). Lukas Fleischer 2011-04-06 19:21:12 +02:00
  • 8cd2aef50d Initialize "$name" in pkgname_from_id(). Lukas Fleischer 2011-04-05 11:38:43 +02:00
  • 8b4b2d207e Remove File_Find PEAR module from code base. Lukas Fleischer 2011-04-05 11:31:12 +02:00
  • d142ca4053 Fix PHP warning when browsing a non-existent package. Lukas Fleischer 2011-04-04 23:31:19 +02:00
  • 2005a2889c Add more stats to the front page table Dan McGee 2011-03-30 20:48:11 -05:00
  • 79ce38d271 Add indentation to stats table Dan McGee 2011-03-30 20:48:10 -05:00
  • 7c91c59245 Remove Dummy Package concept Dan McGee 2011-03-30 20:48:09 -05:00
  • 1f252eba64 Always set ModifiedTS including new packages Dan McGee 2011-03-30 20:48:08 -05:00
  • 1128489bd0 Submission process code refactor Dan McGee 2011-03-30 20:48:07 -05:00
  • a427bd72a7 Be more restrictive with source tarball contents. Lukas Fleischer 2011-03-30 20:26:13 +02:00
  • 0a625ae8ff Fix XSS vulnerability in "web/template/header.php". Lukas Fleischer 2011-03-30 17:07:27 +02:00
  • 746c2b72b5 Fix PHP notice when submitting an empty file. Lukas Fleischer 2011-03-30 16:16:27 +02:00
  • e4130fcca6 Fix strict standards warnings in "web/html/pkgsubmit.php". Lukas Fleischer 2011-03-30 12:27:25 +02:00
  • 47faf88f14 Check if submitted files are in GZIP format. Lukas Fleischer 2011-03-30 11:44:05 +02:00
  • 2eb45e7d9e Fix XSS vulnerabilities in "web/html/voters.php". Lukas Fleischer 2011-03-30 11:10:16 +02:00
  • 55eb55a75f Fix PHP undefined notice in "web/html/packages.php". Lukas Fleischer 2011-03-30 11:06:20 +02:00
  • 3aa2240b7d Fix XSS vulnerabilities in package comment templates. Lukas Fleischer 2011-03-30 10:49:51 +02:00
  • 11366b8a1a gendummydata.py: Do not touch output file until we need it. Lukas Fleischer 2011-03-30 10:27:23 +02:00
  • b6a34d013b Bump up default per-page value to 50 Dan McGee 2011-03-22 22:03:56 -05:00
  • 044393c44b Fix main site package search URL Dan McGee 2011-03-15 09:24:56 -05:00
  • bd36412321 Fix searching for orphans with "$LANG != 'en'" (fixes FS#23252). Lukas Fleischer 2011-03-12 19:54:31 +01:00
  • 9b112a56d0 Fix XSS vulnerability in package search results and package details. Lukas Fleischer 2011-03-11 19:15:04 +01:00
  • 7f9e498e48 Fix broken XHTML. Lukas Fleischer 2011-03-11 18:54:44 +01:00
  • c34bebf428 Perform a second query to find total search count Dan McGee 2011-03-02 08:35:39 -06:00
  • 2cfcddf24e Split package search query into parts Dan McGee 2011-03-02 08:03:22 -06:00
  • 80401c6afc More PHP Notice undefined fixups Dan McGee 2011-03-02 08:03:12 -06:00
  • 29b2f3b399 Release 1.8.1. 1.8.1 Lukas Fleischer 2011-03-09 17:44:21 +01:00
  • 171e297e5f Fix outdated link in My Statistics pane Dan McGee 2011-03-01 12:58:23 -06:00
  • d186bcfd89 Add a sanitize_ids function and use it in all pkg_* functions Dan McGee 2011-03-01 12:45:31 -06:00
  • d4b1ca7cf1 Set a default timezone Dan McGee 2011-03-01 12:24:48 -06:00
  • cdc01130cf Fix PHP notices in account pages Dan McGee 2011-03-01 12:24:34 -06:00
  • ddbe6d0d33 Remove dead dependency/required by link code Dan McGee 2011-03-01 11:56:41 -06:00
  • ef8fab0c12 Ensure all variables are set in package search form Dan McGee 2011-03-01 11:56:33 -06:00
  • 3d5b735fae Fix PHP notices in pkg_search_form Dan McGee 2011-03-01 11:42:29 -06:00
  • f4fd7f7c9b Fix PHP notice: requiredby array Dan McGee 2011-03-01 11:29:59 -06:00
  • 9b51f2d842 Fix main site URL Dan McGee 2011-03-01 11:26:50 -06:00
  • d1d0288598 Add action lookup helper function Dan McGee 2011-03-01 11:26:21 -06:00
  • bbc90846f5 Ensure all package ID values are coerced to integers Dan McGee 2011-03-01 11:24:29 -06:00
  • 0e30410767 Vastly simplify pkg_delete function Dan McGee 2011-03-01 10:33:00 -06:00
  • f9eba12312 Ensure users can be deleted when foreign keys are present Dan McGee 2011-03-01 10:21:06 -06:00
  • abd41bbb51 Allow DB connection values to come from the environment Dan McGee 2011-03-01 09:59:03 -06:00
  • b9690972d0 Use a single transaction to write dummy data Dan McGee 2011-03-01 09:58:09 -06:00
  • fcaee28818 Small template cleanup Dan McGee 2011-03-01 09:26:32 -06:00
  • 984ce9529c Improve cookie handling Dan McGee 2011-03-01 09:24:34 -06:00
  • 90485e8f42 Fix potential injection vulnerability Dan McGee 2011-03-01 12:31:35 -06:00
  • a10ce40cbe AUTHORS: Move Callan from "Current Maintainers" to "Contributors". Lukas Fleischer 2011-02-28 10:21:29 +01:00
  • c8cd12c61e AUTHORS: Rename "Current Contributors" to "Current Maintainers". Lukas Fleischer 2011-02-28 10:19:54 +01:00
  • f89ba3fb6d Remove database recreation code from "support/schema/reloadtestdb.sh". Lukas Fleischer 2011-02-28 09:43:17 +01:00
  • c638a89314 Specify utf8 in database schema. Loui Chang 2011-02-27 20:38:45 -05:00
  • 24c628ad43 Add note on merging "web/lib/config.inc.proto" to "UPGRADING". Lukas Fleischer 2011-02-27 19:11:24 +01:00
  • bc238965cb Fix some minor bugs in "support/schema/gendummydata.py". Lukas Fleischer 2011-02-27 18:19:03 +01:00
  • 85c0db0ccd Set the character set when connecting to mysql Florian Pritz 2011-02-25 16:20:35 +01:00
  • 816a0cf8d7 Add "ENGINE = InnoDB" to "CREATE TABLE" statements in the SQL schema. Lukas Fleischer 2011-02-27 17:17:57 +01:00
  • 1e3fa38de5 Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL". Lukas Fleischer 2011-02-27 17:12:43 +01:00
  • 84c2491e63 Add note on upgrading from MyISAM to InnoDB to "UPGRADING". Lukas Fleischer 2011-02-27 16:29:16 +01:00
  • 40ccf77ca0 Define "PackageComments.DelUsersID" as "NULL". Lukas Fleischer 2011-02-27 16:16:40 +01:00
  • ac632980c3 Add missing foreign keys and constraints to the DB. Lukas Fleischer 2011-02-26 21:11:25 +01:00
  • e72f02872f Use a real sync algorithm in aurblup (fixes FS#23039). Lukas Fleischer 2011-02-26 20:41:04 +01:00
  • 2e1ce869ec Reject blacklisted packages on initial submission only. Lukas Fleischer 2011-02-25 11:17:42 +01:00
  • 09d8128f99 Protect users against ZIP bombs (fixes FS#22991). Lukas Fleischer 2011-02-22 19:46:51 +01:00
  • f961ffd9c7 Add a per-user session limit (fixes FS#12898). Lukas Fleischer 2011-02-22 10:42:57 +01:00
  • c39183c3ee Add ability to search for non-out-of-date packages (fixes FS#17896). Lukas Fleischer 2011-02-22 13:06:55 +01:00
  • 4b2b8afb8a Reject packages with subdirectories (fixes FS#22995). Lukas Fleischer 2011-02-21 19:19:53 +01:00
  • 743cffe7d1 Fix typo in "web/lib/pkgfuncs.inc". Wieland Hoffmann 2011-02-21 18:56:38 +01:00
  • 52dfa9ca7c Make persistent cookie timeout configurable via "config.inc" (FS#22994). Lukas Fleischer 2011-02-21 18:17:55 +01:00
  • 31b0b68b47 Automatically adopt when updating an orphan package (fixes FS#22992). Lukas Fleischer 2011-02-21 17:56:12 +01:00
  • bc207d25cd Use move_uploaded_file() instead of rename() in "pkgsubmit.php". Lukas Fleischer 2011-02-21 17:06:47 +01:00