]> git.mxchange.org Git - friendica.git/log
friendica.git
12 years agodon't make -desc so obnoxious looking
Simon L'nu [Thu, 10 May 2012 06:27:48 +0000 (02:27 -0400)]
don't make -desc so obnoxious looking

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Thu, 10 May 2012 06:16:49 +0000 (02:16 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:
  rev update
  rev update

* master:

12 years agorev update
friendica [Thu, 10 May 2012 01:15:27 +0000 (18:15 -0700)]
rev update

12 years agorev update
friendica [Thu, 10 May 2012 00:56:05 +0000 (17:56 -0700)]
rev update

12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Wed, 9 May 2012 18:00:54 +0000 (14:00 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:
  send browser back to correct page (with query args) after posting
  slight improvement in a couple of queries
  Diabook-dark - do things the right way instead of the stupid way.
  Fix TinyMCE, but needs adding to theme.php
  Fix jquery.fancybox, but still needs adding to theme.php
  Diabook-dark cleaned up a bit.
  don't provide 'show more' on remote friends in common unless there are actually more
  make it optional to optimize the item table after expire
  wrap private message autocomplete in an ifdef to make it easier to test/develop
  DE update for the strings
  make mod-follow hookable (e.g. service class limits) and also begin to prepare it for functionalisation

* master:

12 years agosend browser back to correct page (with query args) after posting
friendica [Wed, 9 May 2012 11:18:01 +0000 (04:18 -0700)]
send browser back to correct page (with query args) after posting

12 years agoslight improvement in a couple of queries
friendica [Wed, 9 May 2012 05:46:40 +0000 (22:46 -0700)]
slight improvement in a couple of queries

12 years agoDiabook-dark - do things the right way instead of the stupid way.
Thomas Willingham [Wed, 9 May 2012 03:54:17 +0000 (04:54 +0100)]
Diabook-dark - do things the right way instead of the stupid way.

12 years agoFix TinyMCE, but needs adding to theme.php
Thomas Willingham [Wed, 9 May 2012 02:42:09 +0000 (03:42 +0100)]
Fix TinyMCE, but needs adding to theme.php

12 years agoFix jquery.fancybox, but still needs adding to theme.php
Thomas Willingham [Wed, 9 May 2012 02:31:56 +0000 (03:31 +0100)]
Fix jquery.fancybox, but still needs adding to theme.php

12 years agoDiabook-dark cleaned up a bit.
Thomas Willingham [Wed, 9 May 2012 02:21:26 +0000 (03:21 +0100)]
Diabook-dark cleaned up a bit.

12 years agodon't provide 'show more' on remote friends in common unless there are actually more
friendica [Wed, 9 May 2012 00:40:56 +0000 (17:40 -0700)]
don't provide 'show more' on remote friends in common unless there are actually more

12 years agomake it optional to optimize the item table after expire
friendica [Tue, 8 May 2012 22:33:01 +0000 (15:33 -0700)]
make it optional to optimize the item table after expire

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Tue, 8 May 2012 08:15:19 +0000 (01:15 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agowrap private message autocomplete in an ifdef to make it easier to test/develop
friendica [Tue, 8 May 2012 08:14:24 +0000 (01:14 -0700)]
wrap private message autocomplete in an ifdef to make it easier to test/develop

12 years agoDE update for the strings
Tobias Diekershoff [Tue, 8 May 2012 07:56:05 +0000 (09:56 +0200)]
DE update for the strings

12 years agomake mod-follow hookable (e.g. service class limits) and also begin to prepare it...
friendica [Tue, 8 May 2012 06:09:57 +0000 (23:09 -0700)]
make mod-follow hookable (e.g. service class limits) and also begin to prepare it for functionalisation

12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Tue, 8 May 2012 01:53:57 +0000 (21:53 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:
  finished dry run - now for real test
  diabook-themes: state of the boxes at right_aside are now stored in db, instead of cookie.
  don't throw "did not contain xml" error if it's a valid rss that doesn't have the <?xml declaration
  If a contact has had delivery issues in the last 15 minutes, send new posts straight to the queue and don't even try to connect. Also defer polling for stuck contacts. Should reduce the number of stuck processes trying to connect with dead or dying servers significantly.
  separate poll_interval from delivery_interval - default is the same.

* master:

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Tue, 8 May 2012 01:48:26 +0000 (18:48 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agofinished dry run - now for real test
friendica [Tue, 8 May 2012 01:36:28 +0000 (18:36 -0700)]
finished dry run - now for real test

12 years agodiabook-themes: state of the boxes at right_aside are now stored in db, instead of...
tommy tomson [Tue, 8 May 2012 01:29:25 +0000 (03:29 +0200)]
diabook-themes: state of the boxes at right_aside are now stored in db, instead of cookie.

12 years agodon't throw "did not contain xml" error if it's a valid rss that doesn't have the...
friendica [Mon, 7 May 2012 23:51:09 +0000 (16:51 -0700)]
don't throw "did not contain xml" error if it's a valid rss that doesn't have the <?xml declaration

12 years agoIf a contact has had delivery issues in the last 15 minutes, send new posts straight...
friendica [Mon, 7 May 2012 22:54:49 +0000 (15:54 -0700)]
If a contact has had delivery issues in the last 15 minutes, send new posts straight to the queue
and don't even try to connect. Also defer polling for stuck contacts. Should reduce the number of
stuck processes trying to connect with dead or dying servers significantly.

12 years agoseparate poll_interval from delivery_interval - default is the same.
friendica [Mon, 7 May 2012 11:21:54 +0000 (04:21 -0700)]
separate poll_interval from delivery_interval - default is the same.

12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Mon, 7 May 2012 08:40:54 +0000 (04:40 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:
  reset permissions to forum default when adding forum delivery chain

* master:

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Mon, 7 May 2012 06:07:41 +0000 (23:07 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agoreset permissions to forum default when adding forum delivery chain
friendica [Mon, 7 May 2012 06:06:21 +0000 (23:06 -0700)]
reset permissions to forum default when adding forum delivery chain

12 years agoMerge pull request #291 from simonlnu/master
Simon [Mon, 7 May 2012 05:22:29 +0000 (22:22 -0700)]
Merge pull request #291 from simonlnu/master

minor css tweaks

12 years agomore css tweaks. nothing major
Simon L'nu [Mon, 7 May 2012 05:20:32 +0000 (01:20 -0400)]
more css tweaks. nothing major

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Mon, 7 May 2012 04:55:53 +0000 (00:55 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:
  I'll leave the private mail recipient autocomplete partially done. Need a good UI/JS person to finish it off.
  mail autcomplete testing
  email recip autocomplete
  rev update
  diabook-theme: small fix
  diabook-theme: add "Earth Layers"-box at right_side
  diabook-theme: twitterbox-bugfix
  diabook: small fix
  diabook-theme: bugfix

* master:

12 years agoMerge branch 'ac'
friendica [Mon, 7 May 2012 03:08:20 +0000 (20:08 -0700)]
Merge branch 'ac'

12 years agoI'll leave the private mail recipient autocomplete partially done. Need a good UI...
friendica [Mon, 7 May 2012 03:06:39 +0000 (20:06 -0700)]
I'll leave the private mail recipient autocomplete partially done. Need a good UI/JS person to finish it off.

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Mon, 7 May 2012 02:56:27 +0000 (19:56 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agomail autcomplete testing
friendica [Mon, 7 May 2012 02:55:39 +0000 (19:55 -0700)]
mail autcomplete testing

12 years agoemail recip autocomplete
friendica [Mon, 7 May 2012 02:53:34 +0000 (19:53 -0700)]
email recip autocomplete

12 years agorev update
friendica [Mon, 7 May 2012 02:52:22 +0000 (19:52 -0700)]
rev update

12 years agodiabook-theme: small fix
tommy tomson [Mon, 7 May 2012 00:49:44 +0000 (02:49 +0200)]
diabook-theme: small fix

12 years agodiabook-theme: add "Earth Layers"-box at right_side
tommy tomson [Mon, 7 May 2012 00:24:43 +0000 (02:24 +0200)]
diabook-theme: add "Earth Layers"-box at right_side

12 years agodiabook-theme: twitterbox-bugfix
tommy tomson [Sun, 6 May 2012 21:26:44 +0000 (23:26 +0200)]
diabook-theme: twitterbox-bugfix

12 years agodiabook: small fix
tommy tomson [Sun, 6 May 2012 10:25:09 +0000 (12:25 +0200)]
diabook: small fix

12 years agoMerge remote-tracking branch 'origin/master'
tommy tomson [Sun, 6 May 2012 10:09:22 +0000 (12:09 +0200)]
Merge remote-tracking branch 'origin/master'

12 years agodiabook-theme: bugfix
tommy tomson [Sun, 6 May 2012 10:08:46 +0000 (12:08 +0200)]
diabook-theme: bugfix

12 years agoMerge pull request #290 from simonlnu/master
Simon [Sun, 6 May 2012 10:08:08 +0000 (03:08 -0700)]
Merge pull request #290 from simonlnu/master

font and width tweaking

12 years agofixing widths to be more dynamic where possible. font size fixes. add README.md
Simon L'nu [Sun, 6 May 2012 10:05:31 +0000 (06:05 -0400)]
fixing widths to be more dynamic where possible. font size fixes. add README.md

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Sun, 6 May 2012 08:51:15 +0000 (04:51 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:
  bad sql left after the mailbox in/out merge

* master:

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Sun, 6 May 2012 00:54:19 +0000 (17:54 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agobad sql left after the mailbox in/out merge
friendica [Sun, 6 May 2012 00:53:23 +0000 (17:53 -0700)]
bad sql left after the mailbox in/out merge

12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Sun, 6 May 2012 00:08:19 +0000 (20:08 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:
  diabook-theme: small fix
  diabook-theme: twitter-box-update at right_aside
  diabook-theme: can now set the twitter search term in theme-settings & small fixes
  consolidate item deletion so we can fix orphaned categories and file_as tags.
  DE: new email templates translated
  workaround to clean up orphaned filetags
  only show remove category to item owner
  Option to set theme width added. Minor layout changes

* master:

12 years agodiabook-theme: small fix
tommy tomson [Sat, 5 May 2012 22:36:46 +0000 (00:36 +0200)]
diabook-theme: small fix

12 years agodiabook-theme: twitter-box-update at right_aside
tommy tomson [Sat, 5 May 2012 22:10:35 +0000 (00:10 +0200)]
diabook-theme: twitter-box-update at right_aside

12 years agodiabook-theme: can now set the twitter search term in theme-settings & small fixes
tommy tomson [Sat, 5 May 2012 18:01:38 +0000 (20:01 +0200)]
diabook-theme: can now set the twitter search term in theme-settings & small fixes

12 years agoconsolidate item deletion so we can fix orphaned categories and file_as tags.
friendica [Sat, 5 May 2012 14:05:32 +0000 (07:05 -0700)]
consolidate item deletion so we can fix orphaned categories and file_as tags.

12 years agoMerge pull request #289 from cvogeley/master
friendica [Sat, 5 May 2012 12:04:05 +0000 (05:04 -0700)]
Merge pull request #289 from cvogeley/master

Option to set theme width added. Minor layout changes

12 years agoDE: new email templates translated
Tobias Diekershoff [Sat, 5 May 2012 07:11:25 +0000 (09:11 +0200)]
DE: new email templates translated

12 years agoworkaround to clean up orphaned filetags
friendica [Sat, 5 May 2012 00:43:47 +0000 (17:43 -0700)]
workaround to clean up orphaned filetags

12 years agoonly show remove category to item owner
friendica [Fri, 4 May 2012 23:45:10 +0000 (16:45 -0700)]
only show remove category to item owner

12 years agoOption to set theme width added. Minor layout changes
Christian Vogeley [Fri, 4 May 2012 22:45:35 +0000 (00:45 +0200)]
Option to set theme width added. Minor layout changes

12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Fri, 4 May 2012 21:43:04 +0000 (17:43 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:

* master:

12 years agoMerge pull request #288 from simonlnu/master
Simon [Fri, 4 May 2012 21:13:03 +0000 (14:13 -0700)]
Merge pull request #288 from simonlnu/master

multiple fixes

12 years agofix lightbox; finished dark, now on to light
Simon L'nu [Fri, 4 May 2012 21:06:17 +0000 (17:06 -0400)]
fix lightbox; finished dark, now on to light

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Fri, 4 May 2012 21:03:23 +0000 (17:03 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:
  category removal
  Esperanto 100%
  "show more" friends in common

* master:

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Fri, 4 May 2012 13:43:24 +0000 (06:43 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agocategory removal
friendica [Fri, 4 May 2012 13:42:56 +0000 (06:42 -0700)]
category removal

12 years agoMerge pull request #287 from mschmitt/master
friendica [Fri, 4 May 2012 10:27:48 +0000 (03:27 -0700)]
Merge pull request #287 from mschmitt/master

Update Esperanto to 100%

12 years agoEsperanto 100%
Martin Schmitt [Fri, 4 May 2012 10:02:05 +0000 (12:02 +0200)]
Esperanto 100%

12 years ago"show more" friends in common
friendica [Fri, 4 May 2012 08:46:36 +0000 (01:46 -0700)]
"show more" friends in common

12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Fri, 4 May 2012 06:31:21 +0000 (02:31 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:
  DE strings
  implement max load average before queuing/deferring delivery and poller processes
  yet another bug in remote_friends_in_common
  string update
  use html symbols for double quotes
  string update
  proofreading the mail templates in fr fixed typo, grammar, spelling…
  validate_url() and validate_email() validate also IP address.

* master:

12 years agoDE strings
Tobias Diekershoff [Fri, 4 May 2012 05:30:49 +0000 (07:30 +0200)]
DE strings

12 years agoimplement max load average before queuing/deferring delivery and poller processes
friendica [Fri, 4 May 2012 04:50:48 +0000 (21:50 -0700)]
implement max load average before queuing/deferring delivery and poller processes

12 years agoyet another bug in remote_friends_in_common
friendica [Fri, 4 May 2012 03:47:04 +0000 (20:47 -0700)]
yet another bug in remote_friends_in_common

12 years agostring update
friendica [Fri, 4 May 2012 00:20:24 +0000 (17:20 -0700)]
string update

12 years agouse html symbols for double quotes
friendica [Fri, 4 May 2012 00:19:53 +0000 (17:19 -0700)]
use html symbols for double quotes

12 years agostring update
friendica [Thu, 3 May 2012 23:55:03 +0000 (16:55 -0700)]
string update

12 years agoMerge pull request #284 from fabrixxm/master
friendica [Thu, 3 May 2012 23:45:30 +0000 (16:45 -0700)]
Merge pull request #284 from fabrixxm/master

validate_url() and validate_email() validate also IP address.

12 years agoMerge pull request #286 from grossard/french_proofreading
friendica [Thu, 3 May 2012 21:01:06 +0000 (14:01 -0700)]
Merge pull request #286 from grossard/french_proofreading

proofreading the mail templates in fr

12 years agoproofreading the mail templates in fr
Ludovic Grossard [Thu, 3 May 2012 20:35:59 +0000 (22:35 +0200)]
proofreading the mail templates in fr
fixed typo, grammar, spelling…

12 years agoMerge pull request #285 from simonlnu/master
Simon [Thu, 3 May 2012 18:39:34 +0000 (11:39 -0700)]
Merge pull request #285 from simonlnu/master

dispy reworking, step 1

12 years agoforgot to move modernizr up. modernizr needs to be in <head>, like html5shiv (which...
Simon L'nu [Thu, 3 May 2012 18:35:21 +0000 (14:35 -0400)]
forgot to move modernizr up. modernizr needs to be in <head>, like html5shiv (which it includes)

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
12 years agomajor reworking of dispy dark. light to follow
Simon L'nu [Thu, 3 May 2012 18:25:18 +0000 (14:25 -0400)]
major reworking of dispy dark. light to follow

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Thu, 3 May 2012 18:18:40 +0000 (14:18 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:
  diabook-theme: small fix
  Avoid tagging both '@Robert Johnson' and also '@Robert', when '@Robert Johnson' was already matched, and '@Robert' might be somebody different entirely.

* master:

12 years agovalidate_url() and validate_email() validate also IP address.
Fabio Comuni [Thu, 3 May 2012 13:28:23 +0000 (15:28 +0200)]
validate_url() and validate_email() validate also IP address.

12 years agodiabook-theme: small fix
tommy tomson [Thu, 3 May 2012 05:57:40 +0000 (07:57 +0200)]
diabook-theme: small fix

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Thu, 3 May 2012 05:38:17 +0000 (22:38 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agoAvoid tagging both '@Robert Johnson' and also '@Robert', when '@Robert Johnson' was...
friendica [Thu, 3 May 2012 05:33:51 +0000 (22:33 -0700)]
Avoid tagging both '@Robert Johnson' and also '@Robert', when '@Robert Johnson' was already matched, and '@Robert' might be somebody different entirely.

12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Thu, 3 May 2012 04:25:56 +0000 (00:25 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:
  diabook-theme: small fix
  diabook-theme: made boxes at right_aside sortable
  use cid rather than uid in perms
  Modify events_post() in mod/events.php to set the `private` field to true when an event is shared with specific people. This is necessary to have event posts show correctly in Diaspora if an event is created visible only to self, but modified later to be visible to others.
  use mysql replace on cache items
  fixing common friends
  rev update
  Moved Meta Viewport from global head.tpl to diabook's header

* master:

12 years agodiabook-theme: small fix
tommy tomson [Thu, 3 May 2012 04:25:23 +0000 (06:25 +0200)]
diabook-theme: small fix

12 years agodiabook-theme: made boxes at right_aside sortable
tommy tomson [Thu, 3 May 2012 04:05:55 +0000 (06:05 +0200)]
diabook-theme: made boxes at right_aside sortable

12 years agouse cid rather than uid in perms
friendica [Thu, 3 May 2012 04:00:39 +0000 (21:00 -0700)]
use cid rather than uid in perms

12 years agoMerge pull request #283 from fermionic/private-events-post-correctly-in-diaspora
friendica [Thu, 3 May 2012 03:49:51 +0000 (20:49 -0700)]
Merge pull request #283 from fermionic/private-events-post-correctly-in-diaspora

Fix private-events posts in Diaspora

12 years agoModify events_post() in mod/events.php to set the `private` field to true when an...
Zach Prezkuta [Thu, 3 May 2012 03:12:57 +0000 (21:12 -0600)]
Modify events_post() in mod/events.php to set the `private` field to true when an event is shared with specific people. This is necessary to have event posts show correctly in Diaspora if an event is created visible only to self, but modified later to be visible to others.

12 years agouse mysql replace on cache items
friendica [Wed, 2 May 2012 23:27:19 +0000 (16:27 -0700)]
use mysql replace on cache items

12 years agofixing common friends
friendica [Wed, 2 May 2012 23:15:59 +0000 (16:15 -0700)]
fixing common friends

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Wed, 2 May 2012 22:27:39 +0000 (15:27 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agorev update
friendica [Wed, 2 May 2012 22:26:57 +0000 (15:26 -0700)]
rev update

12 years agoMerge pull request #282 from max-weller/master
friendica [Wed, 2 May 2012 20:49:57 +0000 (13:49 -0700)]
Merge pull request #282 from max-weller/master

Moved <meta viewport> to theme; Diabook style

12 years agoMerge branch 'master', remote-tracking branch 'remotes/upstream/master'
Simon L'nu [Wed, 2 May 2012 16:49:00 +0000 (12:49 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'

* remotes/upstream/master:
  diabook-themes: more improvements in theme.php, add titles to bbcode under coment-box
  diabook-theme: tryied to improve performance a bit
  diabook-theme: fix footer/impressum
  missing param
  provide "service_class" identifier which will let us provide service_class limits such as number of FB friends, etc.
  delineate the new profile changes from the rest of the text
  how did that happen?
  shuffle results of remote_common_friends widget
  only validate once
  perform basic validation

* master:

12 years agoMoved Meta Viewport from global head.tpl to diabook's header
Max Weller [Wed, 2 May 2012 14:59:58 +0000 (16:59 +0200)]
Moved Meta Viewport from global head.tpl to diabook's header

I mistakenly added this <meta> tag to the global header, but it
causes problems for other themes, as they have other optimal widths.

I also added a style to diabook which makes the jGrowl messages
appear below the header bar, so you can still click the menu items
without having to close messages first.

12 years agodiabook-themes: more improvements in theme.php, add titles to bbcode under coment-box
tommy tomson [Wed, 2 May 2012 14:27:01 +0000 (16:27 +0200)]
diabook-themes: more improvements in theme.php, add titles to bbcode under coment-box

12 years agodiabook-theme: tryied to improve performance a bit
tommy tomson [Wed, 2 May 2012 12:33:04 +0000 (14:33 +0200)]
diabook-theme: tryied to improve performance a bit

12 years agodiabook-theme: fix footer/impressum
tommy tomson [Wed, 2 May 2012 10:40:51 +0000 (12:40 +0200)]
diabook-theme: fix footer/impressum