aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/feed-browser
AgeCommit message (Collapse)Author
2009-02-07angstrom feed browser: reindentKoen Kooi
2009-02-06angstrom feed browser: switch to a more AJAX way of searching, this makes it ↵Koen Kooi
appear faster and integrates better with narcissus
2008-12-08ffed-browser: reindented tablesMarcin Juszkiewicz
2008-12-08feed browser: sync configKoen Kooi
2008-11-25feed browser: mention License fieldKoen Kooi
* code doesn't use it yet
2008-11-11feedbrowser: remove bogus check so the db will get created and fix SQL to ↵Koen Kooi
get the feeds created
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-09-26feed browser: add screenshot support, update angstrom sample configKoen Kooi
2008-03-26fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of deviceGraeme Gregory
2008-01-03contrib/feed-browser/update.php: Allow to update individual feeds.Paul Sokolovsky
2008-01-03contrib/feed-browser: Capure current config.inc from Angstrom site.Paul Sokolovsky
2007-11-15feed-browser: start adding a machine -> arch mapKoen Kooi
2007-07-05feed-browser: mark selected architecture in list of archs, also show entered ↵Marcin Juszkiewicz
package name
2007-07-05feed-browser: in package details sort by version, then by archMarcin Juszkiewicz
2007-07-05feed-browser: search when arch is selected and no package name providedMarcin Juszkiewicz
2007-07-05feed-browser: list of architectures from database instead of static listMarcin Juszkiewicz
2007-07-05feed-browser: simplified URLs (no 'action' var anymore), simplified code a bitMarcin Juszkiewicz
2007-07-05feed-browser: use read_vars_from_get to handle HTTP GET paramsMarcin Juszkiewicz
2007-07-05feed-browser: updated copyrightsMarcin Juszkiewicz
2007-07-05feed-browser: updated copyrightsMarcin Juszkiewicz
2007-07-05feed-browser: exit if database cannot be found or createdMarcin Juszkiewicz
2007-07-05feed-browser: include architecture selectorMarcin Juszkiewicz
2006-09-02feed-browser: add search functionalityMarcin Juszkiewicz
2006-08-29feed-browser: feeds has a type now: normal/upgrades.Marcin Juszkiewicz
Type is used by updater to update only 'upgrades' feeds: "php update.php upgrades"
2006-08-29feed-browser: make all sections lowercase, really remove packages before updateMarcin Juszkiewicz
2006-08-25feed-browser: much better sectionlist (rewrite to be recursive anyone?)Marcin Juszkiewicz
2006-08-25feed-browser: forgotten structure changeMarcin Juszkiewicz
2006-08-25feed-browser: FIX: feed structure was changed - database NEED to be rebuiltMarcin Juszkiewicz
- package.p_feed is now int -> feeds.f_id
2006-08-25feed-browser: feeds adding improved, updater more silentMarcin Juszkiewicz
- includes/config.inc contain array with all feeds - check_database() adds feeds if they are not present - updater does not show feed URL
2006-08-25feed-browser: moved functions to include/functions.inc, updater check/create ↵Marcin Juszkiewicz
database now
2006-08-25feed-browser: also list number of packages per feed after updatingKoen Kooi
2006-08-25feed-browser/updater: removed warnings, simplified, reformattedMarcin Juszkiewicz
2006-08-25feed-browser: show links to all depends/provides/conflicts, show packages ↵Marcin Juszkiewicz
not only by Name: but also by Provides:
2006-08-25feed-browser: show feed name in download section, sort by feed/archMarcin Juszkiewicz
2006-08-25feed-browser: move section list to end of page source, fixed 2 column layout CSSMarcin Juszkiewicz
2006-08-24feed-browser: split maintainers to separate lines (works when ', ' is used ↵Marcin Juszkiewicz
as separator
2006-08-24feed-browser: no need to keep two copies of package listing generation codeMarcin Juszkiewicz
2006-08-24feed-browser: another set of functionality and look changesMarcin Juszkiewicz
- added sections tree on left side - need some work as we do not have 'e' or 'gnome' section so parts are wrong - letterchooser is always visible - removed menu as it is useless now - package details has versions sorted by PV - all pages should now validate as HTML 1.0 Strict - restructured code a bit - now HTML mainblock is in one place
2006-08-24feed-browser: more cleanupsMarcin Juszkiewicz
- package details switched to definition list - database check/creation moved to function - removed dead code
2006-08-24feed-browser/update.php: define database name onceMarcin Juszkiewicz
2006-08-24contrib/feed-browser/update.php: fix path to dbKoen Kooi
2006-08-24contrib/feed-browser/update.php: add GPL headerKoen Kooi
2006-08-24feed-browser: starting version of web browser for feeds (GPLv2 license)Marcin Juszkiewicz
- show packages list - show sections list - show package information - allow to download package