29 Aug, 2016
1 commit
25 Jul, 2016
1 commit
-
Also: * Move error messages to shared folder * Refactor and addition of tests for signup on RegisterComponent * Display error messages after sumbit registration * Add new strings on translations files * Add login link on registration page
22 Jul, 2016
17 commits
-
See merge request !47
-
Also added link to register on login modal
-
Signed-off-by: DylanGuedes <djmgguedes@gmail.com> Signed-off-by: ArthurJahn <stutrzbecher@gmail.com>
-
Signed-off-by: DylanGuedes <djmgguedes@gmail.com> Signed-off-by: ArthurJahn <stutrzbecher@gmail.com> Signed-off-by: Fábio Teixeira <fabio1079@gmail.com>
-
Adjusts the style of the component according with its prototype Translates messages of the signup page. Fixes the post request, using the 2nd parameter as string instead of object. Signed-off-by: DylanGuedes <djmgguedes@gmail.com> Signed-off-by: Omar Junior <omarroinuj@gmail.com> Signed-off-by: Sabryna Sousa <sabryna.sousa1323@gmail.com> Signed-off-by: Victor Arnaud <victorhad@gmail.com>
-
Events hub Added a service called EventsHubService to serve as central point for events propagated through the Noosfero Angular Application. See merge request !53
-
…T_NAMES to be an array of strings
18 Jul, 2016
1 commit
15 Jul, 2016
1 commit
14 Jul, 2016
3 commits
11 Jul, 2016
2 commits
08 Jul, 2016
5 commits
-
Layout support See merge request !51
-
…t' aligned to right of screen
-
- Added support only to 'rightbar' and 'default' @TODO - Develop all layouts Signed-off-by: Paulo Tada <paulohtfs@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
06 Jul, 2016
1 commit
-
…re (with already two templates implemented)
05 Jul, 2016
2 commits
04 Jul, 2016
3 commits
-
Skins - Build/deploy support The first **_skins_** feature implementation doesn't works to `gulp build` tasks. Now, this changes enables support to a specific **`package.json`** to subthemes, allowing a default skin (optionally) in each subtheme folder. Added to some simple refactorys into `gulp/conf.js` file. Example of the new **`package.json`** file of `angular-participa-consulta` subtheme: ``` javascript { "name": "angular-participa-consulta", "version": "1.0.0", "description": "The theme for 'Consulta publica' community specific colors and UI changes", "config": { "theme": "angular-participa-consulta", "skin": "skin-yellow" //Here is the DEFAULT theme skin }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC" } ``` These changes is related with merge !48 and fixes #96 See merge request !50
01 Jul, 2016
2 commits
29 Jun, 2016
1 commit
-
Search ui - Fix CSS :hover See merge request !49