angular-mojolicious.git
12 years agoput vertical space between events
Dobrica Pavlinusic [Mon, 17 Oct 2011 20:35:39 +0000 (22:35 +0200)]
put vertical space between events

12 years agodisable submissions when all slots are full
Dobrica Pavlinusic [Mon, 17 Oct 2011 20:30:29 +0000 (22:30 +0200)]
disable submissions when all slots are full

12 years agorun local morbo
Dobrica Pavlinusic [Mon, 17 Oct 2011 20:18:06 +0000 (22:18 +0200)]
run local morbo

12 years agofinal html
Marijana Glavica [Mon, 17 Oct 2011 20:17:52 +0000 (22:17 +0200)]
final html

12 years agoreturn {} for empty response from CouchDB view
Dobrica Pavlinusic [Mon, 17 Oct 2011 20:15:02 +0000 (22:15 +0200)]
return {} for empty response from CouchDB view

12 years agoMerge branch 'master' of github.com:dpavlin/angular-mojolicious
Dobrica Pavlinusic [Sat, 15 Oct 2011 09:28:07 +0000 (11:28 +0200)]
Merge branch 'master' of github.com:dpavlin/angular-mojolicious

12 years agocorrectly handle multiple add_fun calls
Dobrica Pavlinusic [Fri, 14 Oct 2011 20:05:42 +0000 (22:05 +0200)]
correctly handle multiple add_fun calls

12 years agoworking CouchDB view server in perl
Dobrica Pavlinusic [Fri, 14 Oct 2011 18:45:05 +0000 (20:45 +0200)]
working CouchDB view server in perl

12 years agoconfigure CouchDB using local.ini
Dobrica Pavlinusic [Fri, 14 Oct 2011 18:08:03 +0000 (20:08 +0200)]
configure CouchDB using local.ini

12 years agoinitial implementation of CouchDB View server in perl
Dobrica Pavlinusic [Fri, 14 Oct 2011 17:58:06 +0000 (19:58 +0200)]
initial implementation of CouchDB View server in perl

12 years agouse Angular's . instead of console. so it works in IE
Dobrica Pavlinusic [Thu, 13 Oct 2011 12:25:06 +0000 (14:25 +0200)]
use Angular's . instead of console. so it works in IE

12 years agoinstall required debian packages
Dobrica Pavlinusic [Mon, 3 Oct 2011 22:07:06 +0000 (00:07 +0200)]
install required debian packages

12 years agorewrite CouchDB trigger
Dobrica Pavlinusic [Mon, 3 Oct 2011 20:34:04 +0000 (22:34 +0200)]
rewrite CouchDB trigger

This version uses just one put request for each received document,
but expects to get notification of lock which is now first element
of active array in format of hostname:pid

It makes it play nicely with new Mojo::UserAgent which doesn't
want to issue multiple put requests even if I create new Mojo::UserAgent
for each of them.

12 years agoMerge branch 'master' of git://github.com/dpavlin/angular-mojolicious
Dobrica Pavlinusic [Mon, 3 Oct 2011 17:16:25 +0000 (19:16 +0200)]
Merge branch 'master' of git://github.com/dpavlin/angular-mojolicious

12 years agoshow slots
Dobrica Pavlinusic [Sun, 2 Oct 2011 21:45:49 +0000 (23:45 +0200)]
show slots

12 years agoparse also description for number of slots
Dobrica Pavlinusic [Sun, 2 Oct 2011 21:16:43 +0000 (23:16 +0200)]
parse also description for number of slots

12 years agoproxy script requests to CouchDB
Dobrica Pavlinusic [Sun, 2 Oct 2011 19:09:21 +0000 (21:09 +0200)]
proxy script requests to CouchDB

12 years agoextract number of slots from some iCal fields
Dobrica Pavlinusic [Sun, 2 Oct 2011 19:01:13 +0000 (21:01 +0200)]
extract number of slots from some iCal fields

This allows us to store additional meta-data inside iCal using
human-readable format

