summaryrefslogtreecommitdiffstats
path: root/apk_browser.module
Commit message (Collapse)AuthorAgeFilesLines
* add enable/disable switch for cron import and add repo check to import/cleanupCarlo Landmeter2011-04-281-56/+69
|
* date field does not have safe_value, using value insteadCarlo Landmeter2011-04-281-1/+1
|
* move vars inside ifCarlo Landmeter2011-04-271-9/+9
|
* move package table logic to module instead of themeCarlo Landmeter2011-04-271-6/+77
|
* some small fixes for commit urlCarlo Landmeter2011-04-261-10/+8
|
* multiple changesCarlo Landmeter2011-04-261-6/+150
| | | | | add function: remove all apk nodes add function: format commit url, add commit title from aggregator if possible and use a tooltip modified/add apk fields to reflect new apk_tools
* do not spam watchdog and add repo id to watchdog entriesCarlo Landmeter2011-04-191-2/+3
|
* run only one db query when importingCarlo Landmeter2011-04-181-69/+38
|
* do not import double apk packagesCarlo Landmeter2011-04-161-3/+20
| | | only import packages one time and with higher version number.
* display cleanup start in drupal logCarlo Landmeter2011-04-151-0/+1
|
* added cleanup function for removed pkgs and set proper languages for nodesCarlo Landmeter2011-04-151-18/+63
|
* enable automatic import via cronCarlo Landmeter2011-04-141-1/+1
|
* dont forget concatenationCarlo Landmeter2011-04-111-1/+1
|
* use correct tid in importer and use different timestamps for differnt reposCarlo Landmeter2011-04-111-6/+5
|
* importer path was missing slash.Carlo Landmeter2011-04-091-1/+1
|
* added new apk fields and generate path based on termsCarlo Landmeter2011-04-081-8/+25
|
* reset depends on import, move manual import to settings, add auto cronCarlo Landmeter2011-04-031-10/+15
|
* convert files to unix file format.Carlo Landmeter2011-04-031-374/+374
| | | | netbeans git plugins likes to convert them to dos.
* added support for views and added fieldsCarlo Landmeter2011-03-041-0/+4
| | | | views default include file maintainer and contributor fields
* small repo editor bugCarlo Landmeter2011-03-031-4/+4
|
* small fixed to repo editorCarlo Landmeter2011-03-031-6/+16
| | | | added check for unknown repo id's fixed default_value (isset needs key to be set)
* cannot edit repo ID 0Carlo Landmeter2011-03-031-3/+3
| | | PHP see 0 as empty
* add options to delete and edit repositoriesCarlo Landmeter2011-03-031-30/+61
|
* Fix update to revision importCarlo Landmeter2011-03-021-327/+330
| | | when apk exist we need to load it first and set revision to 1
* initial commit with working importerCarlo Landmeter2011-03-011-0/+327
some basic apk browser function like importer and some settings still needs a lot of love