Timeline
Not logged in

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

59 check-ins related to "trunk"

2014-09-15
10:38
Merge fixes from develop. Leaf check-in: e1204b6194 user: tux tags: trunk, v0.4
10:38
index.cgi: Add sanitization function to functions. index.cgi: Add comments. Leaf check-in: c74a7b455a user: tux tags: develop
10:15
Merge hotfix back to develop. check-in: 6bbe724313 user: tux tags: develop
10:14
Hotfix: Enable database sanitization. check-in: e4bc46f550 user: tux tags: trunk
2014-09-14
20:05
Merge changes from develop. check-in: 2072520a1c user: tux tags: trunk
20:01
index.cgi: Fix saving projects. index.cgi: Move search function further down in routing. styles/default/header.cgi: Fix encoding. styles/default/footer.cgi: Remove submit section. check-in: ae5c4a2dbb user: tux tags: develop
2014-08-08
13:54
Merge font changes from develop. check-in: 0e34fb9423 user: tux tags: trunk
13:53
styles/default/style.css: Improve font size rendering with @media print. check-in: e1eb71c220 user: tux tags: develop
13:09
Merge changes from develop. check-in: 5ca3207233 user: tux tags: trunk
13:00
styles/default/style.css: Fix printing issue with "#content" padding. check-in: 6260690426 user: tux tags: develop
2014-08-01
11:06
Merge style fix from develop. check-in: 56f9e3b01c user: tux tags: trunk
11:05
styles/default/style.css: Fix padding in @media print. check-in: af6b407936 user: tux tags: develop
11:02
Merge develop styles changes to trunk. check-in: bb19360b2a user: tux tags: trunk
11:02
styles/default/style.css: Fix border on @media print. check-in: 391d0a7796 user: tux tags: develop
10:13
Merge fix from develop. check-in: 15773df1e5 user: tux tags: trunk
10:13
Add missing jquery javascript. check-in: ab23a5cb29 user: tux tags: develop
2014-07-31
08:25
Merge fix from trunk to develop. check-in: 140aaafe2e user: tux tags: develop
08:24
Move "Save" button on new projects to sidebar. "Lock" project 'id' form when submitting a new project. check-in: eaa59770e3 user: tux tags: trunk
2014-07-28
11:10
Merge fix from develop. check-in: 6c99ca0889 user: tux tags: trunk
11:10
Revert logo_traced.png back in existance (oops). check-in: 6623109f12 user: tux tags: develop
11:04
Merge changes from develop. check-in: a99c5d307b user: tux tags: trunk
11:01
Remove old logo_traced.png file, no longer used. check-in: 1ff47cd106 user: tux tags: develop
10:29
Merge latest changes from develop. check-in: ca66320634 user: tux tags: trunk, v0.3.1
10:28
index.cgi: Redirect new projects to their project page. check-in: c526fc8ce4 user: tux tags: develop
08:52
Merge changes from develop. check-in: 28897813e5 user: tux tags: trunk
08:51
index.cgi: Fix updating projects returning errorcode 19. check-in: 8332bd49ec user: tux tags: develop
2014-07-10
12:19
Merge changes from trunk to develop. check-in: 4206d0e1a1 user: tux tags: develop
12:19
styles/default/style.css: Add notice regarding font rendering issue in Chrome for Windows. check-in: e8c38bf896 user: tux tags: trunk
08:39
Merge changes from develop. check-in: cb2797a76b user: tux tags: trunk
08:36
styles/default/style.css: Revert to using sans-serif font for Chrome on Windows compability. check-in: 1c5e69270e user: tux tags: develop
2014-07-09
12:59
Merge changes from develop, clean up things a bit. check-in: 2cf39e5460 user: tux tags: trunk, v0.3
12:51
index.cgi: Move a few html_tmpl's out of a cat << EOT field. check-in: 223ecf5721 user: tux tags: develop
12:39
Merge from latest develop check-in: 81def4952b user: tux tags: trunk
12:37
doc/styling.md: Add some examples to the variables. check-in: 43040587f5 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: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