12 years agotrack submited reservations in CouchDB
Dobrica Pavlinusic [Sun, 2 Oct 2011 18:13:26 +0000 (20:13 +0200)]
track submited reservations in CouchDB

12 years agoCouchDB chokes on fields with underscore
Dobrica Pavlinusic [Sun, 2 Oct 2011 18:07:08 +0000 (20:07 +0200)]
CouchDB chokes on fields with underscore

12 years agouse views to report number of submited reservations
Dobrica Pavlinusic [Fri, 30 Sep 2011 16:00:19 +0000 (18:00 +0200)]
use views to report number of submited reservations

12 years agobegin conversion to Mojo::UserAgent
Dobrica Pavlinusic [Fri, 30 Sep 2011 15:59:54 +0000 (17:59 +0200)]
begin conversion to Mojo::UserAgent

12 years agouse Google Calendar ical file as source file and add reservations in CouchDB
Dobrica Pavlinusic [Thu, 29 Sep 2011 21:58:12 +0000 (23:58 +0200)]
use Google Calendar ical file as source file and add reservations in CouchDB

12 years agocleanup CouchDB put
Dobrica Pavlinusic [Thu, 29 Sep 2011 21:54:56 +0000 (23:54 +0200)]
cleanup CouchDB put

12 years agouse morbo
Dobrica Pavlinusic [Thu, 29 Sep 2011 21:54:48 +0000 (23:54 +0200)]
use morbo

12 years agouse Mojo::UserAgent instead of Mojo::Client
Dobrica Pavlinusic [Tue, 27 Sep 2011 10:11:17 +0000 (12:11 +0200)]
use Mojo::UserAgent instead of Mojo::Client

12 years agoupdate upstream Mojolicious
Dobrica Pavlinusic [Tue, 27 Sep 2011 10:09:34 +0000 (12:09 +0200)]
update upstream Mojolicious

12 years agoMerge branch 'master' of git://github.com/dpavlin/angular-mojolicious
Dobrica Pavlinusic [Tue, 27 Sep 2011 09:34:37 +0000 (11:34 +0200)]
Merge branch 'master' of git://github.com/dpavlin/angular-mojolicious

13 years agoadded lf2p filter and use it to format abstracts
Dobrica Pavlinusic [Mon, 14 Feb 2011 15:10:25 +0000 (16:10 +0100)]
added lf2p filter and use it to format abstracts

13 years agoMerge branch 'master' of github.com:dpavlin/angular-mojolicious
Dobrica Pavlinusic [Mon, 14 Feb 2011 13:48:06 +0000 (14:48 +0100)]
Merge branch 'master' of github.com:dpavlin/angular-mojolicious

13 years agoedit form and small style changes
Marijana Glavica [Mon, 14 Feb 2011 13:42:08 +0000 (14:42 +0100)]
edit form and small style changes

13 years agosmall changes i registration forms; abstracts file added
Marijana Glavica [Mon, 14 Feb 2011 13:40:37 +0000 (14:40 +0100)]
small changes i registration forms; abstracts file added

13 years agoauthor added to report page
Marijana Glavica [Sat, 22 Jan 2011 09:41:00 +0000 (10:41 +0100)]
author added to report page

13 years agodon't hide submit button and some style changes
Marijana Glavica [Wed, 12 Jan 2011 22:19:50 +0000 (23:19 +0100)]
don't hide submit button and some style changes

13 years agopull static json files using rsync
Dobrica Pavlinusic [Fri, 24 Dec 2010 12:47:09 +0000 (13:47 +0100)]
pull static json files using rsync

13 years agoadded continous replication
Dobrica Pavlinusic [Fri, 17 Dec 2010 12:43:19 +0000 (13:43 +0100)]
added continous replication

13 years agoreplicate database locally
Dobrica Pavlinusic [Fri, 17 Dec 2010 12:42:41 +0000 (13:42 +0100)]
replicate database locally

13 years agogo live
Marijana Glavica [Tue, 14 Dec 2010 14:11:40 +0000 (15:11 +0100)]
go live

