RSS Git Download  Clone
Hover over the log to see the full commit message.
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • * |
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 7cfd171 (HEAD -> master) 26/09/2018 13:17:57 by RAJ   Merge branch 'fix-undef-vals'
  • 6525a2e 26/09/2018 13:17:34 by RAJ   fix undefined/uninitialized warnings due to rows of empty cells
  • 8340399 30/11/2016 15:59:25 by RAJ   adapted to allow any format in 1st col - consequence is that it's no longer possible to skip header row so will be printed as a label if included
  • 7ed7825 30/09/2015 10:50:52 by RAJ   same as previous commit, but for https address
  • 42dced3 30/09/2015 10:48:36 by RAJ   added new requires in cpanfile - to test push command
  • a84b620 29/09/2015 17:47:58 by RAJ   amended errors() to error(), commit for switch to new git host
  • 70d7d54 11/02/2015 11:00:56 by RAJ   replaced if/unless blocks with || do {...}
  • 8c39f59 10/02/2015 13:48:58 by RAJ   fixed 'tip of current branch is behind remote counterpart' msg
  • e030cc3 10/02/2015 13:40:43 by RAJ   reverted from stash method of handling model; moved all file handling methods to model; model now returns true value for success or false value with error message inside models' error attr
  • 835664b 09/02/2015 17:29:58 by RAJ   moved model to a global stash, but not ideal as it is persistent so requires clearing after each request cycle
  • 0555472 09/02/2015 13:55:54 by RAJ   cleared #outcome before displaying labels printed; cloned labels() to avoid loss of 1st entry in #outcome display
  • 033e6a6 05/02/2015 16:11:08 by RAJ   renamed dispatch.fcgi -> labels.fcgi so kill action doesn't affect other default D2 fcgi processes; minor edits
  • adcacbb 02/02/2015 16:59:38 by RAJ   adapted to accept .xlsx (xml) source file - uses Spreadsheet::Read - cannot handle data stream, needs physical file on disk; using uri_for() to supply upload url - works for both dev server & apache web-addresses; displays git version & history
  • 7b82fd4 01/02/2015 10:29:35 by RAJ   moved 'home' route to '/' for production hmds/labels, original index page now /index (hmds/labels/index); removed debug - goes to error log
  • f88cc1b 30/01/2015 17:28:13 by RAJ   set printer_addr for production; added {PLACK_ENV} = 'deployment' to dispatch.fcgi otherwise apache fastcgiserver loads development settings
  • 86d2c96 30/01/2015 14:11:21 by RAJ   replaced setting('environment') with dancer_app->enviromnet as setting not available in deployment on production server - to be investigated
  • ad44208 29/01/2015 17:40:11 by RAJ   app returns json to user, errors or success summary of labels
  • 7fd28fd 29/01/2015 12:58:18 by RAJ   initial commit, upload working using localhost socket, no user feedback yet