20 Apr, 2010
2 commits
19 Apr, 2010
2 commits
-
(ActionItem1396)
16 Apr, 2010
23 commits
-
(ActionItem1481)
-
Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
-
(ActionItem1478)
-
(ActionItem1473)
-
(ActionItem1396) Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
-
* This patch includes the rest changes that I am not quite sure...
-
* This patch includes another unnecessary stuff just discovered unnecessary.
-
* This patch includes the substitutions that removes the help animation and includes an obs footnote with the content.
-
* This patch just removes all the help animations and its contents that are surely unnecessary.
-
* This patch includes all the substitutions of help animations to 'small' tagged content. * This solutions was used because the contents in these cases were important and shouldn't be removed.
-
Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
-
(ActionItem1455)
-
* Folders are being filtered in the slideshow's block. (ActionItem1447)
-
(ActionItem1482)
-
(ActionItem1482)
-
(ActionItem1482)
-
(ActionItem1482)
-
(ActionItem1482)
-
* The registration has two validation type: region and admin. + Admin - There is no validator to choose. - The regions to choose are states (This might be changed in the future). - The admins of the environment recieves the task to approve the registration of this new enterprise. - The region field isn't displayed. + Region - If there isn't any validator, shows a message that it's not possible to register any enterprise and don't show the form. - Show only the regions where is registered at least one validator. - The region field is displayed. * The required fields are highlithed. * The fields that are active or required are set through the administration panel. * Only the fields name and identifier are always required. * After registering a new enterprise, the user is set as an admin of it. * The cancel button in the register form is working properly. * In the "Validator" step, the radio button is choosing a default option. * Cancel radio_button in the task validation has a "Rejection Explanation" field that is required. * Some navigation buttons added. * Changed some buttons to labelled buttons. * The "Register a new enterprise" button is an admin option. (ActionItem1482)
14 Apr, 2010
4 commits
-
(ActionItem1454)
-
* When listing members of a community/enterprise, button "remove" is not displayed on the line of the current user (ActionItem1454)
-
(ActionItem1452)
-
Also, fix the translation to work with fast_gettext
12 Apr, 2010
1 commit
09 Apr, 2010
2 commits
-
(ActionItem1474)
08 Apr, 2010
5 commits
-
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)
07 Apr, 2010
1 commit
-
This way the output of our green CI builds gets better.