Difference between revisions of "Changelog"

From AminetWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
* <b>2006-03-27</b>
 
* <b>2006-03-27</b>
 +
 +
* (BUGFIX) (WEB) search.php and package.php should now show link to main site if the package is newer than 48 hours. This to ensure that the link works (mirroring takes time)
  
 
* (BUGFIX) (ADMIN) We're no longer accepting files without a suffix. In addition to the confusion that such a package might create for end users (and their browsers), it creates all sorts of problems for our scripts. All existing packages without suffix have been renamed or packed.
 
* (BUGFIX) (ADMIN) We're no longer accepting files without a suffix. In addition to the confusion that such a package might create for end users (and their browsers), it creates all sorts of problems for our scripts. All existing packages without suffix have been renamed or packed.

Revision as of 04:33, 27 March 2006

  • 2006-03-27
  • (BUGFIX) (WEB) search.php and package.php should now show link to main site if the package is newer than 48 hours. This to ensure that the link works (mirroring takes time)
  • (BUGFIX) (ADMIN) We're no longer accepting files without a suffix. In addition to the confusion that such a package might create for end users (and their browsers), it creates all sorts of problems for our scripts. All existing packages without suffix have been renamed or packed.
  • 2006-03-23
  • (FEATURE) (FILES) All Fish disks online again. (gutjahr)
  • 2006-03-14
  • (FEATURE) (MIRRORS) UK mirror back online: uk.aminet.net (ftp.plig.org)
  • 2006-02-21
  • (FEATURE) (MIRRORS) Italian mirror back online: it.aminet.net (ftp.unina.it)
  • 2005-12-30
  • (BUGFIX) (ADMIN) Moved to an older version of LhA, as the one installed did not handle -lh6- properly
  • (BUGFIX) (ADMIN) Invoking admin.php with a non-existing entry will no longer create create a new database entry.
  • (FEATURE) (ADMIN) admin.php now also accepts foo.readme as a parameter if one wants to update foo.lha
  • 2005-11-07
  • (BUGFIX) (WEB) Searching with date should now act like this: newer (>= date), older (< date)
  • (BUGFIX) (WEB) Should not show duplicate packages when filtering is on
  • (BUGFIX) (ADMIN) Convert CRLF to LF before parsing stuff into DB to avoid stray CR chars.
  • (BUGFIX) (ADMIN) Pending uploads are not longer overwritten by new uploads with the same name
  • (BUGFIX) (WEB) pre-formatted listings should now work properly
  • (BUGFIX) (WEB) All archs are shown in the Showing: field when saving setup with no filtering"
  • (FEATURE) (WEB) Re-worked the architecture filtering selection to work around bugs in some browsers and generally improve its usability
  • (BUGFIX) (ADMIN) Replacing packages shouldn't not make new readme entries, "forgetting" the old ones anymore
  • (FEATURE) (WEB) Added architecture description on setup page
  • (BUGFIX) (WEB) Pacakge.php should now highlight all URLs, including the ones alone on a single line (Lorence Lombardo)
  • (FEATURE) (ADMIN) Fixes readme headers and writes back to readme on insertion/update.
  • (FEATURE) (ADMIN) Fixes readme headers and writes back to readme on insertion/update.
  • (FEATURE) (WEB) Packages from the last two days always get link to local repository
  • (FEATURE) (FILES) (ADMIN) (WEB) Author and Uploader field are now obfuscated, but remaining in human-readbale fashion for user convinience. Please always add an e-mail in Uploader: field so that we can contact you about errors or similar.
  • (FEATURE) (WEB) Magic word wrapper for package.php wraps to 80 cols and fixes har-wrapping by 80 files from for instance os4depot.net
  • (FEATURE) (MIRRORS) Official de4.aminet.net added and working, thanks to Costel Mincea
  • 2005-11-04
  • (BUGFIX) (FILES) Added all missing reviews from comp.sys.amiga.reviews to docs/rview. We're now a complete mirror of said usenet group again. (gutjahr)
  • 2005-11-03
  • (BUGFIX) (FILES) Renamed lots of old packages, recreated missing readmes: Many packages accidentally deleted other package's readmes (foo.lha vs. foo.lzh) or were uploaded with wrong readme names (foo.lha.readme). (mendoza, gutjahr)
  • 2005-10-23
  • (BUGFIX) (WEB) Added workaround for broken Ibrowse2.3 cookie handling. Setting a cookie to ".aminet.net" led to Ibrowse not sending the cookie to aminet.net. Now we set two cookies one for domain ".aminet.net" and one for domain "aminet.net"
  • 2005-10-19
  • (BUGFIX) (ADMIN) Fixed the moderation script so it shows arch: and short:, it also asks for a reason for refusing a package for backtracking.
  • (BUGFIX) (WEB) Package vieweing should now should package listing even if the readme body is empty. In addition the title path/to/package.lha is now without spaces for convinience when copy-pasting.
  • 2005-10-17
  • (FEATURE) (WEB) Added path and architecture stats. (mendoza)
  • (FEATURE) (MAIL) Added aminet-weekly list (mendoza)
  • (BUGFIX) (MAIL) Rewrote the output generation of aminet-daily and aminet-weekly (mendoza)
  • (FEATURE) (MISC) Woke up ADTFind server from the dead by reimplenting a server using a reverse-engineered protocol. (mendoza)
  • (BUGFIX) (FILES) Fixed misc/unix/adt.c so it uses current main mirror. It should also manage to log on when FTP server doesn't need password (like main mirror). (mendoza)
  • 2005-10-10
  • (BUGFIX) (WEB) (ADMIN) tar.gz,tar.bz2,tar.Z and similar "double" extensions should now have proper readme linked to in the listings and read from proper readme file in the insertion to db. FYI: foo.tar.gz -> foo.readme. The allowed extensions are read from info/adt/suffixes (mendoza)
  • (BUGFIX) (FILES) All archives older than 20050101 containing ppc or x86 binaries have a proper architecture field now. They used to be classified as m68k-amigaos only. (gutjahr)
  • (FEATURE) (WEB) Added more upload stats, yearly, monthly, daily and weekly. Also fixed so that empty days/weeks/months are showing. (mendoza)
  • (FEATURE) (WEB) There's now a button in the RSS feed chooser allowing you to just view the RSS URL generated by the customize form. (mendoza)
  • 2005-10-09
  • (FEATURE) (FTP) Moved README_BEFORE_UPLOAD to the root dir. (mendoza)
  • (FEATURE) (WEB) Web upload now saves to /new dir rather than /new/priv/check due to permission issues. This means that it will be picked up by the daily10.sh script (mendoza)
  • (FEATURE) (DB) Changed package.pkg_version to VARCHAR(32) instead of VARCHAR(16). Versions XX.YY (DD.MM.YYYY) should fit now. All files have been re-parsed. (mendoza)
  • 2005-10-06
  • (BUGFIX) (FILES) Changed quite a few source packages that had Architecture tag set to specific architectures so that they have "all". Only packages with binaries with specific architectures should have them set. (mendoza)
  • (FEATURE) (RSS) Altered the title so it says package.lha (path/to) instead of path/to/package.lha (mendoza)
  • 2005-10-04
  • (FEATURE) (WEB) Added upload stats (mendoza)
  • (BUGFIX) (FTP) Shouldn't be possible to read the priv subdir of the /new dir (mendoza)
  • (FEATURE) (MAIL) Mail notifications. Users should be able to sign up somewhere to get a daily email notification with a list of the archives uploaded today, complete with the MOTD and whatnot in pure Aminet retro style. (mendoza)
  • (FEATURE) (WEB) Even/odd coloring of listings to increase readability (mendoza)
  • (FEATURE) (WEB) Rearranged menus to keep them at a minimum, moved RSS, Mailing list and stats to Services menu entry. In addition the RSS and Paypal icons were removed. Support was renamed to Donate. (mendoza)
  • (FEATURE) (WEB) Provide customizable RSS-feeds (requested by tokai) (mendoza)
  • (FEATURE) (WEB) Sitewide architecture filtering, check the Setup page. (mendoza)
  • (BUGFIX) (WEB) Fix package.php so that it doesn't show non-existing packages. (mendoza)
  • earlier
  • (FEATURE) (WEB) Add HTTP uploading - Thanks to Björn Hagström for code snippets. (mendoza)
  • (FEATURE) (ADMIN) Add single archive deletion and adding thru admin.php command path/file (mendoza)
  • (FEATURE) (ADMIN) Added possibility of overwriting existing files when moderating. (mendoza)
  • (FEATURE) (ADMIN) Moves deleted files into a folder instead of deleting them entirely new/priv/refused (mendoza)
  • (FEATURE) (ADMIN) You can now flame people at any time during moderation, this is good if you need to advice the uploader while fixing his error (mendoza)
  • (BUGFIX) (MIRROR) if you try to add a .readme file it updates the file belonging to the readme and its meta-data (mendoza)
  • (FEATURE) (ADMIN) Proper mail aliases should be set up. aminet@aminet.net is our public address. moderator@aminet.net is internal for moderators and mirror@aminet.net is for mirror maintainers and mirror issues. Web server is running at polarboing.com using Exim4, sa-exim, Spamassassin and Mailman. (mendoza)
  • (BUGFIX) (ADMIN) Fixed error with spaces in filenames in admin.pl (mendoza)
  • (BUGFIX) (ADMIN) Added fuser check in every10.sh which should hopefully avoid moving files that are being uploaded. *But is it working properly?* YES! Now it is, by moving the file out of the way instead. (mendoza)
  • (BUGFIX) (WEB) File isn't readable/writable by aminet group when uploaded thru web interface. (mendoza)
  • (BUGFIX) (WEB) We need the webserver user to be in the www group or make all files writeable by the world. The later is easier as I can do it myself. Reason is so that one can update .readme files etc via web interface. (mendoza)
  • (BUGFIX) (DB) Adding MEDIUMTEXT field to listing.listing_content as TEXT was too small for game/role/wesnoth.lha (mendoza)
  • (BUGFIX) (ADMIN) Fixed filename length checking (mendoza)
  • (FEATURE) (WEB) Show version on listings (mendoza)