13 years agoMerge branch 'master' of github.com:dpavlin/angular-mojolicious
Dobrica Pavlinusic [Mon, 13 Dec 2010 22:30:39 +0000 (23:30 +0100)]
Merge branch 'master' of github.com:dpavlin/angular-mojolicious

13 years agoworking...
Marijana Glavica [Mon, 13 Dec 2010 22:29:55 +0000 (23:29 +0100)]
working...

13 years agocleanup layout and display all available info
Dobrica Pavlinusic [Mon, 13 Dec 2010 22:16:50 +0000 (23:16 +0100)]
cleanup layout and display all available info

13 years agoupdate mojo
Dobrica Pavlinusic [Sun, 12 Dec 2010 13:00:16 +0000 (14:00 +0100)]
update mojo

13 years agolisten on port 3001
Dobrica Pavlinusic [Sun, 12 Dec 2010 13:00:06 +0000 (14:00 +0100)]
listen on port 3001

13 years agoMerge branch 'master' of github.com:dpavlin/angular-mojolicious
Dobrica Pavlinusic [Thu, 9 Dec 2010 19:01:53 +0000 (20:01 +0100)]
Merge branch 'master' of github.com:dpavlin/angular-mojolicious

13 years agomodify example to use POST to get generated uuid
Dobrica Pavlinusic [Thu, 9 Dec 2010 18:38:20 +0000 (19:38 +0100)]
modify example to use POST to get generated uuid

This means that you can re-execute example without key collisions
and also provide example how to implement simple queues

13 years agoadded search using $filter
Dobrica Pavlinusic [Thu, 9 Dec 2010 18:06:07 +0000 (19:06 +0100)]
added search using $filter

13 years agofavicon.ico
Dobrica Pavlinusic [Thu, 9 Dec 2010 18:00:58 +0000 (19:00 +0100)]
favicon.ico

13 years agoMerge branch 'master' of github.com:dpavlin/angular-mojolicious
Dobrica Pavlinusic [Thu, 9 Dec 2010 16:38:20 +0000 (17:38 +0100)]
Merge branch 'master' of github.com:dpavlin/angular-mojolicious

Conflicts:
public/app/casopisi2010/upitnik.html

13 years agoadd up to 10 entries, but not more
Dobrica Pavlinusic [Thu, 9 Dec 2010 16:28:55 +0000 (17:28 +0100)]
add up to 10 entries, but not more

13 years agoprefix all shell commands with prompt $
Dobrica Pavlinusic [Thu, 9 Dec 2010 16:24:01 +0000 (17:24 +0100)]
prefix all shell commands with prompt $

13 years agouse demo database in examples
Dobrica Pavlinusic [Thu, 9 Dec 2010 16:17:27 +0000 (17:17 +0100)]
use demo database in examples

13 years agouse separate kinosearch index for each database
Dobrica Pavlinusic [Thu, 9 Dec 2010 16:15:48 +0000 (17:15 +0100)]
use separate kinosearch index for each database

13 years agoadd document for search using curl PUT
Dobrica Pavlinusic [Thu, 9 Dec 2010 16:15:30 +0000 (17:15 +0100)]
add document for search using curl PUT

13 years agostatic JSON in public/json/monitor/printers/key
Dobrica Pavlinusic [Wed, 8 Dec 2010 21:59:45 +0000 (22:59 +0100)]
static JSON in public/json/monitor/printers/key

13 years agoexample for kinosearch external process
Dobrica Pavlinusic [Wed, 8 Dec 2010 21:39:52 +0000 (22:39 +0100)]
example for kinosearch external process

13 years agowe need to delete document before each update
Dobrica Pavlinusic [Wed, 8 Dec 2010 21:37:25 +0000 (22:37 +0100)]
we need to delete document before each update

13 years agoimplement delete
Dobrica Pavlinusic [Wed, 8 Dec 2010 21:33:12 +0000 (22:33 +0100)]
implement delete

13 years agoopen index on each search
Dobrica Pavlinusic [Wed, 8 Dec 2010 21:32:32 +0000 (22:32 +0100)]
open index on each search

this allows us to pick up changes in index generated by trigger

