| 1 |
dleidert-guest |
32 |
2008-01-08 Daniel Leidert <daniel.leidert@wgdd.de>, 1.3.6: |
| 2 |
|
|
* Merged des branch into trunk. I think, this is stable enough. |
| 3 |
des-guest |
13 |
|
| 4 |
dleidert-guest |
32 |
2008-01-08 Daniel Leidert <daniel.leidert@wgdd.de>, 1.3.6: |
| 5 |
|
|
* parse-apt-files.inc (chb_file_link_from_directory): |
| 6 |
|
|
- Added missing "global $base_url;". Thanks to Janek Thomaschewski |
| 7 |
|
|
for the hint. |
| 8 |
|
|
|
| 9 |
|
|
2007-12-23 Daniel Leidert <daniel.leidert@wgdd.de>, 1.3.5: |
| 10 |
|
|
* parse-apt-files.inc: |
| 11 |
|
|
- Make $version a local variable. Seems the global thing doesn't |
| 12 |
|
|
work here and leads to wrongly assumed .build and .changes files. |
| 13 |
|
|
* LICENSE: |
| 14 |
|
|
- Fixed copyright. |
| 15 |
|
|
|
| 16 |
|
|
2007-03-01 Daniel Leidert <daniel.leidert@wgdd.de>, 1.3.4: |
| 17 |
|
|
* parse-apt-files.inc: |
| 18 |
|
|
- Added some more classes to allow more customization. |
| 19 |
|
|
|
| 20 |
|
|
2007-02-28 Daniel Leidert <daniel.leidert@wgdd.de>, 1.3.3: |
| 21 |
|
|
* parse-apt-files.inc: |
| 22 |
|
|
- Moved the .changes and .build detection into two functions: |
| 23 |
|
|
chb_file_link_from_directory() opens the given directory and reads |
| 24 |
|
|
all files with the given extension. To check, if the file belongs |
| 25 |
|
|
to a package, it calls chb_file_match(). This function creates a |
| 26 |
|
|
string from the given values and tests, if the filename begings |
| 27 |
|
|
with this string. This change was made, because the code to check |
| 28 |
|
|
for .changes and .build files was very simlar. |
| 29 |
|
|
This code change also reverts a change made to link-target |
| 30 |
|
|
creation, made by Damián Viano (read Alioth bug #304089 for more |
| 31 |
|
|
information). Because I also did not find out, for what $some_bin |
| 32 |
|
|
was used, this part was also removed and the code to determine the |
| 33 |
|
|
search path simplified. |
| 34 |
|
|
- I further "fixed" the indentation for function parse_section. |
| 35 |
|
|
- Added some more documentation. |
| 36 |
|
|
|
| 37 |
|
|
2007-02-28 Daniel Leidert <daniel.leidert@wgdd.de>, 1.3.2: |
| 38 |
|
|
* ChangeLog: Added missing entries for last change. |
| 39 |
|
|
* parse-apt-files.inc: |
| 40 |
|
|
- Fixed bugs in the .build files search/link creation code |
| 41 |
|
|
introduced in revision 21 (1.3.1). |
| 42 |
|
|
- Reorganized the steps we do without further code-changes. |
| 43 |
|
|
- Added some information to the header comment. |
| 44 |
|
|
|
| 45 |
|
|
2006-11-19 Daniel Leidert <daniel.leidert@wgdd.de>, 1.3.1: |
| 46 |
|
|
* parse-apt-files.inc: |
| 47 |
|
|
- Fixed Alioth bug #304143. I tried to read a non-existing field in |
| 48 |
|
|
Sources and it seems, this confused the script a bit. |
| 49 |
|
|
(http://alioth.debian.org/tracker/?func=detail&aid=304143&group_id=30953&atid=412507) |
| 50 |
|
|
|
| 51 |
|
|
2006-06-24 Damián Viano <debian@damianv.com.ar>, 1.3.0: |
| 52 |
|
|
* README: added info from parse-apt-files.inc, and mention to debarchiver |
| 53 |
|
|
specific usage |
| 54 |
|
|
* ChangeLog: added entries from parse-apt-files.inc, make it consistent |
| 55 |
|
|
* LICENSE: added MIT license, and Jarno Elonen, Daniel Leidert and Damián |
| 56 |
|
|
Viano copyright notice |
| 57 |
des-guest |
13 |
* parse-apt-files.inc: |
| 58 |
dleidert-guest |
32 |
- bring file up to date, |
| 59 |
|
|
- removed all that (now) redundant info |
| 60 |
|
|
* examples/: |
| 61 |
|
|
- added example packages.cgi |
| 62 |
|
|
- added example packages.css |
| 63 |
|
|
|
| 64 |
|
|
2006-04-27, Damián Viano <debian@damianv.com.ar>, 1.2.9: |
| 65 |
|
|
* parse-apt-files.inc: |
| 66 |
|
|
- added span, and class declarations for css, also removed hardcoded |
| 67 |
|
|
formating |
| 68 |
|
|
- improved html formating |
| 69 |
|
|
|
| 70 |
|
|
2006-04-26, Damián Viano <debian@damianv.com.ar.>, 1.2.8: |
| 71 |
|
|
* parse-apt-files.inc: |
| 72 |
|
|
- added support for a $base_url global to make links absolutes, useful |
| 73 |
|
|
when runned as cgi |
| 74 |
|
|
- smart striping absolute paths from changes and buildlog files based on |
| 75 |
|
|
$base_url |
| 76 |
|
|
- fix typo in parsing that messed descriptions with two spaces in the |
| 77 |
|
|
beggining of a description line |
| 78 |
|
|
|
| 79 |
|
|
2006-01-04, Daniel Leidert <daniel.leidert@wgdd.de>, 1.2.7: |
| 80 |
|
|
* parse-apt-files.inc: |
| 81 |
|
|
- when searching for .changes and .build files, the search failed, if |
| 82 |
|
|
version number contained x:up_ver-deb_ver (e.g. 3:3.0.5-1). We now |
| 83 |
|
|
remove a leading 'x:' from the version number and finally find our |
| 84 |
|
|
files. |
| 85 |
|
|
|
| 86 |
|
|
2005-09-21, Daniel Leidert <daniel.leidert@wgdd.de>, 1.2.6: |
| 87 |
|
|
* parse-apt-files.inc: |
| 88 |
|
|
- removed id from package description fields (reverts 1.2.5 changes) |
| 89 |
|
|
|
| 90 |
|
|
2005-06-27, Daniel Leidert <daniel.leidert@wgdd.de>, 1.2.5: |
| 91 |
|
|
* parse-apt-files.inc: |
| 92 |
|
|
- add id to package description fields <b id= "MD5SUM_PACKAGE_VERSION"></b> |
| 93 |
|
|
|
| 94 |
|
|
2005-06-23, Daniel Leidert <daniel.leidert@wgdd.de>, 1.2.4: |
| 95 |
|
|
* parse-apt-files.inc: |
| 96 |
|
|
- output section after version if contrib or non-free |
| 97 |
|
|
- fix XHTML output (validated against http://schneegans.de/sv/) |
| 98 |
|
|
|
| 99 |
|
|
2005-06-18, Daniel Leidert <daniel.leidert@wgdd.de>, 1.2.3: |
| 100 |
|
|
* parse-apt-files.inc: |
| 101 |
|
|
- links to .build files can be included in overview (found similiar to |
| 102 |
|
|
.changes files) |
| 103 |
|
|
|
| 104 |
|
|
2005-06-08, Daniel Leidert <daniel.leidert@wgdd.de>, 1.2.2: |
| 105 |
|
|
* parse-apt-files.inc: |
| 106 |
|
|
- .changes files of binary-only uploads are now detected |
| 107 |
|
|
|
| 108 |
|
|
2005-04-20, Daniel Leidert <daniel.leidert@wgdd.de>, 1.2.1: |
| 109 |
|
|
* parse-apt-files.inc: |
| 110 |
|
|
- added support for multiple Sources.gz files in parse_and_list() |
| 111 |
|
|
- added support for shared directory containing.changes files |
| 112 |
|
|
- quick fix for html link regex |
| 113 |
|
|
|
| 114 |
|
|
2004-10-17 Jarno Elonen <elonen@debian.org>, 1.2.0: |
| 115 |
|
|
* parse-apt-files.inc: |
| 116 |
des-guest |
13 |
- search for .changes file and print a link if possible |
| 117 |
|
|
- support for non-compressed Packages and Sources files |
| 118 |
|
|
|
| 119 |
dleidert-guest |
32 |
2004-08-09 Jarno Elonen <elonen@debian.org>, 1.1.0: |
| 120 |
des-guest |
13 |
* parse-apt-files.inc: |
| 121 |
|
|
- added support for multiple architectures (thanks to Djoumé Salvetti) |
| 122 |
|
|
- added support for multiple versions of the same package |
| 123 |
|
|
- changed link_aware_htmlize() to accept all sorts of URLs, not just HTTP |
| 124 |
|
|
- simplified the code here and there |