]> git.deb.at Git - deb/packages.git/log
deb/packages.git
19 years agoPut $architecture loop in the inner, and ensure all kind of suite-specific
Jeroen van Wolffelaar [Thu, 23 Feb 2006 10:35:38 +0000 (10:35 +0000)]
Put $architecture loop in the inner, and ensure all kind of suite-specific
databases are really suite-specific, and not just have info of the last
processed $archive

19 years agoAdd stuff
Jeroen van Wolffelaar [Thu, 23 Feb 2006 10:30:29 +0000 (10:30 +0000)]
Add stuff

19 years agoClean-up behind Jeroen :)
Frank Lichtenheld [Thu, 23 Feb 2006 05:38:25 +0000 (05:38 +0000)]
Clean-up behind Jeroen :)
Also begin working on newpkg support
create_index_pages doesn't work again yet, but I really need some sleep
right now ;)

19 years agoAdd missing "if DEBUG"
Frank Lichtenheld [Thu, 23 Feb 2006 03:37:30 +0000 (03:37 +0000)]
Add missing "if DEBUG"

19 years agoReally adapt these to new archive/suite definitions
Frank Lichtenheld [Thu, 23 Feb 2006 03:37:15 +0000 (03:37 +0000)]
Really adapt these to new archive/suite definitions

19 years agoAdd forgotten DEBUG
Jeroen van Wolffelaar [Thu, 23 Feb 2006 03:18:28 +0000 (03:18 +0000)]
Add forgotten DEBUG

19 years agoAdd a link to the source at the top
Jeroen van Wolffelaar [Thu, 23 Feb 2006 02:57:11 +0000 (02:57 +0000)]
Add a link to the source at the top

19 years agoSimply some stuff due to (suite,arch) now being unique and $archive being
Jeroen van Wolffelaar [Thu, 23 Feb 2006 02:52:48 +0000 (02:52 +0000)]
Simply some stuff due to (suite,arch) now being unique and $archive being
'just' a field

19 years agoRetrieve backports & volatile to their own suite
Jeroen van Wolffelaar [Thu, 23 Feb 2006 02:31:33 +0000 (02:31 +0000)]
Retrieve backports & volatile to their own suite

19 years agoChange _small.db layout a bit, to include virtual packages consisely at the
Jeroen van Wolffelaar [Thu, 23 Feb 2006 02:28:15 +0000 (02:28 +0000)]
Change _small.db layout a bit, to include virtual packages consisely at the
top, and the newest of the concrete packages as the first item, significantly
simplifying read_entry_small

19 years agoFix an error I introduced in an earlier commit
Frank Lichtenheld [Thu, 23 Feb 2006 00:48:11 +0000 (00:48 +0000)]
Fix an error I introduced in an earlier commit

19 years agoTypo in format string
Frank Lichtenheld [Thu, 23 Feb 2006 00:19:51 +0000 (00:19 +0000)]
Typo in format string

19 years agoEliminate the last non-translatable strings
Frank Lichtenheld [Thu, 23 Feb 2006 00:17:58 +0000 (00:17 +0000)]
Eliminate the last non-translatable strings

19 years agoAdd a note about search_packages compatibility
Frank Lichtenheld [Thu, 23 Feb 2006 00:17:05 +0000 (00:17 +0000)]
Add a note about search_packages compatibility

19 years agoDisplay the index pages from within dispatcher.pl. That reduces the complexity
Frank Lichtenheld [Wed, 22 Feb 2006 22:20:20 +0000 (22:20 +0000)]
Display the index pages from within dispatcher.pl. That reduces the complexity
of the Apache setup

19 years agoRevert the commit that deleted some version-related methods since they
Frank Lichtenheld [Wed, 22 Feb 2006 22:18:37 +0000 (22:18 +0000)]
Revert the commit that deleted some version-related methods since they
are used by create_index_pages

