
Originally Posted by
DivaVocals
...Rus probably has all the changes in his files.. Hopefully he can submit them so I can work on testing over the weekend.. I'm flying to Nashville tonight and I can work on some things while at the airport and during my downtime at my hotel.
HTML Code:
Files I have "touched" since the alpha (ec_4_alpha.zip) release:
On the admin (back end) side:
events_manager.php
* changed
: located in: admin/
- main program on administrative side
events_manager_rec_poll.php
* new
: located in: admin/
- added for javascript ajax/sjax calls from main events_manager.php
events_manager_drop_dns.php
* changed
: located in: admin/includes/
- called from events_manager.php to handle link creation drop down boxes
events_manager.css
* new
: located in: admin/includes/
- created to separate the bulk of css from events_manager.php
events_manager_image_manipulator.php
* new
: located in: admin/includes/classes/
- called from events_manager.php, holds image manipulation class/functions
! was originally named image_manipulator.php, changed to be consistent with events module
events_manager_js.php
* new
: located in: admin/includes/javascript/
- created to separate the bulk of javascript from main events_manager.php
! file is called as a php require not from a javascript file tag, this is due to needed php define references
events_manager_functions.php
* new
: located in: admin/includes/functions/
- created to separate some of the larger php functions from main events_manager.php
events_manager.php
* changed
: located in: admin/includes/languages/english/
- hold english language php DEFINEs for text in the events manager module
events_manager.php
* changed
: located in: admin/includes/languages/english/extra_definitions/
- hold english language php DEFINEs for configurable options in the events manager
-----
On the store (front end) side:
tpl_events_calendar_default.php
* changed
: located in: /includes/templates/your_template/templates/
- main events calendar program for store front side
events_calendar_include_defines.php
* changed
: located in: /includes/languages/english/extra_definitions/your_template/
- hold english language php DEFINEs for configurable options in the events calendar
events_calendar_functions.php
* changed
: located in: /includes/functions/extra_functions/
- holds functions shared by events calendar module
That should do you...
Rus