|
@@ -15,7 +15,8 @@
|
|
|
(defvar *run-cron* t "Controls if starting a web should run cron tasks")
|
|
(defvar *run-cron* t "Controls if starting a web should run cron tasks")
|
|
|
(defvar *crons* (list
|
|
(defvar *crons* (list
|
|
|
(list #'timeliner.locations:on-cron '(:minute 0 :hour *))
|
|
(list #'timeliner.locations:on-cron '(:minute 0 :hour *))
|
|
|
- (list #'timeliner.financisto:on-cron '(:minute 0 :hour 7)))
|
|
|
|
|
|
|
+ (list #'timeliner.financisto:on-cron '(:minute 0 :hour 7))
|
|
|
|
|
+ (list #'timeliner.foursquare:on-cron '(:minute 5 :hour *)))
|
|
|
"List of cron functions with their schedules")
|
|
"List of cron functions with their schedules")
|
|
|
(defvar *cron-timers* nil)
|
|
(defvar *cron-timers* nil)
|
|
|
|
|
|
|
@@ -347,7 +348,8 @@
|
|
|
icon-class (lambda ()
|
|
icon-class (lambda ()
|
|
|
(case (! this model (get :type))
|
|
(case (! this model (get :type))
|
|
|
(:place "glyphicon glyphicon-map-marker")
|
|
(:place "glyphicon glyphicon-map-marker")
|
|
|
- (:finance "glyphicon glyphicon-usd")))
|
|
|
|
|
|
|
+ (:finance "glyphicon glyphicon-usd")
|
|
|
|
|
+ (:checkin "glyphicon glyphicon-ok-circle")))
|
|
|
render (lambda ()
|
|
render (lambda ()
|
|
|
(! this $el (attr (create
|
|
(! this $el (attr (create
|
|
|
:href "#"
|
|
:href "#"
|