tazpkg log tazpanel/pkgs.cgi

age author description
2015-04-10 Aleksej Bobylev pkgs.cgi: show packages icons on package info page using AJAX.
2015-04-10 Aleksej Bobylev pkgs.cgi: package info: show packages list as pending operation using AJAX.
2015-04-09 Pascal Bellard pkgs.cgi: repack in /tmp, not /var/www/tazpanel
2015-04-08 Pascal Bellard pkgs.cgi: update urls
2015-04-07 Pascal Bellard pkgs.cgi: no install in tag cloud for user
2015-04-07 Aleksej Bobylev pkgs.cgi: do not hide buttons and menu items, just disable them.
2015-04-06 Pascal Bellard pkgs.cgi: non root support (again)
2015-04-06 Pascal Bellard pkgs.cgi: non root support (again)
2015-04-06 Pascal Bellard pkgs.cgi: non root support (again)
2015-04-06 Pascal Bellard pkgs.cgi: non root support
2015-04-03 Aleksej Bobylev pkgs.cgi: show type of packages (installed/not installed/blocked) in the search; auto-search files if '/' present in query; use radio-buttons in the categories selector (may fix appearance in other browsers); tazpkg: show package sizes in the info.
2015-04-01 Aleksej Bobylev tazpkg: re-make block and unblock, add chblock to change blocking of package; pkgs.cgi: remove website link from packages list, show selected packages count, add '(Un)block' button for bulk operation; pkgs.css: clean old code.
2015-03-30 Aleksej Bobylev pkgs.cgi: keep packages' selection across pages (thanks Ceel for idea).
2015-03-29 Pascal Bellard Search in extra.list too
2015-03-27 Aleksej Bobylev pkgs.cgi: fix search files; also, search files highlights is case-insensitive now.
2015-03-27 Aleksej Bobylev pkgs.cgi: use data-icon for packages icons; fix and add button "Toggle all" to all packages lists.
2015-03-24 Aleksej Bobylev TazPanel part of TazPkg: Development in progress, please note it have few known bugs.5.3.5
2015-01-21 Aleksej Bobylev Add and use icons from Faenza icon theme (new light look and feel); fix last recharge date (pay respect to timezone time offset); add few comments; stylize search toolbar; fix "up" command; admin: select mirror as standard way to select item from list; open external links in the new tab (or new window); and a ton of other small changes.
2015-01-11 Aleksej Bobylev pkgs.cgi: show last recharge date in a different way; fix Makefile.
2015-01-09 Aleksej Bobylev Store sidebar settings in the session cookies (browser sets, changes, and sends them automatically); use "<button>" tag instead of "<a>" and "<input type='button'>" to show buttons (it allows to translate button captions, and provides uniform look of buttons); "list" and "tag" commands shows short description about what is really listed; "tag" respects repo; "blocked" shows blocked packages; small style change; encode COPYING in UTF-8.
2015-01-03 Aleksej Bobylev pkgs.cgi: i18n messages in "do=" branch.
2015-01-03 Aleksej Bobylev pkgs.cgi: fix forms.
2015-01-01 Aleksej Bobylev pkgs, pkgs.cgi: many small bugfixes.
2014-12-31 Aleksej Bobylev pkgs.cgi: fix regressions, "All categories" and "All tags" in the sidebar are works now.
2014-12-31 Aleksej Bobylev pkgs.cgi: rework sidebar again: update page on any changes, more clear and light html code.
2014-12-31 Aleksej Bobylev pkgs.cgi: rework sidebar; remove "My packages" button and "list" command. Now selection of "My packages/All packages", Category, Repository (+ lists of tags and categories) is done using sidebar.
2014-12-30 Aleksej Bobylev pkgs.cgi: unification - single function to list packages by category or name.
2014-12-29 Aleksej Bobylev pkgs.cgi: tiny edit
2014-12-29 Aleksej Bobylev pkgs.cgi: full featured "tag".
2014-12-28 Aleksej Bobylev pkgs.cgi: style tag cloud.
2014-12-28 Aleksej Bobylev pkgs.cgi: html: remove "$SCRIPT_NAME" and replace "&" with "&amp;".
2014-12-27 Aleksej Bobylev pkgs.cgi: remove debug changes.
2014-12-27 Aleksej Bobylev pkgs.cgi: empty "cat" shows list of categories; introduce "tag": list packages by tag, or list of all tags if empty
2014-12-26 Aleksej Bobylev pkgs.cgi: show licenses.
2014-12-24 Aleksej Bobylev pkgs.cgi: add pager to "cat"
2014-12-24 Aleksej Bobylev pkgs.cgi: use system configs; tiny edits.
2014-12-24 Aleksej Bobylev pkgs.cgi: add "show_button" function; tazpkg: non-interactive "list-config" for tazpanel.
2014-12-23 Aleksej Bobylev pkgs.cgi: "cat extra": show info for installed packages; "search package": don't wrap checkbox and package name; "search file": shrink looong file paths, highlight search term.
2014-12-23 Aleksej Bobylev pkgs.cgi: separate common code into function.
2014-12-23 Aleksej Bobylev pkgs.cgi: rewrite "cat" (simplify and fix bug).
2014-12-22 Aleksej Bobylev pkgs.cgi: new full-featured fast "cat", and even less HTML.
2014-12-19 Aleksej Bobylev Style package table (less html, more css); really quick package list in test mode (add "&awk" to "pkgs.cgi?cat=..." to check it).
2014-12-18 Aleksej Bobylev pkgs.cgi: new package' links (less HTML, more CSS); add pkgs.css; transition to packages.info.
2014-12-17 Aleksej Bobylev pkgs.cgi: fix i18n_desc, show package description in info (use tazpkg); tazpkg: recognize interactive mode.
2014-12-16 Xander Ziiryanoff install_package: create installed.info before sed it. pkgs.cgi: works only with $LOCALSTATE not $PKGS_DB
2014-12-15 Aleksej Bobylev Move some sources to new "tazpanel" and "modules" folders.