13 years agocouchdb-external-kinosearch.pl
Dobrica Pavlinusic [Wed, 8 Dec 2010 18:58:42 +0000 (19:58 +0100)]
couchdb-external-kinosearch.pl

13 years agoshow url and id in errors
Dobrica Pavlinusic [Wed, 8 Dec 2010 18:55:12 +0000 (19:55 +0100)]
show url and id in errors

13 years agodocument CouchDB examples
Dobrica Pavlinusic [Wed, 8 Dec 2010 18:54:19 +0000 (19:54 +0100)]
document CouchDB examples

13 years agounroll arrays of hashes for indexing
Dobrica Pavlinusic [Wed, 8 Dec 2010 14:56:36 +0000 (15:56 +0100)]
unroll arrays of hashes for indexing

13 years agoadded include_docs=true, use Mojo::JSON
Dobrica Pavlinusic [Tue, 7 Dec 2010 22:41:03 +0000 (23:41 +0100)]
added include_docs=true, use Mojo::JSON

13 years agouse Mojo::JSON
Dobrica Pavlinusic [Tue, 7 Dec 2010 20:22:58 +0000 (21:22 +0100)]
use Mojo::JSON

13 years agosilently skip empty chunks
Dobrica Pavlinusic [Tue, 7 Dec 2010 18:36:59 +0000 (19:36 +0100)]
silently skip empty chunks

13 years agodon't commit without indexer
Dobrica Pavlinusic [Tue, 7 Dec 2010 18:34:43 +0000 (19:34 +0100)]
don't commit without indexer

13 years agoimprove schema and store original document in json blob
Dobrica Pavlinusic [Tue, 7 Dec 2010 18:31:28 +0000 (19:31 +0100)]
improve schema and store original document in json blob

13 years agouse /srv/angular-mojolicious as base dir
Dobrica Pavlinusic [Tue, 7 Dec 2010 18:12:41 +0000 (19:12 +0100)]
use /srv/angular-mojolicious as base dir

13 years agolocal.ini configuration for couchdb
Dobrica Pavlinusic [Tue, 7 Dec 2010 15:17:45 +0000 (16:17 +0100)]
local.ini configuration for couchdb

13 years agocouchdb external process to search using KinoSearch
Dobrica Pavlinusic [Tue, 7 Dec 2010 15:15:21 +0000 (16:15 +0100)]
couchdb external process to search using KinoSearch

13 years agosimple KinoSearch indexer for CouchDB
Dobrica Pavlinusic [Tue, 7 Dec 2010 14:51:02 +0000 (15:51 +0100)]
simple KinoSearch indexer for CouchDB

13 years agoMerge branch 'master' of github.com:dpavlin/angular-mojolicious
Dobrica Pavlinusic [Tue, 7 Dec 2010 14:50:37 +0000 (15:50 +0100)]
Merge branch 'master' of github.com:dpavlin/angular-mojolicious

13 years agoadded commit which is called at end of batch
Dobrica Pavlinusic [Tue, 7 Dec 2010 14:50:10 +0000 (15:50 +0100)]
added commit which is called at end of batch

13 years agostyling
Marijana Glavica [Tue, 7 Dec 2010 13:18:35 +0000 (14:18 +0100)]
styling

13 years agowork in progress
Marijana Glavica [Tue, 7 Dec 2010 13:17:20 +0000 (14:17 +0100)]
work in progress

13 years agowork in progress
Marijana Glavica [Tue, 7 Dec 2010 00:20:03 +0000 (01:20 +0100)]
work in progress

13 years agoMerge branch 'master' of github.com:dpavlin/angular-mojolicious
Dobrica Pavlinusic [Mon, 6 Dec 2010 22:34:55 +0000 (23:34 +0100)]
Merge branch 'master' of github.com:dpavlin/angular-mojolicious

13 years agocasopisi 2010
Marijana Glavica [Mon, 6 Dec 2010 22:30:42 +0000 (23:30 +0100)]
casopisi 2010

13 years agouse snmp-json repository
Dobrica Pavlinusic [Thu, 2 Dec 2010 13:54:24 +0000 (14:54 +0100)]
use snmp-json repository

