Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

28 check-ins occurring on or before 2014-07-09 12:03:12.

2014-07-09
12:03
README.md: Correct install.md link. check-in: 7a8fc15041 user: tux tags: develop
12:02
Add doc/install.md file to descripe the installation process. README.md: Add links to the documentation files. check-in: ce4ded329d user: tux tags: develop
10:55
Merge backup.sh from develop. check-in: 9220523a65 user: tux tags: trunk, v0.2
10:54
backup.sh: Add a check for required binaries. backup.sh: Add support for loading variables from index.cgi. check-in: 535070d628 user: tux tags: develop
10:05
Merge index.cgi changes from develop. check-in: 79a804f4c1 user: tux tags: trunk
10:04
index.cgi: Fix front page "Opret projekt" link. check-in: fb05af2e3d user: tux tags: develop
2014-07-08
20:37
Merge changes from develop. check-in: 72840083b0 user: tux tags: trunk, v0.1
20:37
README.md: Add some description about the styling. check-in: 9720d84ada user: tux tags: develop
20:32
Add backup script for possible crontab implementation. check-in: 3814654a7f user: tux tags: develop
20:29
Merge latest trunk to develop branch, which is now used for all development. Trunk is stable, and develop is unstable. check-in: e4a6978053 user: tux tags: develop
20:28
index.cgi: Slightly unreadable amount of changes, mostly get styles support, fix some functions, and remove a lot of code that was just clunking up the entire thing. List of changes follows: Remove html_footer function. Remove html_header function. Remove html_style function. Remove html_dashboard function. Remove html_footer function. Add html_tmpl function that sources the specified ${template}.cgi files from the configured $STYLE. Move from using "while read bleh; do done << EOT $var EOT" to "sqlite3 $db $sql | while read output; do done", where possible. Update all occurences of removed functions with their html_tmpl equivilant. Update project view with possible fix to description display (WIP, needs testing!) check-in: 6753e225f3 user: tux tags: trunk
20:21
Create new branch named "develop" check-in: 7aa15fcab8 user: tux tags: develop
11:42
styles/default/style.css: Add missing sidebar CSS. check-in: a15345d8a1 user: tux tags: trunk
11:33
Add README.md. check-in: 614f91e79f user: tux tags: trunk
11:21
styles/default/style.css: Fix footer style missing. check-in: 6e005f4a7a user: tux tags: trunk
10:51
Add style "default" for future use of styling and templating. check-in: 42ad7cf79f user: tux tags: trunk
2014-07-07
22:11
Improve design slightly by using ul+li instead of single div. Improve design CSS style. Change description textarea size to 80cols,12rows. Improve the way searching is done in the backend, for readability. Increase number of sidebar projects from 5 to 15. check-in: f75ea5cb3d user: tux tags: trunk
2014-06-20
14:53
index.cgi: Fix project-view CSS. index.cgi: Change "Beskrivelse" to "Beskrivelse til YouTube" for clarification. check-in: 7db23064ec user: tux tags: trunk
2014-06-09
08:56
Fix style to work with printing. Add full support for adding, editing, and deleting of members, projects, and categories. Add temporary vector-traced logo. Add basic HTML error display function for displaying SQL errors. check-in: 5c105c8861 user: tux tags: trunk
2014-05-18
16:00
Add missing ressources: logo_traced.png (favicon and logo), and schema (used for SQLite3 database). check-in: b12f3e89b9 user: tux tags: trunk
15:53
Add support for category in database. check-in: 1a753fe76c user: tux tags: trunk
10:15
Add simple box-shadow to sidebar, pretty. check-in: b403bc66ec user: tux tags: trunk
10:12
Move CSS code to html_style function, for easier availability. Fix project titles being cut-off blank if they're more than 40 characters, now with "...". Improve project creation error handling. Now properly displays command and error in a simple-to copy-paste manner. Add POST route to "delete", now functional. Add GET route "delete" to ask if user is SURE about deleting project. Add a 'More' button ("Flere") to GET route "browse", allowing user to browse projects in chunks of $LIMIT (hardcoded, for now). Fix index page saying you could search in meta-tags, when no such table property exists in any table. check-in: 31c3077180 user: tux tags: trunk
2014-05-17
05:22
Add repository revision information to footer. Add simple logo based on a vector-traced bitmap image. Add new GET route "browse", for browsing ALL projects. Add sidebar on main index page, displaying X number of newest projects. Add description attribute to projects. Add link to SQLite3 abort codes, displayed if a project could not be created. Add VERY minimal GET route "view", for displaying individual projects. Add placeholder GET routes "delete" and "search". check-in: 10fe485055 user: tux tags: trunk
2014-05-16
12:55
Fix missing "participants" entry from both GET and POST routes "create". check-in: 1d9563357e user: tux tags: trunk
12:51
Add db variable for accessing database. Add POST route "create" for adding new projects to the projects table. Update GET route "create" with additional inputs. check-in: 368d568628 user: tux tags: trunk
2014-05-07
21:04
Add base index file, containing functions and (WIP, empty) routes for creating, deleting, and viewing projects. check-in: 49175d56c6 user: tux tags: trunk
21:01
initial empty check-in check-in: f2cf99e98d user: tux tags: trunk