summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove dub functionstableCarlo Landmeter2011-05-121-24/+0
|
* move views filter items inside collapsable fieldsetCarlo Landmeter2011-05-121-0/+22
|
* wrap the filters in package browser inside a fieldsetCarlo Landmeter2011-05-121-0/+24
|
* some small code cleanupsCarlo Landmeter2011-05-121-4/+4
|
* Merge branch 'stable' of ↵Carlo Landmeter2011-05-121-2/+2
|\ | | | | | | ssh://git.alpinelinux.org/gitroot/clandmeter/apk_browser
| * fix typo and add isset to varsCarlo Landmeter2011-05-101-2/+2
| |
* | link apk maintainer to drupal node ownerCarlo Landmeter2011-05-121-0/+35
|/
* added reverse depends block and make blocks collapsibleCarlo Landmeter2011-05-101-23/+76
|
* move origin information to drupal block apiCarlo Landmeter2011-05-091-33/+55
|
* Merge branch 'master' into stableCarlo Landmeter2011-05-061-74/+0
|\
| * remove delete all apk nodes (we can use bulkdelete module for this)Carlo Landmeter2011-05-061-74/+0
| |
* | Merge branch 'master' into stableCarlo Landmeter2011-05-063-323/+515
|\|
| * we do not need field_ui (but its very usefull)Carlo Landmeter2011-05-061-1/+0
| |
| * add origin table to apk templateCarlo Landmeter2011-05-061-9/+48
| |
| * update table view and add 2 block views to match cssCarlo Landmeter2011-05-061-313/+467
| |
* | set default build time to 0Carlo Landmeter2011-05-051-0/+2
|/
* 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
|
* depend on date moduleCarlo Landmeter2011-04-281-0/+1
|
* change build date field to date typeCarlo Landmeter2011-04-281-6/+7
|
* 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-263-10/+190
| | | | | 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
|
* do not depend on user references anymoreCarlo Landmeter2011-04-081-1/+0
|
* added new apk fields and generate path based on termsCarlo Landmeter2011-04-083-20/+43
|
* add filter options to apk tableCarlo Landmeter2011-04-031-43/+84
|
* 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-033-571/+571
| | | | netbeans git plugins likes to convert them to dos.
* added support for views and added fieldsCarlo Landmeter2011-03-044-211/+609
| | | | 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
* adjust field sizeCarlo Landmeter2011-03-011-3/+3
| | | | sqlite does not honor field size, MySQL does.
* initial commit with working importerCarlo Landmeter2011-03-019-0/+556
some basic apk browser function like importer and some settings still needs a lot of love