- 16 May, 2019 1 commit
-
-
Ploc authored
-
- 11 May, 2019 1 commit
-
-
Loïc DAYOT authored
Now dates in new campaign edit form are around today.
-
- 10 Apr, 2019 4 commits
-
-
Loïc DAYOT authored
change class name function to __construct function
-
Loïc DAYOT authored
Due to warnings in recent php version, migrate from mysql to mysqli extension.
-
Loïc DAYOT authored
Add autoincrement in localgroups table. Adjust , in create query.
-
- 31 Mar, 2019 2 commits
-
-
Ploc authored
-
Ploc authored
GeoJSON feed is now valid when testing the geojsonlint validator: http://geojsonlint.com/.
-
- 25 Nov, 2018 14 commits
-
-
Loïc DAYOT authored
Display in separate lists events for which a localgroup take a role. Theses lists arelimited to 3 months in the futur and one 1 month in the past.
-
Loïc DAYOT authored
Bug was that localgroup relations and roles weren't saved after submit an event. Old ones removed not deleted, and only one new saved. Now fixed.
-
Loïc DAYOT authored
Quote in campaign title causes trunc when editing - fixed close #56
-
Loïc DAYOT authored
Upgrade tinyMCE from version 3 to version 4.7 Move www/tiny_mce to www/js/tinymce close #55
-
Loïc DAYOT authored
Updating font Awesome into V5 : Updating style class. Updating font files and css.
-
Loïc DAYOT authored
End of integration of localgroup export. <footer>
-
Loïc DAYOT authored
remove unofficial mednum theme from repository
-
Loïc DAYOT authored
End of integration of all exports format with the last one : XML. Update comment text for exports. Remove old exports files.
-
Loïc DAYOT authored
prepare script with search field for future use
-
Loïc DAYOT authored
updating geocode class
-
Loïc DAYOT authored
adl/css/calendar.css inc/text.inc.php inc/class.region.inc.php js/displayMap.js Add style for edit event Remove text unused Move optgroup in select region
-
Loïc DAYOT authored
remove preview extend of tinyMCE must preview before send a localgroup form. relative path to theme files display events in the past for a localgroup close #57
-
Loïc DAYOT authored
Easyer to program. Allow Marker Clusters close #54
-
Loïc DAYOT authored
exportlist.php class.event.inc.php class.export.inc.php funcs.inc.php Adding export format for events : KML and geoJSON. Concentrate all exports into exportevents.php in place of ical.php, javascript.php, rss.php. Adding export format for localgroups : geoJSON Rename localgrouptextlist.php into exportlocalgroups.php close #8
-
- 25 Jan, 2018 2 commits
- 04 Dec, 2017 2 commits
-
-
Loïc DAYOT authored
add previewEnable and submitEnable parameters in edit function
-
Loïc DAYOT authored
fixed cleaning the output buffer before to display identification form.
-
- 03 Dec, 2017 1 commit
-
-
Loïc DAYOT authored
Hide localgroup management links.
-
- 15 Oct, 2017 7 commits
-
-
Ploc authored
When a connection failure to the database was occuring the database password was written on the screen, publicly revealing the password (and the user, and the database name). All this output have been removed.
-
Loïc DAYOT authored
Export list can be filtered on localgroup. Generalize filter methods : fieldnames in select form and functions. Add export to a classical html web page. Generalize exported URL construction with filters. Fix javascript call when MCE is not present. Map now filtered on tags and daylimit. Description field in RSS truncked. close #25
-
Loïc DAYOT authored
Force postal code format into 5 digits. Good for french situation, but not for others countries like Belgium.
-
Loïc DAYOT authored
Add protocol http or https in RSS content, depending on protocol when subscribing in Mozilla Firefox. in relation with #42
-
Loïc DAYOT authored
Allow display local groups sort by region in map. To show them, enable each in layer switcher. bug fix #50
-
Loïc DAYOT authored
Event edit form looks identical when editing or creating. Webpage title in variable. bug fix #52
-
Loïc DAYOT authored
change \' to '' in region table content.
-
- 30 Jul, 2017 2 commits
-
-
Loïc DAYOT authored
For each day in a month of calendar, add link to show all events of the day. For each day in a month of calendar, add link to add new event at this date. Add link to add event from showoneday.php at this date. close #37
-
Loïc DAYOT authored
Allow duplicate event when display one event. Solution for repeted events. close #6
-
- 16 Jun, 2017 4 commits
-
-
Ploc authored
-
Ploc authored
-
Loïc DAYOT authored
Add a css class depending on tags of event in calendar. For example : tag `libre-en-fete-2017` for the event can add the following css class in calendar.css: ```css .cal_tag_libre-en-fete-2017::before { content: url(../../adl/image/lef-2007-small.png); } ``` close #44
-
Loïc DAYOT authored
Map parameters (zoom, lat, lon) are now set in local configuration file for easier configuration. Add a message when geolocation isn't found from address. BREAKING CHANGE: Add the following configuration in your `www/inc/config.inc.php` file in line 99: ```php /* * Map settings **/ $mapGlobalDisplay = array( /** in map.php */ 'lat' => 46.8, 'lon' => 1, 'zoom' => 6, ); $mapLocalgroupDisplay = array( /** in showlocalgroup */ 'zoom' => 13, ); $mapEventDisplay = array( /** in showevent */ 'zoom' => 11, ); ```
-