aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 0f77dfd5242437c11fdd08688e408502a2fd7d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#-*- mode: org -*-
#+TYP_TODO: TODO MAYBE CANCEL WAITING NEXT NOTE DONE
#+STARTUP: showall
#+STARTUP: hidestars


* Vicious
** TODO Document contrib widgets in contrib/README
** TODO Consider multigraph, graph stacking, support
** TODO Consider including this code in format helper
   - return format and format:gsub("${[^}]+}", "")
   - Note: We should then also replace just $1/$2...
** TODO Complete the hddtemp fix
   - In certain setups regexp does not match all devices
     - The regexp catches the first device name, but last stats
     - Shortening the match introduced new problems IIRC
** TODO Expand raid to grab data for all available devices
** TODO Add fan speed to thermal.lua
** TODO Fix contrib/sensors for Ian
   - > it does work and provides the lm_sensors
     > information but only for one cpu core.
** TODO Return values of type number in NET and FS
   - Note: tonumber() strips decimal points
** MAYBE Simplify scrolling using negative margins + fixed width
** TODO Try to simplify truncating with a fixed width
** NOTE Changelog header
---------------------------------------------------
Full changelog is available online:
    http://git.sysphere.org/vicious/log/?showmsg=1
---------------------------------------------------


* Git
** DONE Git hook post-update not executed on git push
** DONE Git post-update hook does not leave info/refs with correct permissions
** DONE Git persmission are incorrect since 1.6.5, does not honor umask
** TODO Git smart http transport with cgit