19 years agoUups, forgot one use of $debug_allowed
Frank Lichtenheld [Wed, 22 Feb 2006 20:39:35 +0000 (20:39 +0000)]
Uups, forgot one use of $debug_allowed

19 years agoMove $debug_allowed to CGI as a real constant and modify all debug() calls
Frank Lichtenheld [Wed, 22 Feb 2006 20:20:37 +0000 (20:20 +0000)]
Move $debug_allowed to CGI as a real constant and modify all debug() calls
with a if DEBUG so that perl can possibly optimise them away completly

19 years agoAdd stuff
Jeroen van Wolffelaar [Wed, 22 Feb 2006 02:35:41 +0000 (02:35 +0000)]
Add stuff

19 years agoMove list of files to the end of the table, other entries relate more directly
Jeroen van Wolffelaar [Wed, 22 Feb 2006 02:30:04 +0000 (02:30 +0000)]
Move list of files to the end of the table, other entries relate more directly
to the package itself

19 years agoMove version info to arch table (only when there are actually multiple
Jeroen van Wolffelaar [Wed, 22 Feb 2006 02:27:38 +0000 (02:27 +0000)]
Move version info to arch table (only when there are actually multiple
versions), making looks at the top a bit more clearer

19 years agoShow full pathnames in filelist view
Jeroen van Wolffelaar [Wed, 22 Feb 2006 01:54:52 +0000 (01:54 +0000)]
Show full pathnames in filelist view

19 years agoShow full path (with initial slash)
Jeroen van Wolffelaar [Wed, 22 Feb 2006 01:51:53 +0000 (01:51 +0000)]
Show full path (with initial slash)

19 years agoUse _g instead of gettext, the former works, the latter doesn't
Jeroen van Wolffelaar [Wed, 22 Feb 2006 01:51:14 +0000 (01:51 +0000)]
Use _g instead of gettext, the former works, the latter doesn't

19 years agoInform user about using aptitude/synaptic instead of this website is also
Jeroen van Wolffelaar [Wed, 22 Feb 2006 01:44:30 +0000 (01:44 +0000)]
Inform user about using aptitude/synaptic instead of this website is also
possible

19 years agoReplace _() with _g() everywhere. Oddly enough, it works under mod_perl,
Frank Lichtenheld [Wed, 22 Feb 2006 01:41:28 +0000 (01:41 +0000)]
Replace _() with _g() everywhere. Oddly enough, it works under mod_perl,
but not anywhere else

19 years agoRemove a line that only made sense in the context where I copied the
Frank Lichtenheld [Wed, 22 Feb 2006 01:31:57 +0000 (01:31 +0000)]
Remove a line that only made sense in the context where I copied the
code from

19 years agoMisc documentation updates
Frank Lichtenheld [Wed, 22 Feb 2006 01:28:26 +0000 (01:28 +0000)]
Misc documentation updates

19 years agoAdd basic l10n support.
Frank Lichtenheld [Wed, 22 Feb 2006 01:20:31 +0000 (01:20 +0000)]
Add basic l10n support.
Still has some rough edges, especially the fact that MultiViews and my
Rewrite rules don't play together at all.

19 years agoUse fgrep also for description search
Jeroen van Wolffelaar [Wed, 22 Feb 2006 00:49:57 +0000 (00:49 +0000)]
Use fgrep also for description search

19 years agoMake a list of pieces that still need to be merged from old code
Frank Lichtenheld [Wed, 22 Feb 2006 00:41:36 +0000 (00:41 +0000)]
Make a list of pieces that still need to be merged from old code

19 years agoActually update index pages in cronjob
Frank Lichtenheld [Wed, 22 Feb 2006 00:38:43 +0000 (00:38 +0000)]
Actually update index pages in cronjob

19 years agoRevert r143 for DoShow.pm, I accidently *reduced* imports, breaking it
Jeroen van Wolffelaar [Wed, 22 Feb 2006 00:35:44 +0000 (00:35 +0000)]
Revert r143 for DoShow.pm, I accidently *reduced* imports, breaking it

19 years agoImport marker from Packages::HTML where used
Jeroen van Wolffelaar [Wed, 22 Feb 2006 00:20:13 +0000 (00:20 +0000)]
Import marker from Packages::HTML where used

19 years agoUse the correct URL parameter separator (&)
Jeroen van Wolffelaar [Tue, 21 Feb 2006 14:26:24 +0000 (14:26 +0000)]
Use the correct URL parameter separator (&)

19 years agoremove $SEARCH_CGI since it is always identical with $SEARCH_URL
Frank Lichtenheld [Tue, 21 Feb 2006 13:53:57 +0000 (13:53 +0000)]
remove $SEARCH_CGI since it is always identical with $SEARCH_URL
nowadays.
Fix some generated URLS

19 years agoFix a few warnings, be more strict in what we accept
Jeroen van Wolffelaar [Tue, 21 Feb 2006 13:27:22 +0000 (13:27 +0000)]
Fix a few warnings, be more strict in what we accept

19 years agoBig CSS cleanup, move all style definitions to CSS files.
Frank Lichtenheld [Tue, 21 Feb 2006 13:19:24 +0000 (13:19 +0000)]
Big CSS cleanup, move all style definitions to CSS files.
Split CSS files in debian.css and packages.css.

19 years agoCleanup old stuff
Frank Lichtenheld [Tue, 21 Feb 2006 13:18:25 +0000 (13:18 +0000)]
Cleanup old stuff

19 years agoUse exact wallclocktime when available (it's in the 'perl' package)
Jeroen van Wolffelaar [Tue, 21 Feb 2006 13:07:45 +0000 (13:07 +0000)]
Use exact wallclocktime when available (it's in the 'perl' package)

19 years agoMake result display of DoSearchContents actually usable
Frank Lichtenheld [Tue, 21 Feb 2006 03:26:10 +0000 (03:26 +0000)]
Make result display of DoSearchContents actually usable

19 years agoNote problem with kfreebsd-i386 contents files
Frank Lichtenheld [Tue, 21 Feb 2006 03:25:25 +0000 (03:25 +0000)]
Note problem with kfreebsd-i386 contents files

19 years agoHmm, architecture names can contain '-'
Frank Lichtenheld [Tue, 21 Feb 2006 01:15:50 +0000 (01:15 +0000)]
Hmm, architecture names can contain '-'

19 years agoActually search on filenames
Jeroen van Wolffelaar [Mon, 20 Feb 2006 15:35:04 +0000 (15:35 +0000)]
Actually search on filenames

19 years agoprint_deps: If a virtual package is only provided by a few packages,
Frank Lichtenheld [Mon, 20 Feb 2006 15:31:00 +0000 (15:31 +0000)]
print_deps: If a virtual package is only provided by a few packages,
show a list of these directly

19 years agochange read_entry_simple again to use
Frank Lichtenheld [Mon, 20 Feb 2006 15:29:42 +0000 (15:29 +0000)]
change read_entry_simple again to use
real package > virtual package > fuzzy real package > fuzzy virtual package
(Better would probably be to return real and virtual packages seperatly to give
the caller more choice over what preferences he wants)

19 years agoFix contents search my moving it to lib, like the rest. Still a bit rough.
Jeroen van Wolffelaar [Mon, 20 Feb 2006 15:26:24 +0000 (15:26 +0000)]
Fix contents search my moving it to lib, like the rest. Still a bit rough.

19 years agoin read_entry_simple, prefer real packages over virtual ones
Frank Lichtenheld [Mon, 20 Feb 2006 15:21:39 +0000 (15:21 +0000)]
in read_entry_simple, prefer real packages over virtual ones

19 years agoFix handling of parameters when more than one replace pattern has
Frank Lichtenheld [Mon, 20 Feb 2006 15:05:34 +0000 (15:05 +0000)]
Fix handling of parameters when more than one replace pattern has
been given

19 years agoDefault to sourcenames search when displaying source packages
Frank Lichtenheld [Mon, 20 Feb 2006 14:53:37 +0000 (14:53 +0000)]
Default to sourcenames search when displaying source packages

19 years agoFix usage of wrong hash introduced by last commits
Frank Lichtenheld [Mon, 20 Feb 2006 14:52:16 +0000 (14:52 +0000)]
Fix usage of wrong hash introduced by last commits

19 years agoMerge print_deps and print_src_deps and move the differences of print_src_deps
Frank Lichtenheld [Mon, 20 Feb 2006 14:43:53 +0000 (14:43 +0000)]
Merge print_deps and print_src_deps and move the differences of print_src_deps
to SrcPage->get_dep_field.

19 years agoAdd an additional debug output to track $too_many_hits better
Frank Lichtenheld [Mon, 20 Feb 2006 14:42:33 +0000 (14:42 +0000)]
Add an additional debug output to track $too_many_hits better

19 years agoadd stuff
Jeroen van Wolffelaar [Mon, 20 Feb 2006 14:38:53 +0000 (14:38 +0000)]
add stuff

19 years agoFix copy&waste error in label
Jeroen van Wolffelaar [Mon, 20 Feb 2006 14:35:51 +0000 (14:35 +0000)]
Fix copy&waste error in label

19 years agoAlways set $opts{searchon_form}
Frank Lichtenheld [Mon, 20 Feb 2006 14:35:40 +0000 (14:35 +0000)]
Always set $opts{searchon_form}

19 years agoUnbuffered output, for tail -f'ing cron.log
Jeroen van Wolffelaar [Mon, 20 Feb 2006 14:32:16 +0000 (14:32 +0000)]
Unbuffered output, for tail -f'ing cron.log

19 years agoAdd stuff
Jeroen van Wolffelaar [Mon, 20 Feb 2006 14:28:33 +0000 (14:28 +0000)]
Add stuff

19 years ago- Fix typo in quicksearch box
Jeroen van Wolffelaar [Mon, 20 Feb 2006 14:24:46 +0000 (14:24 +0000)]
- Fix typo in quicksearch box
- add option for contents search
- drop "only" from "Package names only", because that makes less sense now
- parse 'default' correctly

19 years agoI renamed the config dir a while ago, fix that (now that we have something
Frank Lichtenheld [Mon, 20 Feb 2006 13:33:16 +0000 (13:33 +0000)]
I renamed the config dir a while ago, fix that (now that we have something
using this variable with the changelogs stuff)

19 years agoAdd a missing brace
Frank Lichtenheld [Mon, 20 Feb 2006 02:57:15 +0000 (02:57 +0000)]
Add a missing brace

19 years agoAdd a simple script that call parse-packages, parse-source and parse-contents
Frank Lichtenheld [Mon, 20 Feb 2006 02:35:41 +0000 (02:35 +0000)]
Add a simple script that call parse-packages, parse-source and parse-contents

19 years agoAlso skip experimental when using a local mirror
Frank Lichtenheld [Mon, 20 Feb 2006 02:34:51 +0000 (02:34 +0000)]
Also skip experimental when using a local mirror

19 years agoThere is no installer in experimental
Frank Lichtenheld [Mon, 20 Feb 2006 02:27:40 +0000 (02:27 +0000)]
There is no installer in experimental

19 years agoof course we should only delete the lockfile after we finished but
Frank Lichtenheld [Mon, 20 Feb 2006 02:27:18 +0000 (02:27 +0000)]
of course we should only delete the lockfile after we finished but
not if we canceled the job because we couldn't get the lock...

19 years agoImport the old changelog extraction stuff
Frank Lichtenheld [Mon, 20 Feb 2006 01:54:09 +0000 (01:54 +0000)]
Import the old changelog extraction stuff

19 years agoRemove stupid debugging aid I forgot in the code
Frank Lichtenheld [Thu, 16 Feb 2006 03:23:57 +0000 (03:23 +0000)]
Remove stupid debugging aid I forgot in the code

19 years agoOnly have one CGI-Script and move most of the code from the
Frank Lichtenheld [Wed, 15 Feb 2006 00:31:11 +0000 (00:31 +0000)]
Only have one CGI-Script and move most of the code from the
old ones to modules

19 years agoCreate DBDIR if it doesn't exist
Frank Lichtenheld [Tue, 14 Feb 2006 22:09:22 +0000 (22:09 +0000)]
Create DBDIR if it doesn't exist

19 years agoDrop obsolete fixme
Jeroen van Wolffelaar [Tue, 14 Feb 2006 02:54:54 +0000 (02:54 +0000)]
Drop obsolete fixme

19 years agoUpdate copyright notice -- in this file, no code not my own
Jeroen van Wolffelaar [Tue, 14 Feb 2006 02:54:21 +0000 (02:54 +0000)]
Update copyright notice -- in this file, no code not my own

19 years agoHandle security and non-US correctly
Frank Lichtenheld [Tue, 14 Feb 2006 02:45:43 +0000 (02:45 +0000)]
Handle security and non-US correctly

19 years agoDon't redo expensive cross-suite merging merging when not needed
Jeroen van Wolffelaar [Tue, 14 Feb 2006 02:13:48 +0000 (02:13 +0000)]
Don't redo expensive cross-suite merging merging when not needed

19 years agoDocument contents backend stuff loosely, still subject to change
Jeroen van Wolffelaar [Tue, 14 Feb 2006 02:07:32 +0000 (02:07 +0000)]
Document contents backend stuff loosely, still subject to change
(filenames_$suite.txt is inadequate)

19 years agoAdd my comments
Jeroen van Wolffelaar [Tue, 14 Feb 2006 02:02:40 +0000 (02:02 +0000)]
Add my comments

19 years agoImplement exact filename searches properly, implement random-substring
Jeroen van Wolffelaar [Tue, 14 Feb 2006 01:37:27 +0000 (01:37 +0000)]
Implement exact filename searches properly, implement random-substring
filename searches (but takes 4s worstcase on merkel...)

19 years agoMake it more obvious what are static strings and what are parameters
Frank Lichtenheld [Tue, 14 Feb 2006 01:28:00 +0000 (01:28 +0000)]
Make it more obvious what are static strings and what are parameters

19 years agoTry to give an overview over the different uses of packages.d.o
Frank Lichtenheld [Tue, 14 Feb 2006 01:12:44 +0000 (01:12 +0000)]
Try to give an overview over the different uses of packages.d.o
and the parameters that need to be given for each one

19 years agoImplement exact filename searching
Jeroen van Wolffelaar [Tue, 14 Feb 2006 00:33:15 +0000 (00:33 +0000)]
Implement exact filename searching

19 years agoImplement search_contents bluntly
Jeroen van Wolffelaar [Tue, 14 Feb 2006 00:27:02 +0000 (00:27 +0000)]
Implement search_contents bluntly

19 years agoAdd working download.pl
Frank Lichtenheld [Mon, 13 Feb 2006 23:44:35 +0000 (23:44 +0000)]
Add working download.pl

19 years agoClarify where virtual stuff goes wrong
Jeroen van Wolffelaar [Mon, 13 Feb 2006 23:42:24 +0000 (23:42 +0000)]
Clarify where virtual stuff goes wrong

19 years agoFix path to contents db
Jeroen van Wolffelaar [Mon, 13 Feb 2006 23:18:31 +0000 (23:18 +0000)]
Fix path to contents db

19 years ago- Significant performance and memory demand improvements
Jeroen van Wolffelaar [Mon, 13 Feb 2006 23:15:24 +0000 (23:15 +0000)]
- Significant performance and memory demand improvements
- cache filename list appropriately
- create reverse db per suite, not per (suite,arch)
- stash DB's in subdir of $DBDIR, to not clutter the toplevel dbdir up too
  much

19 years agoAdd documentation about used backend files
Jeroen van Wolffelaar [Mon, 13 Feb 2006 20:49:57 +0000 (20:49 +0000)]
Add documentation about used backend files

19 years agoDisable multi-page results while that is inefficient and we don't show more
Jeroen van Wolffelaar [Fri, 10 Feb 2006 22:18:31 +0000 (22:18 +0000)]
Disable multi-page results while that is inefficient and we don't show more
than 100 results ever anyway

19 years agoFix a link w.r.t. $ROOT
Jeroen van Wolffelaar [Fri, 10 Feb 2006 22:17:27 +0000 (22:17 +0000)]
Fix a link w.r.t. $ROOT

19 years agoFix full description search: operator precedence causing zero hits, match
Jeroen van Wolffelaar [Fri, 10 Feb 2006 22:17:05 +0000 (22:17 +0000)]
Fix full description search: operator precedence causing zero hits, match
arch=all always instead of never, and stop after 100 results and set
too_many_results accordingly

19 years agoFix typo, add entry for contents search
Jeroen van Wolffelaar [Fri, 10 Feb 2006 21:52:05 +0000 (21:52 +0000)]
Fix typo, add entry for contents search

19 years agoAdd note about wrong assumption that a package is either virtual or concrete
Jeroen van Wolffelaar [Fri, 10 Feb 2006 21:49:47 +0000 (21:49 +0000)]
Add note about wrong assumption that a package is either virtual or concrete

19 years agoOptimize and improve full description search by stripping away insignificant
Jeroen van Wolffelaar [Fri, 10 Feb 2006 12:49:58 +0000 (12:49 +0000)]
Optimize and improve full description search by stripping away insignificant
characters, and use 'index' instead of 'regex'. Dropped possibility to do
caseful searches.

19 years agoPrint out headers
Frank Lichtenheld [Fri, 10 Feb 2006 05:05:50 +0000 (05:05 +0000)]
Print out headers

19 years ago* complete virtual package support
Frank Lichtenheld [Fri, 10 Feb 2006 02:13:18 +0000 (02:13 +0000)]
* complete virtual package support
* hardcode encoding of script output to be declared as utf-8 for now, better
  than the CGI.pm default of ISO-8859-1

19 years agoBegin implementing virtual package support.
Frank Lichtenheld [Thu, 9 Feb 2006 17:48:17 +0000 (17:48 +0000)]
Begin implementing virtual package support.
search_package is already working, show_package needs more work

19 years agoFix regex for contents lines: stray tabs got included
Jeroen van Wolffelaar [Wed, 8 Feb 2006 20:26:18 +0000 (20:26 +0000)]
Fix regex for contents lines: stray tabs got included

19 years agoShow filelist from suite/arch specific db
Jeroen van Wolffelaar [Wed, 8 Feb 2006 20:17:43 +0000 (20:17 +0000)]
Show filelist from suite/arch specific db

19 years agoGenerate contents indices for all suites and archs
Jeroen van Wolffelaar [Wed, 8 Feb 2006 20:06:00 +0000 (20:06 +0000)]
Generate contents indices for all suites and archs

19 years agoBasic show_filelist -- works, but ignores arch & suite, takes always the same
Jeroen van Wolffelaar [Wed, 8 Feb 2006 14:31:21 +0000 (14:31 +0000)]
Basic show_filelist -- works, but ignores arch & suite, takes always the same
db

19 years agoWrite out filelists to packages_contents.db in locate-like packed format
Jeroen van Wolffelaar [Wed, 8 Feb 2006 13:32:35 +0000 (13:32 +0000)]
Write out filelists to packages_contents.db in locate-like packed format

19 years agoFirst version of parse-contents, for proto-implementing postfix searches
Jeroen van Wolffelaar [Tue, 7 Feb 2006 16:21:51 +0000 (16:21 +0000)]
First version of parse-contents, for proto-implementing postfix searches