Yannick Warnier
81ffc38c30
Add "none" to empty box to show no group exists for now - refs BT#10307 #FGE
9 years ago
Julio Montoya
1dbfe5d8e9
Minor - Format code, remove unused code.
9 years ago
aragonc
5e9a2555a8
fix red social and chat BT#7683
9 years ago
Julio Montoya
0c8ff36e3c
Replace calls of GroupPortalManager with UserGroup see BT#4301
10 years ago
Julio Montoya
545ca410a2
Unify classes and usergroup see BT#4301 (partial)
10 years ago
Julio Montoya
48e0a13da8
Fix UI
10 years ago
Julio Montoya
d8c44fc49c
Improve UI
10 years ago
Julio Montoya
03d263a9a6
Improve code to load user picture.
...
Remove calls from gravatar and centralize in UserManager
10 years ago
Yannick Warnier
cc540ec185
Minor - Fix button style - refs #7539
10 years ago
Yannick Warnier
f2f238d888
Allow admin to enter groups page even if social tool is disabled
10 years ago
Yannick Warnier
b87882c504
Move dropbox, userInfo and course_info language file to trad4all - refs #4467
10 years ago
Julio Montoya
51bb82ec0a
getSocialUserBlock converted to setSocialUserBlock()
...
- Now the function needs a template object in order to setup content.
- Add Display::panel function
- Use template obj in auth/profile.php requires some testing.
10 years ago
Angel Fernando Quiroz Campos
085dc005cd
Move function to SocialManager
10 years ago
Angel Fernando Quiroz Campos
266e358111
Create function to generate user social block
10 years ago
Julio Montoya
77face058c
Fix PHP warning.
10 years ago
Julio Montoya
0dc4e0363f
Fix PHP warnings.
10 years ago
Angel Fernando Quiroz Campos
8a43ed1cb4
Generate the profile edition link
10 years ago
aragonc
b3406a3338
fix camelCase variable social refs #7539
10 years ago
aragonc
abc81f01f0
sidebar avatar update template BT#9082
10 years ago
aragonc
9980e68ad7
Cambio de nombre y ubicacion a layout_social.tpl por social/home.tpl BT#9082
10 years ago
Julio Montoya
10e6b4ae33
Ckeditor - Using Formvalidator instead of form BT#8968
10 years ago
Julio Montoya
57eeea7543
Removing require_once already loaded with composer.
10 years ago
Julio Montoya
cc78d318f2
Removes require_once
10 years ago
Julio Montoya
b666f82031
Minor - Fixing PHP warnings
10 years ago
Yannick Warnier
c30e1c9583
Minor - code style review - refs #5637
10 years ago
Yannick Warnier
9f627e9dba
Split social_left_content in blocks at tpl level - refs #5637
10 years ago
Julio Montoya
11169305bf
Commenting "require_once '../inc/global.inc.php';" files inside main are parsed byt the LegacyController
10 years ago
aragonc
94984e6b12
merge
11 years ago
Julio Montoya
2372d8a39b
Updating 1.10 UI
11 years ago
Julio Montoya
8b7c976686
Replacing <img> with WEB_IMG_PATH and Display::return_icon see BT#6903
11 years ago
Julio Montoya
a0901d0708
Groups changes see BT#7156
...
Adding event_system (important activities) in group class add/delete/user_subscribe/user_unsubscribe,
adding 'allow_members_leave_group' option, require DB change
if the column does not exists the option returns 1 (users can leave groups default behaviour).
11 years ago
Julio Montoya
c1d32bde0f
Minor - format code
11 years ago
Julio Montoya
5c59427df7
Moving user profile as a controller.
...
* Adding profile_url in the api_get_user_info() array
* Removing myfiles.php likes and page. This will be added in a new
controller.
11 years ago
Julio Montoya
670c464234
Minor - changing function names
12 years ago
Julio Montoya
b46d2ad26d
Using $app['template'] instead of new Template
12 years ago
Julio Montoya
350dcd72bb
Minor fixes: Adding comment, fixing typo, reducing group title
12 years ago
Julio Montoya
b6dbf5767b
Fixing PHP notices, moving common js in the footer.tpl
12 years ago
Julio Montoya
f39d0d90e3
Merging the Social Group with the Classes(usergroup). Now the social groups are inserted in the usergroup table. See BT#4301
12 years ago
Julio Montoya
cfac24c461
Removing deprecating function function get_setting() is replaced with api_get_setting(),
...
removing Database::get_user_info_from_id() replaced with api_get_user_info(), putting the text.lib.php, array.lib.php and online.inc.php into classes,
now we call libs with Text:: ArrayClass::, and Online::
12 years ago
Julio Montoya
c6628b1d14
Removing require_once for "mail.lib.inc.php"
12 years ago
Julio Montoya
4facd18cc0
Fixing group layout and fixing help and notice blocks
12 years ago
Julio Montoya
8c57e73fe4
Fixing define PHP errorPHP warning/notices avoided
12 years ago
Julio Montoya
fec1c8636d
Improving using of twig instead of loading in PHP
12 years ago
Julio Montoya
4768cc9d40
Style changes: Replacing a_button with btn
13 years ago
Juan Carlos Raña
260b2ccc64
fix lang
13 years ago
Julio Montoya
1a44519e61
Fixing social groups UI
13 years ago
Julio Montoya
61c311a0a8
Replacing thickbox with the ajax jquery-ui dialog box see #4489
13 years ago
Julio Montoya
7358413fc0
Adding jquery-ui in the template + adding an option to show or hide text near the icons (a constant in the display class) I turn it on just for tests
13 years ago
Julio Montoya
f06d3c5dc8
Adding delete topic button (in fact we just change the status to 3 ) only for platform admins in social groups
13 years ago
Julio Montoya
af39549929
Adding smarty in the social tool + fixin the who is online in order to user pagination
13 years ago