13 years agostore printer data in /tmp if no output directory
Dobrica Pavlinusic [Wed, 1 Dec 2010 17:02:11 +0000 (18:02 +0100)]
store printer data in /tmp if no output directory

13 years agoMerge branch 'master' of github.com:dpavlin/angular-mojolicious
Dobrica Pavlinusic [Wed, 1 Dec 2010 14:22:19 +0000 (15:22 +0100)]
Merge branch 'master' of github.com:dpavlin/angular-mojolicious

13 years agoradiobuttons for registration type
Marijana Glavica [Wed, 1 Dec 2010 12:18:29 +0000 (13:18 +0100)]
radiobuttons for registration type

13 years agohide debug
Marijana Glavica [Wed, 1 Dec 2010 12:18:00 +0000 (13:18 +0100)]
hide debug

13 years agoextract couchdb triggers into own pm files
Dobrica Pavlinusic [Tue, 30 Nov 2010 21:49:53 +0000 (22:49 +0100)]
extract couchdb triggers into own pm files

this allows to specify database and trigger file to load on start as
arguments, e.g:

./couchdb-trigger.pl http://localhost:5984/drzb2011 trigger/email.pm

13 years agopull database using replication
Dobrica Pavlinusic [Tue, 30 Nov 2010 21:04:25 +0000 (22:04 +0100)]
pull database using replication

13 years agoMerge branch 'master' of github.com:dpavlin/angular-mojolicious
Dobrica Pavlinusic [Tue, 30 Nov 2010 19:31:40 +0000 (20:31 +0100)]
Merge branch 'master' of github.com:dpavlin/angular-mojolicious

13 years agofields for R-1
Marijana Glavica [Tue, 30 Nov 2010 19:29:00 +0000 (20:29 +0100)]
fields for R-1

13 years agodisplay simple registrations list
Dobrica Pavlinusic [Mon, 29 Nov 2010 18:59:45 +0000 (19:59 +0100)]
display simple registrations list

13 years agoadded more printers
Dobrica Pavlinusic [Mon, 29 Nov 2010 15:29:06 +0000 (16:29 +0100)]
added more printers

13 years agoshow tray name
Dobrica Pavlinusic [Mon, 29 Nov 2010 14:04:35 +0000 (15:04 +0100)]
show tray name

13 years agosave json log by date
Dobrica Pavlinusic [Mon, 29 Nov 2010 14:00:19 +0000 (15:00 +0100)]
save json log by date

13 years agostore date and ip
Dobrica Pavlinusic [Mon, 29 Nov 2010 13:55:06 +0000 (14:55 +0100)]
store date and ip

13 years agoconvert layout to nested tables
Dobrica Pavlinusic [Mon, 29 Nov 2010 12:47:31 +0000 (13:47 +0100)]
convert layout to nested tables

13 years agoshow more values
Dobrica Pavlinusic [Mon, 29 Nov 2010 12:37:32 +0000 (13:37 +0100)]
show more values

13 years agodump all printer snmp using snmpwalk
Dobrica Pavlinusic [Mon, 29 Nov 2010 12:16:53 +0000 (13:16 +0100)]
dump all printer snmp using snmpwalk

13 years agofix angular compile
Dobrica Pavlinusic [Mon, 29 Nov 2010 12:07:20 +0000 (13:07 +0100)]
fix angular compile

13 years agodie if output directory doesn't exist
Dobrica Pavlinusic [Mon, 29 Nov 2010 12:05:09 +0000 (13:05 +0100)]
die if output directory doesn't exist

13 years agojust title
Marijana Glavica [Mon, 29 Nov 2010 07:20:21 +0000 (08:20 +0100)]
just title

13 years agofooter style
Marijana Glavica [Mon, 29 Nov 2010 07:19:31 +0000 (08:19 +0100)]
footer style

13 years agopull printer status using SNMP::Multi
Dobrica Pavlinusic [Sun, 28 Nov 2010 23:12:12 +0000 (00:12 +0100)]
pull printer status using SNMP::Multi