Angel Fernando Quiroz Campos
							
						 
						
							 
							
							
							
								
							
								0fb496d46a 
								
							
								 
							
						 
						
							
							
								
								Agenda: Fix to save max subscriptions when saving by ajax - refs BT#20946  
							
							 
							
							
 
							
						 
						
							2 years ago  
						
					 
				
					
						
							
							
								 
								Angel Fernando Quiroz Campos
							
						 
						
							 
							
							
							
								
							
								4682d74927 
								
							
								 
							
						 
						
							
							
								
								Calendar: Allow to subscribe/unsubscribe users to events - refs BT#20637  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Angel Fernando Quiroz Campos
							
						 
						
							 
							
							
							
								
							
								6c617c5798 
								
							
								 
							
						 
						
							
							
								
								Calendar: Add agenda_event_subscriptions configuration setting - refs BT#20637  
							
							 
							
							... 
							
							
 
							
							It allows to other users to subscribe for events. Requires DB changes:
```sql
ALTER TABLE personal_agenda ADD subscription_visibility INT DEFAULT 0 NOT NULL, ADD max_subscriptions INT DEFAULT 0 NOT NULL;
```
Then uncomment the "use EventSubscribableTrait;" line in the PersonalAgenda class. 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Angel Fernando Quiroz Campos
							
						 
						
							 
							
							
								
								
							
							
								
							
								949f8cce6c 
								
									
								
							
								 
							
						 
						
							
							
								
								Agenda: Allow import course events in CSV - refs BT#20356  
							
							 
							
							... 
							
							
 
							
							Author: @AngelFQC  
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Angel Fernando Quiroz Campos
							
						 
						
							 
							
							
							
								
							
								aea292da3e 
								
							
								 
							
						 
						
							
							
								
								Calendar: Add allow_careers_in_global_agenda conf option - refs BT#19497  
							
							 
							
							... 
							
							
 
							
							Allow career/promotions in global calendar. Require DB changes:
```sql
ALTER TABLE sys_calendar ADD COLUMN career_id INT DEFAULT 0;
ALTER TABLE sys_calendar ADD COLUMN promotion_id INT DEFAULT 0;
``` 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Angel Fernando Quiroz Campos
							
						 
						
							 
							
							
							
								
							
								ad71f6d787 
								
							
								 
							
						 
						
							
							
								
								Add agenda_reminders configuration setting - refs BT#19392  
							
							 
							
							... 
							
							
 
							
							Enable reminders for agenda events. Requires database changes:
```sql
CREATE TABLE agenda_reminder (id BIGINT AUTO_INCREMENT NOT NULL, type VARCHAR(255) NOT NULL, event_id INT NOT NULL, date_interval VARCHAR(255) NOT NULL COMMENT '(DC2Type:dateinterval)', sent TINYINT(1) NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB;
``` 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Angel Fernando Quiroz Campos
							
						 
						
							 
							
							
							
								
							
								1592afbd46 
								
							
								 
							
						 
						
							
							
								
								Calendar: save collective properties when add/edit event - refs BT#19390  
							
							 
							
							
 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Angel Fernando Quiroz Campos
							
						 
						
							 
							
							
							
								
							
								5669fa9c69 
								
							
								 
							
						 
						
							
							
								
								Add agenda_collective_invitations conf setting - refs BT#19390  
							
							 
							
							... 
							
							
 
							
							It allows to send invitations to friends for an agenda event. Requires DB changes: 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Julio
							
						 
						
							 
							
							
							
								
							
								e4781a7d15 
								
							
								 
							
						 
						
							
							
								
								Agenda: Add sec_token param in agenda events #security  
							
							 
							
							
 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								88c447d704 
								
							
								 
							
						 
						
							
							
								
								Minor - format code  
							
							 
							
							
 
							
						 
						
							6 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								67a59fe873 
								
							
								 
							
						 
						
							
							
								
								Minor - format code, remove logs  
							
							 
							
							
 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								3a512497f0 
								
							
								 
							
						 
						
							
							
								
								Minor - flint fixes  
							
							 
							
							
 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								cebc8e01e6 
								
							
								 
							
						 
						
							
							
								
								Add registerLog see BT#15020  
							
							 
							
							
 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								cb93161363 
								
							
								 
							
						 
						
							
							
								
								Minor - flint fixes  
							
							 
							
							
 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								d9c37bf1f3 
								
							
								 
							
						 
						
							
							
								
								Security: Remove "Security::remove_XSS", fix htmleditor get value  
							
							 
							
							... 
							
							
 
							
							Related:
099ec4117e 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Yannick Warnier
							
						 
						
							 
							
							
							
								
							
								099ec4117e 
								
							
								 
							
						 
						
							
							
								
								Security: Fix XSS vulnerability in agenda - see security report 28 - additions  
							
							 
							
							
 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								e3712573ad 
								
							
								 
							
						 
						
							
							
								
								Minor - update CI, format code  
							
							 
							
							
 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								ecdc2037e2 
								
							
								 
							
						 
						
							
							
								
								Applied fixes from FlintCI  
							
							 
							
							
 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								bf885f42f4 
								
							
								 
							
						 
						
							
							
								
								Applied fixes from FlintCI  
							
							 
							
							
 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Angel Fernando Quiroz Campos
							
						 
						
							 
							
							
							
								
							
								2a2b76353d 
								
							
								 
							
						 
						
							
							
								
								Add header with content-type for agenda AJAX - refs BT#12892  
							
							 
							
							
 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								jmontoyaa
							
						 
						
							 
							
							
							
								
							
								ef4b199621 
								
							
								 
							
						 
						
							
							
								
								Fix agenda permissions see BT#12161  
							
							 
							
							... 
							
							
 
							
							Change Agenda class to set type in constructor. 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								jmontoyaa
							
						 
						
							 
							
							
							
								
							
								28d7309adc 
								
							
								 
							
						 
						
							
							
								
								Improve calendar UI see BT#11972  
							
							 
							
							
 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								jmontoyaa
							
						 
						
							 
							
							
							
								
							
								7a1703cd49 
								
							
								 
							
						 
						
							
							
								
								Minor - Set course  
							
							 
							
							
 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								jmontoyaa
							
						 
						
							 
							
							
							
								
							
								fab7a58076 
								
							
								 
							
						 
						
							
							
								
								Use __DIR__ when calling global.inc.php  
							
							 
							
							... 
							
							
 
							
							This is needed for an easy migration to chamilo v2 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								jmontoya
							
						 
						
							 
							
							
							
								
							
								a0d9ceb45c 
								
							
								 
							
						 
						
							
							
								
								Add announcement option when editing an event see BT#10950  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								20998f9067 
								
							
								 
							
						 
						
							
							
								
								Fix agenda filters.  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								63266a1ffa 
								
							
								 
							
						 
						
							
							
								
								Add session filter see   #7756  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								ba5dfd0b3a 
								
							
								 
							
						 
						
							
							
								
								Minor - rename function.  
							
							 
							
							
 
							
						 
						
							11 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								c58a625262 
								
							
								 
							
						 
						
							
							
								
								Change function name.  
							
							 
							
							
 
							
						 
						
							11 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								99714a2d2f 
								
							
								 
							
						 
						
							
							
								
								Change function names.  
							
							 
							
							
 
							
						 
						
							11 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								8694ff7c03 
								
							
								 
							
						 
						
							
							
								
								Remove unused calendar code.  
							
							 
							
							
 
							
						 
						
							11 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								f3fc1b6db2 
								
							
								 
							
						 
						
							
							
								
								Fix calendar tool after upgrade to fullcalendar to v2.  
							
							 
							
							
 
							
						 
						
							11 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								5f7d075cc0 
								
							
								 
							
						 
						
							
							
								
								Removes old calendar. Moving agenda.lib.php inside main/inc/lib  
							
							 
							
							
 
							
						 
						
							11 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								02a7fe77f9 
								
							
								 
							
						 
						
							
							
								
								Fixes agenda comment UI see BT#7802  
							
							 
							
							
 
							
						 
						
							11 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								0e1a9c8004 
								
							
								 
							
						 
						
							
							
								
								Minor - format code  
							
							 
							
							
 
							
						 
						
							11 years ago  
						
					 
				
					
						
							
							
								 
								aragonc
							
						 
						
							 
							
							
							
								
							
								94984e6b12 
								
							
								 
							
						 
						
							
							
								
								merge  
							
							 
							
							
 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								7b42bfe403 
								
							
								 
							
						 
						
							
							
								
								Fixing agenda CRUD see BT#7803  
							
							 
							
							
 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								4c6799fe57 
								
							
								 
							
						 
						
							
							
								
								Improving agenda UI, fixing event edition see BT#7803  
							
							 
							
							... 
							
							
 
							
							Adding date-range-picker element in FormValidator.
Updating datetimepicker js library
Adding sabre-vobject ical library. 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								4a74df7cb6 
								
							
								 
							
						 
						
							
							
								
								Moving code inside agenda.lib.php see BT#7772  
							
							 
							
							
 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								eb94338f7f 
								
							
								 
							
						 
						
							
							
								
								Removing unused functions, moving functions in the agenda.lib class.  
							
							 
							
							
 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								aefb73af9e 
								
							
								 
							
						 
						
							
							
								
								Fixing PHP warning.  
							
							 
							
							
 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								7049f78f5d 
								
							
								 
							
						 
						
							
							
								
								Minor - format code.  
							
							 
							
							
 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								9980c0d49a 
								
							
								 
							
						 
						
							
							
								
								Minor cleaning code.  
							
							 
							
							
 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								ea9d2c4573 
								
							
								 
							
						 
						
							
							
								
								Removing unneeded global.inc.php requires  
							
							 
							
							
 
							
						 
						
							13 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								3e14888d8f 
								
							
								 
							
						 
						
							
							
								
								Moving tbl_change js into main/inc/lib/javascript  
							
							 
							
							
 
							
						 
						
							13 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								0f3edf39be 
								
							
								 
							
						 
						
							
							
								
								Moving agenda.lib.php inside main/inc/lib  
							
							 
							
							
 
							
						 
						
							13 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								cc5ed3657d 
								
							
								 
							
						 
						
							
							
								
								Setting the agenda type using a function $agenda->setType($type);  
							
							 
							
							
 
							
						 
						
							13 years ago  
						
					 
				
					
						
							
							
								 
								unknown
							
						 
						
							 
							
							
							
								
							
								e4373fbb2f 
								
							
								 
							
						 
						
							
							
								
								Filter function updates  
							
							 
							
							
 
							
						 
						
							13 years ago  
						
					 
				
					
						
							
							
								 
								Julio Montoya
							
						 
						
							 
							
							
							
								
							
								7ad45b4dda 
								
							
								 
							
						 
						
							
							
								
								Fixing queries, php notices and warnings due recent changes (adding c_id in new tables)  
							
							 
							
							
 
							
						 
						
							13 years ago  
						
					 
				
					
						
							
							
								 
								Yannick Warnier
							
						 
						
							 
							
							
							
								
							
								5592a0c150 
								
							
								 
							
						 
						
							
							
								
								Fixed notice in AJAX for agenda  
							
							 
							
							
 
							
						 
						
							13 years ago