Skip to content

Instantly share code, notes, and snippets.

View ienliven's full-sized avatar

Andre Wanderley de Souza ienliven

View GitHub Profile
@ienliven
ienliven / gist:3201069
Created July 29, 2012 18:46
Daily Report - 28/07
28/07 - 12:00 - 16:00
Feature #2279
Move Pages Into Database
Fixed job.sh PDF path.
Migrate content from book_ids 65, 52 and 48 into the database.
Removed all if book.id == 66 from code.
@ienliven
ienliven / gist:3201091
Created July 29, 2012 18:47
Daily Report - 29/07
29/07 - 08:00 - 16:00
Feature #2333
Move Word Overlays Into the Database
Added trunk/content/rm2333.sql creating new table page_words.
Temporarily modifed job.sh to work only on overlay (added run_overlay.php).
- Revision 6850
@ienliven
ienliven / gist:3216024
Created July 31, 2012 10:47
Daily Report - 30/07
30/07 - 09:00 - 13:00
Feature #2333
Move Word Overlays Into the Database
Fixed XML entities on generated overlay file.
- Revision 6856
@ienliven
ienliven / gist:3218991
Created July 31, 2012 18:03
Daily Report - 31/07
31/07 - 08:00 - 15:00
Feature #2279
Move Pages Into Database
Fixed set label = NULL where label = "" on DB and script.
Fixed ordering and set label on taxonomy 66.
Update reader to use label when available.
@ienliven
ienliven / gist:3232284
Created August 2, 2012 01:26
Daily Report - 01/08
31/07 - 15:50 - 16:40
Discuss with James our new Book Builder process, we added a new upload pdf files step in between.
01/08 - 16:00 - 22:10
Debug and fix ghostscript segfault on taxonomy 52.
Regenerate all book content on thetrunk.
@ienliven
ienliven / gist:3241156
Created August 2, 2012 22:09
Daily Report - 02/08
02/08 - 08:00 - 19:00
Added handler to errors on job.sh
- Revision 6943
# ITS Fixes
Fixed memory leak bug on SimpleXML, now XMLReader ( on overlay parser ).
@ienliven
ienliven / gist:3251604
Created August 3, 2012 21:14
Daily Report - 03/08
03/08 - 10:00 - 16:00
Feature #2307
ITS: v4.0 Refresh
Reseted local notes and highlights cache on exit fullscreen.
- Revision 6981
@ienliven
ienliven / gist:3258441
Created August 4, 2012 15:44
Daily Report - 04/08
04/08 - 00:00 - 03:00
04/08 - 08:00 - 13:00
Feature #2365
Update reading_highlight to key to content.page_words
Debuging cycles on scheme highlight scheme.
Proper handle of empty result set on fetch highlight.
@ienliven
ienliven / gist:3299264
Created August 8, 2012 22:07
Daily Report - 07/08
07/08 - 18:00 - 21:00
# ITS Rollback Content, dropped on migration. ( James request )
Generate content database dump from alternate server.
Import content database dump on thetrunk server.
@ienliven
ienliven / gist:3299277
Created August 8, 2012 22:08
Daily Report - 08/08
08/08 - 12:00 - 18:00
Feature #2107
ITS: Admin Panel - Create New Book
Deleted old admin, theme and dependencies.
Start working on new book builder/importer tool.
.Added upload.php script to handle PDF uploads.