12 May, 2011
1 commit
-
(ActionItem356)
11 May, 2011
1 commit
10 May, 2011
1 commit
-
(ActionItem1963)
09 May, 2011
1 commit
-
- moving boxes style definitions from base theme to templates - fixing sidebars width to 190px everywhere (ActionItem1979)
10 Apr, 2011
2 commits
-
(ActionItem1925)
-
Today the varnish-noosfero.vcl has only the basic backend configurations and the vcl_error routine to be compatible with the noosfero error page. In the future more noosfero configurations for varnish may be appended to this file. (ActionItem1877)
02 Feb, 2011
1 commit
-
(ActionItem1834)
26 Jan, 2011
1 commit
-
OBS: applied over 4222d1a7eb43d8b3428d231c87a2368ad9e56f67 (ActionItem1527)
18 Jan, 2011
1 commit
-
* Adds another "Post a comment" top button that redirects to the bottom * "Post a comment" button is left-aligned * Removal confirmation message changed to cover replies * Removes background and border from the remove icon * The remove icon appears only on mouse over * Works in all major browsers * Highlights the author reply as the same way as the author comment (ActionItem1771)
11 Jan, 2011
2 commits
-
(ActionItem1771)
-
(ActionItem1807) Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
19 Dec, 2010
1 commit
-
* Removing city from profile_image_link * Removed unnecessary method community_image_link * Added people's city when browsing people (ActionItem1773) Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
17 Dec, 2010
1 commit
16 Dec, 2010
1 commit
07 Dec, 2010
1 commit
-
(ActionItem1769)
26 Oct, 2010
4 commits
-
(ActionItem1680)
-
(ActionItem1756)
21 Oct, 2010
2 commits
-
This reverts commit 45f1288a6a729ade3a800cc5f197d31d48115b1a.
11 Sep, 2010
1 commit
-
- added strophejs lib to communication with XMPP server - added jquery.scrollabletab.js and jquery.emoticon.js plugins - new 'pidgin' icon theme - environment attribute 'icon_theme' moved to theme - added ruby_bosh as plugin to start XMPP/BOSH session (ActionItem1635)
02 Sep, 2010
1 commit
-
* Also cleaning the css that involves, the article title and the blog-feed-link.
26 Aug, 2010
1 commit
-
(ActionItem1644)
15 Aug, 2010
1 commit
-
* addThis * blog-feed-link * article-actions
12 Aug, 2010
1 commit
-
(ActionItem1607))
06 Aug, 2010
1 commit
-
(ActionItem1587,ActionItem1588)
19 Jul, 2010
1 commit
14 Jun, 2010
1 commit
-
(ActionItem1548)
11 May, 2010
1 commit
-
(ActionItem1517)
30 Apr, 2010
1 commit
09 Apr, 2010
1 commit
-
(ActionItem1474)
08 Apr, 2010
1 commit
-
This commit introduces a lot of changes in the HTML generated by Nosfero with the intent of making it load faster on users' browsers. This includes: * Adding apache configuration for compression of text content and aggresive cache policy (caching assets for 1 month) * Drastically reducing the number of stylesheets and javascript files referenced in the HTML. * The remaining CSS and Javascript files are now cached in a single file (one CSS file and one Javascript file) so that clients will only request a single file instead of several ones (and thus requiring a single HTTP connection instead of several ones). * Making sure that all assets referenced in the code have a timestamp (?21083219837) in the end of the URL so that when they are updated the client will fetch them again. During the course of the implemeantion, some other changes were made: * Updated INSTALL file with documentation about apache configuration for production environments. * Marked as deprecated all methods that use stylesheet_import, as well as stylesheet_import itself. * Removed "better browser promotion" code. It sucks. * Unifyed Noosfero stylesheets) * Unifyed stylesheets in the base theme * Enhanced the sample-data script with the creation of random events. in a range of 60 days around the current date, so that there will be events in the previous month, in the current month and in the next month. * Removed unused cms.js * Updated .gitignore example to ignore cached CSS and Javascript files. * Updated git-upgrade script to remove cached CSS and Javascript files. (ActionItem1425)
05 Apr, 2010
1 commit
24 Mar, 2010
1 commit
-
(ActionItem1449)
03 Mar, 2010
1 commit
-
* Creating a community * Inviting contacts from e-mail * Moderating articles * Joining a community * Accepting new members (ActionItem1422)
08 Feb, 2010
1 commit
05 Feb, 2010
3 commits
-
Also enhanced the visual of the "not found" and "access denied" screens
-
* added option to shuffle images * added navigation buttons * other changes: * Removed "toggle visibility" button and action in BoxOrganizer Controller * Bock#visible? now receives an optional context so that blocks can decide where they must be shown or not * BoxesHelper now passes the context into the Block#visible? method * Added title to Uploaded files and displaying it instead of the description when viewing files (ActionItem1358)