summaryrefslogtreecommitdiffstats
path: root/smarty/templates/rpmphp
Commit message (Collapse)AuthorAgeFilesLines
* Some adaptations required for Smarty3Johan Cwiklinski2012-09-295-11/+11
|
* only ask pkgdb for active fedora and epel branchRemi Collet2012-08-201-2/+2
|
* display only ajax/pkgdb for active repoRemi Collet2011-01-231-2/+2
|
* improved filter menu (thanks trashy)Remi Collet2010-11-071-6/+8
|
* add 'Channel' filter on listRemi Collet2010-11-071-1/+6
|
* use TableRpm in rpm.phpRemi Collet2010-11-011-1/+1
|
* create TableUpstream class and use it everywhereRemi Collet2010-10-311-1/+1
|
* Add 'need work' filter, fixed #88Remi Collet2010-09-191-0/+1
|
* rename link from ViewVC to GitWebRemi Collet2010-08-011-1/+1
|
* Add link to src.rpm, fixes #64Remi Collet2010-08-011-2/+2
|
* fix issue with using name containing special char.Remi Collet2010-07-111-1/+1
|
* add PkdDb link on zoom page, solves #58Remi Collet2010-07-111-1/+1
|
* Add autocompletion on master search ; closes #49Johan "Papa" Cwiklinski2010-06-051-0/+1
|
* Type was not passed wheile selecting an ownerJohan "Papa" Cwiklinski2010-05-301-1/+1
|
* mergeRemi Collet2010-05-305-0/+271
|\
| * Use of smarty to render all page ; apply coding standards, add license ; ↵Johan "Papa" Cwiklinski2010-05-301-0/+104
| | | | | | | | refs #46,48,47
| * Add link on package ownerJohan "Papa" Cwiklinski2010-05-301-1/+1
| |
| * Add license ; refs #46Johan "Papa" Cwiklinski2010-05-304-0/+81
| |
| * Use of smarty to render rpm page ; apply coding standards, add license ; ↵Johan "Papa" Cwiklinski2010-05-301-0/+86
| | | | | | | | refs #46,48,47
* | Add Bugzilla link, fixes #44Remi Collet2010-05-301-1/+3
| |
* | Set version for rpmphp, display version and license on index pageRemi Collet2010-05-301-1/+3
|/
* Use of Smarty for index page ; apply coding standards, add license ; refs ↵Johan "Papa" Cwiklinski2010-05-291-0/+40
| | | | #46,48,47
* Add classes for odd/even rows ; refs #47Johan "Papa" Cwiklinski2010-05-291-2/+2
|
* A flag to know if we're from a page that require a name ; refs #47Johan "Papa" Cwiklinski2010-05-291-1/+1
|
* Missed file in previous commit... ; refs #47Johan "Papa" Cwiklinski2010-05-291-0/+2
|
* Show errors from template ; refs #47Johan "Papa" Cwiklinski2010-05-291-0/+9
|
* Use of smarty to render zoom page. Main template file added, and zoom.php ↵Johan "Papa" Cwiklinski2010-05-292-0/+137
modified to work on it. We would probably rewrite cleaner zoom.php in the future. refs #47