From 9ba57996ed6d7fe3dd0d0c1fe5e1b3827b8a2b8a Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 25 Sep 2009 18:37:54 +0200 Subject: Use inline SVG for relation graphs The graphs are now stored in the DB in SVG format, the static/rg/ directory can be removed (not used anymore). SVG data is stored using the xml data type, so now I can say for sure you'd need at least PostgreSQL 8.3. This feature still needs some tweaking, though. Current state isn't perfect. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 59f221ff..2baf1a87 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ /static/s/*/style.css /static/s/*/boxbg.png /static/cv/ -/static/rg/ /static/sf/ /static/st/ /static/robots.txt -- cgit v1.2.3 From e0161bd219a3004a3affdecd04d54a85f5cf9e1d Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 7 Oct 2009 11:03:59 +0200 Subject: JS: Moved script.js to data/ and added jsgen.pl to process it While this 'processing' is currently limited to minifying the file if JavaScript::Minifier::XS is available, this change would make it a lot easier to make the strings in the JS code translatable. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2baf1a87..e2a730fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /data/config.pl /data/log/ +/static/f/script.js /static/s/*/style.css /static/s/*/boxbg.png /static/cv/ -- cgit v1.2.3