source: indico/NEWS @ 0f100090aa3da50b20aaead4a2d0ad7a720db16e

Revision 0f100090aa3da50b20aaead4a2d0ad7a720db16e, 40.8 KB checked in by Juan Alonso <juan.alonso.hernandez@…>, 3 years ago (diff)

[IMPROVEMENT] New setup.py and directory structure

  • support for easy_install (still buggy)
  • added dev-utils to the repo (indicoShell, etc)

Squashed commit of the following:

commit b953b659f757be91042d96675268ca1fbf384c17
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 31 17:08:41 2009 +0200

final setup.py commits

commit b27a53696ea03a324ee19473c1a1abbd076b3850
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 31 16:35:42 2009 +0200

Added ez_setup so that setup.py will work even if the user doesn't have easytools installed

commit a44f472d024309b9f23b89ba530e9b6f11608f08
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 31 15:38:46 2009 +0200

[FIXED] Problem with setup.py installation

commit c963f2d2cbc44e2eb190238b4ade5bf4d92c7d0e
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Thu Jul 30 15:58:41 2009 +0200

[MINOR] Check if mod_python is installed and warn the user in case it is not

commit c788892108907eec70c223cdd4cde6ca675792af
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Thu Jul 30 15:47:15 2009 +0200

[FIXED] setup.py sdist now properly handles --version arg

[IMPROVEMENT] If ApacheUser? and ApacheGroup? are valid system
users the installation script will not ask for them anymore

commit a13ad8a575f592ec8556bfbe323a69713173cba0
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Thu Jul 30 14:18:13 2009 +0200

setup.py tests now produces JUnit-like xml results

commit 73e269ff90c14ed9bcef9b8061ad41f8ca73eb5e
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Mon Jul 27 18:30:35 2009 +0200

Fixed some more setup.py errors

commit 77a488b070328f2cf78dfdc2c0d5311d7ed124f6
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Mon Jul 27 17:12:55 2009 +0200

Moved indico.conf to etc/indico.conf so it will always be in the same place

commit 7db5751181cdeb59cdfd60d5843737c54d4abf49
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Mon Jul 27 17:11:04 2009 +0200

More setup.py fixes

commit 60ef2a044f65acf09fb09790846b6ad5f3040776
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Mon Jul 27 16:16:12 2009 +0200

More fixes to setup.py

commit d82abe4b8f1907a00fbd5b2d12acb965a56ca96c
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Mon Jul 27 15:18:36 2009 +0200

Fixed some setup.py problems

commit b3498ca19f63e54fc3fb9d7ad2a3467e1bdd2c33
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Mon Jul 27 14:25:32 2009 +0200

Simplified and improved setup.py messages

commit 682336708adc57929fc75ce4d609fc735d04a4ab
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 24 18:54:16 2009 +0200

[MINOR] Mayor cleanup and refactorings to setup.py & Configuration.py fixes

We now use findall and find_packages from setuptools instead of reinventing
the wheel.

commit 3142e91203af3b252b13ccbe137682adabbaf9dd
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 24 18:05:13 2009 +0200

[MINOR] Removed unused or duplicated options from Configuration.py

commit 30336c20714b7a160473861dc82950ced6973542
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 24 17:49:12 2009 +0200

[MINOR] Heavy Massive cleanup of Configuration.py

commit 85b5e1b4a6aac19c31a320efbe81d43962a585af
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 24 16:41:28 2009 +0200

Cleaned up setup.py and added new DocumentationDir? variable to Config

commit fe8fa470529df7e401d46fb1b7a1c489d50307f7
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 24 16:26:24 2009 +0200

Removed more unused stuff from setup.py

commit 5c36e358f852353127d5adec2ba9b68280746c42
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 24 13:31:11 2009 +0200

Modified setup.py and Configuration.py so that it can work without having external dependencies

commit 7cd2f3e4e77d4e58927c4e80ff7a4d0b1ccc9cfb
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 24 13:30:32 2009 +0200

Added very basic tests for Conference

commit 5718e8c2d0303c331c60a4dc202ef039b9b42ce7
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Thu Jul 23 17:59:22 2009 +0200

More refactorings

commit 7785ba6c0d200f90fc51a853d698a7424ef545c5
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Tue Jul 21 18:08:39 2009 +0200

Fixed db config files

commit e5e16e6c013280da6ead155cdbf95aa69d13c48e
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Tue Jul 21 17:32:22 2009 +0200

More improvements to setup.py

commit ec02d75caf81fd3a7673e9937d48ce3827cd0b67
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Tue Jul 21 17:01:50 2009 +0200

[ADDED] Single test launcher

tests/runst can be used to launch single test files. It will set up
the environment so that Python will use the development directory
instead of the system one. It also automatically calls to
unittest.main() so you only need to create the unittest.TestCase?
derived file and no boilerplate code is needed.

Adapted existing tests to work with the new script

commit c6905a92d82354f814b1e8c91d29f0bf8e06e5aa
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Tue Jul 21 16:26:02 2009 +0200

[ADDED] IndicoShell? and OAI utilies

IndicoShell? is a shell that makes it easier to consult and interact
with Indico.

commit 2558836d97e128a516f39c3ffa564265f86680b7
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Tue Jul 21 16:16:50 2009 +0200

[ADDED] New database reindex script

reindexcategorynameindex.py deletes all category indexes and recreates them

commit dd7ddcd579837756a422c9b67e44dd4f03db1ef4
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Thu Jul 9 15:22:13 2009 +0200

[IMPROVEMENT] Simplified MANIFEST.in and removed unused files in toplevel dir

commit 068d7571f82130492c78ad0dddb29111fbd05631
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 17 15:48:44 2009 +0200

[MINOR] Moved scripts/ to bin/ and divided them by topic

Moved indico/htdocs/tools to indico/htdocs/scripts and indico/htdocs/help to indico/htdocs/ihelp

commit d800004ee5d3c1a846cee4aa2279d85f731943d8
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 24 15:12:02 2009 +0200

[MINOR] setup.py bugfixes and refactorings

Improved reading of prompts in setup.py

Removed more old stuff related to setup.py

Fixed confmerge breackage

Renamed ArchivePath? to ArchiveDir? to maintain consistency

commit 77e1a202946b23af6e369c71b3ac814195b9a9d0
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Thu Jul 16 18:13:40 2009 +0200

setup.py refactorings and started the setup.py upgrade mechanism

Config.forceReload() now works correctly

commit f0dc69fcbc27b639464f979e49d28411f6e85357
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 24 15:26:20 2009 +0200

[IMPROVEMENT] indico.conf replaces build.xml as indico's configuration mechanism

  • added new confmerge tool for the new indico.conf format (tests included)
  • New tests and tests refactorings
  • Removed old actions and code from setup.py
  • Removed some unnecesary indico.conf vars
  • Added missing init.py file
  • Refactored indico.conf and added new tests
  • Modified MaKaCConfig.py so that it will dynamically load indico.conf and take its values from thee
  • Added more tests to testsuite and fixed indico.conf location
  • Configuration.py refactorizations
  • Hidden version value from setup.py and more refactorings
  • Setup.py now properly handles indico.conf depending on wether we are generating a CERN package or not
  • Documented some indico.conf options

commit d5ef6cbee0140560e007dc676bba84e0d89f2536
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Wed Jul 8 17:31:01 2009 +0200

Commented several entries of etc/MaKaCConfig

commit 486e7a306b696f4f78f6a93f730ac6f439ebde20
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 24 15:23:05 2009 +0200

[MINOR] setup.py now automatically detects packages (including plugins) without needing to specify them

Added support to specify uid and gid to setup.py install

Several setup.py refactorings and cleanups

Extracted MaKaCConfig.py template into its own file

Other small refactorings

commit 49208e983b5524351f27a66eddc09e4efbf31319
Author: Juan Alonso <juan.alonso.hernandez@…>
Date: Fri Jul 3 18:54:45 2009 +0200

[MINOR] Improvements and cleanups to testing framework

added tests for checking that setup.py tasks work

  • Property mode set to 100644
Line 
1[Indico 0.97] What's new
2---------------------------------
3
4[NEWS]
5- (Jose-17.03.2009) allow the use of html entities in reportlab PDFs
6- (Jose-27.02.2009) Added the choice to make mandatory or not track selection in abstract submission.
7- (Jose-26.02.2009) Allowing the usage of HTML in abstracts.
8- (Jose-11.02.2009) RoomBooking: if we search for one room booking, we use the simple calendar instead of multi rooms calendar.
9- (Jose-03.02.2009) RoomBooking: added option to search bookings which require video conference support.
10- (Jose-29.01.2009) Added access to registration summary (page from which a user can pay on-line) by using an authorization key.
11- (Jose-21.01.2009) Added sortField and sortOrder to Indico Search.
12- (Jose-19.01.2009) Added back to submitted status for withdrawn abstracts.
13- (Jose-08.01.2009) Added link to external user guides (sharepoint) in help webpage
14- (Jose-08.01.2009) Added "I don't know" option when choosing a VC system for a room booking.
15- (Pedro-06.01.2009) CRBS: Cancelling a single occurrence of a booking is now possible.
16- (Jose-05.01.2009) News module has been improved
17- (Pedro-15.12.2008) New IndicoSearch - interface was integrated into Indico. The Search Engine Adapter API was refactored.
18- (Jose-26.11.2008) Added duration for breaks in meetings display
19- (DavidMC-25.11.2008) Badge PDF Options are kept between 2 prints. Server admin can set default Badge PDF Options for new conferences.
20- (Jose-21.11.2008) Clone a booking
21- (Jose-12.09.2008) If a category A is private and one subcategory B (of A) is private by itself, then Indico does not have into account the access list of A, but just the one from B.
22- (Jose-27.08.2008) Added FullName B and FullName B (w/o title) to badges. These attributes show the first name first.
23- (Jose-01.08.2008) When room has a custom attribute "notification email", you can add someone to receive notifications for new bookings.
24- (DavidMC-28.07.2008) Contribution creation: when contribution is created from Contribution List page, by default start date is empty, and in that case contribution is not added to schedule.
25- (Pedro-16.07.2008) logging support
26  * Logging support using the Python standard library;
27- (Jose-10.07.2008) Registration form: added modification end date. Registrants will be able to modify the reg form after the end date.
28
29
30[BUGS]
31- (Jose-03.03.2009) Fixed bug when a user login on Indico and he/she is using MyTimezone. Reset timezone when logout.
32- (Jose-26.02.2009) Fixed many bugs to make category tasks usable.
33- (Jose-29.01.2009) Fixed bug: When we merged an abstract A into another one B. If we removed A, then there was an exception accessing B.
34- (Jose-21.01.2009) Sometimes AvatarHolder.match was returning to times the same object due to search by secondary emails
35- (Jose-09.01.2009) Removed epayment announcement if there is nothing to pay
36- (Pedro-08.01.2009) Fixed DVD creation bug: unicode characters would render differently depending on the system's codepage, and would sometimes produce broken links. Now unicode characters are escaped.
37- (Jose-27.11.2008) Not allowing to send activation email when accounts are moderated.
38- (Jose-26.11.2008) Reschedule within sessions: now it is recalculation for breaks as well.
39- (Jose-20.11.2008) PDFParser is now handling entities.
40- (Pedro-26.09.2008) Added proper message when an invalid category id is specified
41- (Pedro-21.08.2008) Deleting a conference would result in the subcontributions not being removed from the index
42- (Jose-11.08.2008) Cloning with timezone (daylight-saving time missing)
43- (Pedro-08.07.2008) Fixed bug: conferences remained in ConferenceHolder even after category was deleted.
44- (Jose-30.06.2008) Bug when re-checking conflicts. resvId was 'None' (str) instead of None.
45
46[Indico 0.96.0] What's new
47---------------------------------
48
49[NEWS]
50- (Jose-30.05.2008) TaskDaemon improved (less conflict errors)
51- (Jim-28.04.2008) Timezone awareness
52- (Tomas-13.8.2007) autoaccept participants
53- (Tomas-13.8.2007) removed post refresh
54- (Tomas-13.8.2007) urlhandlers.build, derive
55- (Tomas-13.8.2007) manager can add vip registrants
56- (Tomas-13.8.2007) changed behavior: accept work after decline
57- (Tomas-13.8.2007) introduced registrars
58
59[BUGS]
60- (David-12.09.2007) fix bug in material display for categories
61
62[Indico 0.94.0] What's new
63---------------------------------
64
65[BUGS]
66- (Jose-26.02.2008) [RegForm] corrected bug with margins when generic fields were not mandatory.
67- (Jose-26.02.2008) [RegForm] corrected bug with margins when generic fields were not mandatory.
68- (Jose-26.02.2008) [RegForm] sorted list of generic fields when displaying the registration form.
69- (Pedro-25.02.2008) Corrected bug that caused "skip conflicts" to be forgotten through the pre-booking collision confirm process.
70- (Jose-25.02.2008) session info did not refresh ok when adding/removing conveners (room info was missing)
71- (Jose-13.02.2008) removing html tags from browser title
72- (Thomas-05.02.2008) corrected bug on poster creation when room is empty
73- (Thomas-18.01.2008) make new participants email address mandatory
74- (Thomas-18.01.2008) display error messages on participants list page
75- (Thomas-28.11.2007) accessController had sometimes ConferenceChair in the Principal list
76- (Thomas-28.11.2007) CRBS: room custom attributes are badly handled in room display page
77- (Thomas-21.11.2007) fixed bug with bad HTML in known people selection boxes
78- (Thomas-08.11.2007) corrected bug with non-logged in users accessing directly a RB URL
79- (Thomas-26.10.2007) grant managing rights to "new" chairman: checks if the "new" chairman exists before granting to email address
80- if it exists, grant directly to the user.
81- (Thomas-26.10.2007) access to protected category material when not logged in
82- (Pedro-25.10.2007) corrected the bug that caused the corruption of the day index in CRBS
83- (Thomas-18.10.2007) users have to be logged in to send mails to chairpersons
84- (Thomas-17.10.2007) corrected bug with written minutes lost when the session ends before saving
85- (Thomas-16.10.2007) corrected long lines problems in asbtract pages
86- (Thomas-16.10.2007) CRBS: corrected bug with emails sent with wrong reservation id in case of db conflict
87- (Thomas-12.10.2007) corrected bug in search indexes (when request is exact and case sensitive)
88- (Thomas-12.10.2007) corrected bug with groups in submitters list
89- (Thomas-05.10.2007) Correctly display pure text formatting in session description fields (conferences)
90- (Thomas-02.10.2007) Correctly display ValueError messages
91- (Thomas-01.10.2007) Fixed bug with ACLs in sessions
92- (Thomas-28.09.2007) Evaluation form: utf-8 accepted in imported XML
93- (Pedro-26.09.2007) removed empty days/rooms from booking search results
94- (Thomas-26.09.2007) fixed bug with domain-protection + access control list on events
95- (Thomas-26.09.2007) fixed incorrect text for payment after user registration to an event
96- (Pedro-21.09.2007) fixed CRBS search bug
97- (Pedro-21.09.2007) changed listings for "My Bookings" and "My PRE-bookings", so that empty days and rooms are not shown anymore
98- (Thomas-09.08.2007) all contributions (except withdrawn ones) appear in the BoA
99- (Thomas-09.08.2007) Suppress blank page 3 in BoA with no special text
100- (Thomas-09.08.2007) corrected bug on access to password-protected material
101- (Thomas-08.08.2007) line wrap on contrib display page for long abstract lines
102- (Thomas-07.08.2007) reg. form: accommodation modif displays the correct dates
103- (Thomas-12.07.2007) sort sessions per time then title in tt management and pdf
104- (Thomas-05.07.2007) corrected bug in filtering registrant list (could not uncheck "--not specified--")
105- (Thomas-28.06.2007) contribution stayed invisible even after entering modif key
106- (Thomas-28.06.2007) with cache activated, modif icons did not disappear when choosing "printable" format
107- (Thomas-27.06.2007) plain timetable edit tool: session deletion bug fixed
108- (Thomas-27.06.2007) ICal export: make sure UTF-8 is returned
109- (Thomas-27.06.2007) ICal export: got rid of linebreaks in all exported fields
110- (Thomas-25.06.2007) corrected bug in session protection tab (coordination rights given to groups)
111- (Thomas-22.06.2007) corrected bug with pdf creation of tt with subtalks and "display content" option enable
112- (Thomas-22.06.2007) interface: removed red pen icons in management area headers
113- (Thomas-20.06.2007) preserve location/room values when adding a user in item creation form
114- (Thomas-19.06.2007) corrected bug in indexing category when moving it
115- (Thomas-14.06.2007) corrected bug in room modification for breaks
116- (Thomas-13.06.2007) corrected various bugs in timetable management
117- (Thomas-04.06.2007) corrected bug with PDF generation (KeepTogether passed a list instead of a tuple)
118- (Thomas-04.06.2007) corrected file upload page for subcontributions
119- (Thomas-03.06.2007) conference minutes writting page for sessions corrected
120- (Thomas-23.05.2007) got rid of all gifs in package
121- (Thomas-21.05.2007) badges: display error when badge template too wide for selected page size
122- (Thomas-16.05.2007) file protection: allowed to change the protection even when the file is private by inheritance
123- (Thomas-14.05.2007) added unformated text for chairperson on lecture display
124- (Thomas-14.05.2007) calendar: when selecting categories unfold already selected ones
125- (Thomas-14.05.2007) after logout the user si redirected to its current location
126- (Thomas-14.05.2007) event cloning: the creator of the new event is the person who clones
127- (Thomas-14.05.2007) conference clone: the display manager (menu...) is also cloned
128- (Thomas-14.05.2007) corrected bug access file modification on closed event
129- (Thomas-11.05.2007) allow to change task status at any time
130- (Thomas-11.05.2007) delete temporary files (uploads) on the server after the transaction is complete
131- (Thomas-10.05.2007) corrected bugs in registration form cloning
132- (Thomas-10.05.2007) list of registrants page access forbidden if manager disabled the link in the menu
133- (Thomas-08.05.2007) got rid of wrap="hard" in all textareas
134- (Thomas-04.05.2007) participants: when creating a new participant, check first if he/she does not exist in the user db
135- (Thomas-30.04.2007) overview: do not display content of protected items
136- (Thomas-24.04.2007) preserve abstract formatting in abstract display page
137- (Thomas-24.04.2007) send email to registrants: cc list is now preserved when using the preview
138- (Thomas-23.04.2007) reschedule slot: time gap not applied to breaks
139- (Thomas-20.04.2007) reschedule session slot: update parents date when needed
140- (Thomas-20.04.2007) fixed bug in "(un)select all" in session conveners listing page
141- (Thomas-20.04.2007) Avoid error message when index corruption in "Check dates" feature (event creation form)
142- (Thomas-19.04.2007) "From:" field empty by default in chairman contact form
143- (Thomas-19.04.2007) improved management of the support email
144- (Thomas-18.04.2007) cache is really inactive when disactivated (does not try to access the path directory)
145- (Thomas-18.04.2007) cache is cleaned up when activated/disactivated
146- (Thomas-16.04.2007) fixed bug in editing category files/links
147- (Thomas-03.04.2007) corrected bug in xsl file preventing recent versions of python-libxslt to display an event
148
149[NEWS]
150- (Jose-26.02.2008) [RegForm] added "set by default" option to radio group items.
151- (Jose-14.02.2008) REG FORM/Social Events: Adding the possibility to select between multiple choices or unique choice.
152- (Jose-05.02.2008) Give submission rights is checked by default (if you do not enter email, submission rights are not given)
153- (Jose-05.02.2008) Allow to modify "content" abstract field name
154- (Jose-05.02.2008) removed "description" from contributions and using "content" (abstract fields)
155- (Thomas-05.02.2008) added "clone template" feature to server default poster templates page
156- (Pedro/Jose-25.01.2008) Pre-bookings are displayed by default in all listings. Option for "only bookings" added to the search dialog
157- (Thomas-23.01.2008) Added new flexible xml export based on XSL transformations
158- (Pedro-10.01.2008) CRBS: added a confirmation dialog when users create PRE-bookings that overlap with other PRE-bookings
159- (Thomas-04.12.2007) added "Live webcast" link on event pages for on air events
160- (Thomas-04.12.2007) added "add webcast" link for webcast managers on event pages
161- (Thomas-30.11.2007) added embedded players for wmv and flv links
162- (Thomas-28.11.2007) Webcast service management
163- (Thomas-28.11.2007) CRBS: added "Hidden" param to custom attribute (displayed only to admin)
164- (Thomas-10.11.2007) Added direct Marc21 XML export for conferences, contributions and subcontributions
165- (Thomas-12.11.2007) CRBS: add bld-floor-number text to named room in search form
166- (Thomas-09.10.2007) CRBS: highlight excluded days in recurrent bookings
167- (Pedro-03.10.2007) added "previous" and "next" links for every booking list
168- (Pedro-01.10.2007) changed listing from "one booking per row" to "one booking occurrence per row"
169- (Thomas-28.09.2007) added full list of materials on contrib listings in mgt area
170- (Pedro-26.09.2007) added support for sorting using different columns, in booking listings
171- (Tomas-13.8.2007) Participants: autoaccept participants
172- (Tomas-13.8.2007) Participants: removed post refresh
173- (Tomas-13.8.2007) urlhandlers.Build, Derive
174- (Tomas-13.8.2007) Registration: manager can add vip registrants
175- (Tomas-13.8.2007) Participants: changed behavior: accept work after decline
176- (Tomas-13.8.2007) introduced new role: registrars (registration manager for an event)
177- (Thomas.06.08.2007) Room Booking: added stats for each room
178- (Thomas.26.07.2007) Protection: added "remove all submission rights" button
179- (Thomas.26.07.2007) "relocate contribution" feature: added session date to select table
180- (Thomas.20.07.2007) registration: personal data section is now configurable
181- (Thomas.19.07.2007) registration: added link to event to notification email; sorted sessions by start date then title; default yes/no choices to "no"
182- (Thomas.10.07.2007) possibility to grant submission rights to all speakers in one go
183- (Thomas.10.07.2007) possibility to grant modification rights to all conveners in one go
184- (Thomas.09.07.2007) added board number to XML export
185- (Thomas.04.07.2007) added worker name to config.xml and page footers (load balancing)
186- (Thomas.03.07.2007) added "biography" to summer students page
187- (Thomas.28.06.2007) HTML tags are now correctly interpreted in PDFs
188- (Thomas-27.06.2007) Registration form: allow disabling radio item
189- (Thomas-26.06.2007) ICal export: added event description
190- (Thomas-26.06.2007) CRBS: added all rooms option to meeting search
191- (Thomas-26.06.2007) CRBS: added "calendar" link
192- (Thomas-26.06.2007) improved compact display
193- (Pedro-25.06.2007)  CRBS: user bookings screen: added navigation calendar
194- (Thomas-25.06.2007) contribution display page: added management icons
195- (Thomas-22.06.2007) CRBS: added reason to booking confirmation emails
196- (Thomas-22.06.2007) added material submission icon for sessions
197- (Thomas-22.06.2007) allow granting submission rights to groups
198- (Thomas-21.06.2007) CRBS: confirmation emails contain direct link to booking details
199- (Thomas-21.06.2007) email to pending submitters/managers: add direct link to item
200- (Thomas-21.06.2007) timetable pdf: added "session color code" option
201- (Thomas-20.06.2007) CRBS: clarified "search for rooms" page
202- (Thomas-20.06.2007) improved emails sent by CRBS (added date in title and correctly display times)
203- (Thomas-19.06.2007) improved location display in overview pages
204- (Thomas-19.06.2007) lectures: new "Internal comments" field
205- (Thomas-19.06.2007) lectures: new "organisers" field
206- (Thomas-15.06.2007) send new booking email to contact person also
207- (Thomas-15.06.2007) added short week day name for all dates in room booking system
208- (Thomas-15.06.2007) added getCategoryInfo web service
209- (Thomas-14.06.2007) category mgt: sort alphabetically subcategories
210- (Thomas-14.06.2007) category event list: lecture display also the name of the speaker
211- (Thomas-05.06.2007) posters: added "Lecture Category" field
212- (Thomas-01.06.2007) conference: cached static timetable page (parallel)
213- (Thomas-22.05.2007) Badges/Poster: possibility to duplicate templates
214- (Piotr-21.05.2007)  room booking module
215- (Nicolas-21.05.2007) evaluation form module
216- (Pedro-21.05.2007)  poster generation for lectures
217- (Pedro-21.05.2007)  global templates for badges and posters
218- (Thomas-16.05.2007) make the user registration link configurable
219- (Thomas-15.05.2007) contribution list: improved display (hide options when empty, added material list, clarified button names)
220- (Thomas-15.05.2007) abstract acceptation: directly select a target session
221- (Thomas-15.05.2007) registration form: possibility to configure arrival and departure dates in accommodation field
222- (Thomas-14.05.2007) timetable management: when clicking on a slot, scroll down the page to this slot
223- (Thomas-14.05.2007) lectures management: "chairperson" -> "Speaker"
224- (Thomas-14.05.2007) added confirmation when deleting badge template
225- (Thomas-10.05.2007) Write minutes: added "clear" button
226- (Thomas-07.05.2007) footer location text is now configurable from the config.xml file
227- (Thomas-04.05.2007) added possibility to compile the minutes from all talks on the top "write minutes" page
228- (Thomas-04.05.2007) participants: absent people are not display on the event page
229- (Thomas-04.05.2007) added "Users/Groups" section in main user guide
230- (Thomas-04.05.2007) added RSS feed to category overview page for the current day
231- (Thomas-30.04.2007) session coordinator's rights section available only for conferences (not anymore for meetings)
232- (Thomas-30.04.2007) clone: added calendar select tool
233- (Thomas-30.04.2007) overview: added protected icon to protected items.
234- (Thomas-27.04.2007) updated main user guide with "how to export data from Indico" section
235- (Thomas-26.04.2007) clarify error message when file does not exist
236- (Thomas-26.04.2007) Improved abstract display (newline for content, "not specified"->"None", repeated buttons...)
237- (Thomas-26.04.2007) Added Jacow compatible xml-export + enriched standard XML export
238- (Thomas-24.04.2007) Added support for Office 2007 documents
239- (Thomas-23.04.2007) Added duration and description to XML export of breaks
240- (Thomas-20.04.2007) Log all mails sent to registrants
241- (Thomas-05.04.2007) Added "Amount to pay" field in badge printing
242
243[Indico 0.92.2] What's new:
244---------------------------------
245
246[BUGS]
247- (Thomas-30.03.2007) specific file types icons are displayed only when no other files are available
248- (Thomas-30.03.2007) new general field in registration form could not be modified for previously entered attendants
249- (David-28.03.2007)  fixed cross-site scripting security issue
250- (Thomas-26.03.2007) adapted ics export for clean integration with Outlook 2007
251- (Thomas-19.03.2007) added lock on cache files to avoid cache corruption
252- (Thomas-14.03.2007) Deafult "other views" for conference is "standard"
253- (Thomas-14.03.2007) Entering modif key for conferences redirects the user to the originator page
254- (Thomas-13.03.2007) "edit slot time" now updates the starting time also
255- (Thomas-09.03.2007) badge printing: all registrants are printed now.
256- (Thomas-09.03.2007) user in NICE group: check also with all emails in account
257- (Thomas-28.02.2007) correctly display HTML minutes (w/o adding extra <br>)
258- (Thomas-28.02.2007) category visibility: corrected bug when computing the visibility
259- (Thomas-23.02.2007) event creation: notification emails sent after commit to database
260- (Thomas-23.02.2007) category cache is cleaned up when an event is moved into
261- (Thomas-23.02.2007) room name is preserved in session creation form after adding a convener
262- (Thomas-22.02.2007) meeting menu header printable option: withdraw header and keep current style
263- (Thomas-21.02.2007) alarm cloning: copy only addresses (not Users)
264- (Thomas-21.02.2007) invited participant: added useful error message in case the participant was deleted before acceptance
265- (Thomas-21.02.2007) "Search for users and authors": provide coherent search strategy (empty search returns nothing)
266- (Thomas-20.02.2007) notifyModification of event when report number is added
267- (David-20.02.2007) Domain protected event are not longer exposed to the AOI gateway
268- (Thomas-16.02.3007) list of local group members works fine
269- (Thomas-16.02.3007) Local group add member: Cancel button works as expected
270- (Thomas-16.02.2007) corrected bug in event creation form: "New" chair button now works as expected
271- (Thomas-15.02.2007) "type" is taken into account when creating a new contribution
272- (Thomas-13.02.2007) chairperson text is now taken into account when creating a conference
273- (Thomas-12.02.2007) allow deletion of material in category File tab
274- (Thomas-12.02.2007) corrected bug with file upload not working in case of DB conflict
275
276[NEWS]
277- (Thomas-30.03.2007) Display a key icon next to a resource when protected
278- (Thomas-14.03.2007) Latest news link in main menu
279- (Thomas-13.03.2007) Log emails sent to speakers
280- (Thomas-13.03.2007) Display shadowed-icons for color-blind people on event page
281- (Thomas-09.03.2007) Unexpected errors are displayed with specific message
282- (Thomas-09.03.2007) possibility to select the timetable default style for a conference
283- (Thomas-07.03.2007) added RSS feed for all categories
284- (Thomas-07.03.2007) added RSS support in export.py
285- (Thomas-01.03.2007) allow groups in administrator list
286- (Thomas-26.02.2007) added cache on overview main page
287- (Thomas-23.02.2007) event creation: added email notification configurable per category
288- (Thomas-23.02.2007) category admin interface: allow to select all conferences in one click
289- (Thomas-23.02.2007) Material display page: display red key icon after protected files
290- (Thomas-22.02.2007) Material Protection: allow to set the material to private even when private by inheritance
291- (Thomas-21.02.2007) changed "Access Control" tab name to "Protection"
292- (David-20.02.2007)  Billable field of registrants are modifiable after the payment
293- (Thomas-19.02.2007) Registrants: export first/last names in separate columns
294- (Thomas-13.02.2007) Improved management of description field in display (wrapping...)
295- (Thomas-13.02.2007) Added "Organisers" field to lecture creation form
296- (Thomas-13.02.2007) Support for multi parts lecture creation
297- (Thomas-12.02.2007) PDF: add abstract/contrib misc fields
298- (Thomas-12.02.2007) event dates modification: added "move timetable content" option
299
300
301[Indico 0.92.0] What's new:
302---------------------------------
303
304[BUGS]
305- (Thomas-08.02.2007) corrected bug when searching in author index of a conference
306- (Thomas-07.02.2007) file access control: ask for the access key if the file is protected by inheritance and compare it to the relevant key
307- (Thomas-06.02.2007) file conversion: do not add several times the same converted file (in case of repeated file upload)
308- (Thomas-05.02.2007) cannot grant submission rights to a user who does not have an email address
309- (Thomas-31.01.2007) filesystemencoding defaults to iso-8859-1 if exception raised
310- (David-18.01.2007) corrected bug with too long URLs in contrib/abstract/registrant lists
311- (Thomas-08.01.2007) corrected bug in registration form cloning
312- (Thomas-08.01.2007) corrected Serbia country code according to ISO 3166 (RS)
313- (Thomas-21.12.2006) corrected various bugs in timetable management
314- (Thomas-20.12.2006) session slot: deletion of a break if the slot location is custom
315- (Thomas-20.12.2006) participant registration: corrected bug with decline application
316- (Thomas-18.12.2006) meeting with empty title can be accessed from parent category
317- (Thomas-14.12.2006) corrected bug with multiple emails sent to registrants in case of db conflicts
318- (Thomas-13.12.2006) corrected bug with multiple VRVS bookings in case of db conflict
319- (Thomas-13.12.2006) file upload now works in case of db conflict
320- (Thomas-12.12.2006) Display shortcut icon in IE
321- (Thomas-11.12.2006) conf timetable: corrected bug with item finishing at midnight
322- (Thomas-08.12.2006) speaker list is not empty if speakers were not also primary/co authors
323- (Thomas-08.12.2006) registrant page: corrected bug preventing from editing the sessions
324- (Thomas-01.12.2006) Do an exact match when adding an email address to a user
325- (Thomas-30.11.2006) Corrected bug when adding user to resource access list
326- (Thomas-23.11.2006) Remove internal page when corresponding link is removed
327- (Thomas-23.11.2006) Corrected bug in menu item ordering in "display" tab
328- (Thomas-23.11.2006) Visibility was not taken into account in newly cloned events
329- (Thomas-22.11.2006) File upload screen: when changing the number of files, previously entered information is preserved
330- (Thomas-22.11.2006) Display session place and room (and not slot place and room) when slots are disabled in meetings
331- (Thomas-16.11.2006) Task Manager: task was not deleted from conf pending queues when deleted in the TM
332- (Thomas-10.11.2006) Corrected bug in Alarms modifications
333- (Thomas-09.11.2006) Corrected bug which prevented the cloning of the alarms
334- (David-02/11/2006) Migrate Nice authentication to the new service with support of Lightweigfht account and listbox support
335- (Thomas-31.10.2006) overview now takes into account the start time of the event on the specific day
336- (Thomas-30.10.2006) date selection calendar: added missing last day in month
337- (Thomas-30.10.2006) users with specific access rights on part of an access key protected agenda can now enter the access key by using the "full agenda" link in the top menu
338- (Thomas-04.10.2006) protected agendas are not displayed any more in overview for non-authorized people
339- (Thomas-03.10.2006) file action log: added user and father object information
340- (Thomas-02.10.2006) alert email: added room and signature: logged in user or empty string
341- (Thomas-14.9.2006) display correct room for slots in XSL views
342- (Thomas-8.9.2006) corrected bug when using "room used by other sessions" with empty value
343- (Thomas-8.9.2006) corrected bug which prevented from deleteing a break in a session in special cases
344- (Thomas-5.9.2006) corrected bug which prevented the creation of multi days sessions in conferences
345- (Thomas-1.9.2006) forbid starting dates before 1900
346- (Thomas-1.9.2006) corrected bug with empty description in conf program setup
347- (Thomas-12.7.2006) Strip all illegal characters from XML at creation time
348- (David-27.7.2006) Added EPayments and plugins
349- (David-27.7.2006) Merge of users
350- (Thomas-17.8.2006) solved bug with non-wrapping <pre> tag in contribution display for meetings
351
352[NEWS]
353- (Thomas-08.02.2007) added "exact match" in user search
354- (Thomas-08.02.2007) Optimized user search
355- (Thomas-05.02.2007) Meetings: added free text presenter field in contribution creation form
356- (Thomas-05.02.2007) CFA: the manager can choose to allow single or multiple tracks selection in abstract submission
357- (Thomas-02.02.2007) changed some menu names: "display"->"Browse categories"; "Map" -> "Site map"; "Overview"->"Events overview"
358- (Thomas-24.01.2007) added page caching for public meetings and manager views
359- (Thomas-23.01.2007) added page caching for categories
360- (Thomas-16.01.2007) added field type "input" to CFA special fields
361- (Emilio-2007) support file upload to category
362- (Ewa-2007) task management module per category
363- (David-2007) badge generator for conferences
364- (Emilio-2007) improved overview display
365- (Emilio-2007) added checking function on email form fields
366- (Thomas-16.01.2007) added list of special rights (categ and event management) to user details page
367- (Thomas-16.01.2007) added status index to AvatarHolder and status browsing option in user mgt
368- (Thomas-15.01.2007) account creation can now be moderated or be notified to site administrators
369- (Thomas-15.01.2007) site admins can disable account creation
370- (Thomas-12.01.2007) admin interface: added group browsing (and group index)
371- (Thomas-11.01.2007) admin interface: added user browsing
372- (Thomas-10.01.2007) improved management area interface
373- (Thomas-21.12.2006) participants: allow to decline a request for participation w/o sending email notification
374- (Thomas-21.12.2006) introduced "screen dates" concept for official event dates not matching the timetable
375- (Thomas-15.12.2006) support for all openDocuments formats (odp, odt and ods)
376- (Thomas-15.12.2006) added sxi files support on meeting display
377- (Thomas-14.12.2006) added confirmation message to registration form
378- (Thomas-14.12.2006) GenericMailer is used everywhere
379- (Thomas-12.12.2006) material with same name and file name display the name only once
380- (Thomas-12.12.2006) file upload: allow file renaming
381- (Thomas-07.12.2006) file upload: added link to file from the file upload panel
382- (Thomas-06.12.2006) user/group search: search locally by default and give the possibility to the user to search other databases
383- (Thomas-06.12.2006) user search: preselect user when search returns only one
384- (Thomas-05.12.2006) improved visibility management (replaced "up x levels" with the name of the upper category in which the event will appear)
385- (Thomas-01.12.2006) add warning prompting user to enable cookies on login page (if cookies are blocked)
386- (Thomas-29.11.2006) got rid of "Serbia and Montenegro" in the available country list
387- (Thomas-29.11.2006) add "get material package" feature to meetings display
388- (Thomas-29.11.2006) replaced htmlarea embedded html editor by fckeditor with additional file upload support
389- (Thomas-29.11.2006) abstract content field becomes optional in the abstract management of a conference
390- (Thomas-22.11.2006) domain restricted elements are advertised as "xxx domain only" instead of simply "xxx only" which was misleading
391- (Thomas-22.11.2006) propose abstract list or contribution list to selected contributions export to PDF
392- (Thomas-20.11.2006) export.py: new parameter event specifying the type of event
393- (Thomas-20.11.2006) Regsitration form: added textarea field type
394- (Thomas-20.11.2006) CfA: Added optional fields (textarea)
395- (Thomas-16.11.2006) Email registration reminders sent every week (instead of every 2 days) and a maximum of 2 times
396- (Thomas-16.11.2006) Task Manager: added interval and end date columns
397- (Thomas-14.11.2006) Added preview tab for registration form
398- (Thomas-14.11.2006) Added support for keywords at event level
399- (Thomas-14.11.2006) Added possibility to change the type of an event
400- (Thomas-13.11.2006) Allow delete all material of the same type at once
401- (Thomas-13.11.2006) Sorted material lists alphabetically
402- (Thomas-13.11.2006) Support keywords for contributions and subcontributions
403- (Thomas-13.11.2006) Conference display: Added the possibility of specifying a created page as default "home page" of the conference
404- (Thomas-10.11.2006) Adding multiple report numbers for the same system
405- (Thomas-10.11.2006) Added report number management to contributions and subcontributions
406- (Thomas-30.10.2006) Meeting display: sorted list of available styles alphabetically
407- (Thomas-30.10.2006) Clone: default period is 1 week. A confirmation message is added stating the number of new events which will be created
408- (Thomas-30.10.2006) improved stylesheet management for Indico styles (common header)
409- (Thomas-24.10.2006) Participants can be added and removed even after the meeting starts
410- (Thomas-10.10.2006) User search: display number of results
411- (Thomas-10.10.2006) User search result lists: sort alphabetically by name
412- (Thomas-09.10.2006) Timetable management: allow breaks relocation
413- (Thomas-09.10.2006) Improved item creation form: predefined lists of people are sorted and displayed NAME, Firstname
414- (Thomas-04.10.2006) Get Material Package: include standalone contributions
415- (Thomas-04.10.2006) Get Material Package: propose to restrict package to given sessions
416- (Thomas-04.10.2006) Sessions now have internal modification/creation dates
417- (Thomas-02.10.2006) Improved event log display page (more readable)
418- (Thomas-02.10.2006) material: a material can now be hidden for unauthorized people. The default is "visible"
419- (Thomas-02.10.2006) alert email: use short event URL when available
420- (Thomas-02.10.2006) event creation emails indicate the type of the created event
421- (Thomas-02.10.2006) added event icons to overview
422- (Thomas-28.9.2006) sorting participant list by names
423- (Thomas-22.9.2006) added support for file types: gz, tar, zip, sxi, sxc, sxw, xls
424- (Thomas-13.9.2006) added ical export for sessions (conferences)
425- (Thomas-11.9.2006) created a special menu for conferences "other view" timetable contains: specific link to event home page and corrected link to printable version
426- (Thomas-8.9.2006) Added default material types to meetings: "streaming video", "donwloadable video"
427- (Thomas-4.9.2006) Add managed sessions to "My sessions" page
428
429
430[Indico 0.90.1] What's new:
431---------------------------------
432
433[BUGS]
434- (Nicolas-21.09.2006) When editing a registration form, if you check 'Billable' a price must be entered.
435
436[NEWS]
437- (Nicolas-12.09.2006) Link added in Management Area for exporting Timetable to PDF.
438
439
440[Indico 0.90.0] What's new:
441---------------------------------
442
443[BUGS]
444
445[NEWS]
446- (David-19.06.2006) e-payment module
447- (Thomas-16.06.2006) author index: added coauthors
448- (Thomas-16.06.2006) meeting timetable: unscheduling a contribution actually deletes it.
449- (Thomas-15.06.2006) inline minutes style: added minutes for subcontributions
450- (Thomas-15.06.2006) replaced icon keys with hover explanation bubbles in all styles
451- (Thomas-15.06.2006) indico mini logo in conf page leads to parent category instead of home page
452- (Thomas-15.06.2006) allow to enter modification key for conferences
453- (Thomas-15.06.2006) added menu in calendar view
454- (Thomas-15.06.2006) check uploaded file size > 10b else display warning msg
455- (Thomas-06.06.2006) Automatically solve timing conflicts for meetings
456- (Ewa-28.05.2006) Disable session slots for meetings
457- (Ewa-26.05.2006) Possibility to send alarms to all participants of the event, with address list created at the moment of sendind the email
458- (Ewa-23.05.2006) Participants list displayed on the main screen of the event
459- (Thomas-23.05.2006) added video/audioconference info in all display styles
460- (Thomas-23.05.2006) added background images to mgt area
461- (Thomas-22.05.2006) replaced old file management system with new one
462pferreir@pcituds01 /tmp/indico-git $ less CHANGES_PROD
463
464
465[Indico 0.8.15] What's new:
466---------------------------------
467
468[BUGS]
469
470[NEWS]
471- (Jose-24.4.2006) PDFs are UTF-8 compliant
472- (Jose-31.3.2006) Added "Id" + sorting in the registrants list (Management area)
473- (Jose-29.3.2006) Listings: All contributions' speakers list
474
475
476[Indico 0.8.14] What's new:
477---------------------------------
478
479[BUGS]
480- (Thomas-19.3.2006) Contribution submission rights forwarded to subcontributions
481- (Jose-15.3.2006) Withdrawn email managers' addresses from  categories display.
482- (Jose-14.3.2006) Fixed bug within the access rights methods for the contributions. We must not use self.parent within a contribution!!! use always self.getOwner()!
483- (Thomas-14.3.2006) Withdrawn email addresses from public meeting displays
484- (Thomas-10.3.2006) Meeting display: add location name even if room is missing
485- (Jose-8.3.2006) Fixed bug in the alert which is sent when creating an event. Replaced "from address" from 'Indico' to the support email (from the config file)
486- (Jose-7.3.2006) TimeTable PDF: added "escape" for the title of the sessions/session slots.
487- (Jose-2.3.2006) When sending reminder to Pending Users: remove it from the pending queue if he/she already has an account.
488- (Jose-2.3.2006) Verifying if email address is valid, before sending it.
489- (Jose-1.3.2006) Minutes: fixed bug which impeded to modify the title of the minutes material.
490- (Thomas-1.3.2006) Text style: Added speakers
491- (Thomas-28.2.2006) Corrected bug in overview of protected meetings
492- (Jose-23.2.2006) Removed the "import persistence" from dvdCreation. It is not use with the new ZODB.
493- (Thomas-22.2.2006) XML output: don't add empty speakers tag if no speaker is attached to a contribution
494
495[NEWS]
496- (Jose-24.3.2006) Added the color chart for choosing the background/foreground colors of the conference title (Management Area>Display).
497- (Jose-24.3.2006) Registration: sending email to the managers (notification emails for the registration form) when someone modifies his/here registration.
498- (Jose-24.3.2006) Changed some label names: limit of users --> Max. no of registrants, checkbox --> multiple choices, radio --> multiple options/one choice.
499- (David/Jose-24.3.2006) Added the db protection params to the config files.
500- (Thomas-24.3.2006) Added file size and date in public file upload screen
501- (Thomas-24.3.2006) Added file size and date + file conversion feature in public file upload screen
502- (Jose-23.3.2006) List of registrants (Display Area): added sort by each column and filter on sessions (when applicable).
503- (Jose-23.3.2006) When session coordinator is in the list of contributions for a session with no rights to modify contribs. If he clicks on the icon for a material he is redirected to the material display instaed of the material modification view.
504- (Jose-15.3.2006) Room mappers: added a customisation tool in order to define map links for rooms.
505- (Jose-13.3.2006) Added help text to explain how to open the filtering criteria.
506- (Jose-10.3.2006) Registration: Generic statuses for registrants + Excel + PDF. One can create status as "paid", "vegetarian", etc and fill the info when the registrant arrives during the check-in.
507- (Thomas-10.3.2006) Moved session closing button from main tab to tools tab
508- (Thomas-9.3.2006) added ical to export.py output formats
509- (Thomas-9.3.2006) added support to category iCal export
510- (Thomas-9.3.2006) event creation buttons are entirely clickable, not only on the text link
511- (Jose-6.3.2006) Timetable: FullName of session conveners is now displayed like this: Dr. Name SURNAME (Affilation)
512- (Jose-6.3.2006) Alarms: Added creator to the list of FROM addresses and Removed the title of the event (no valid email address).
513- (Jose-6.3.2006) Timetable: FORM for 'Edit time for slots' modified to be identical to the one for the contribs.
514- (Jose-6.3.2006) Timetable: FullName of speakers is now displayed like this: Dr. Name SURNAME (Affilation)
515- (Thomas-1.3.2006) Added Totem stylesheet
516- (Jose-1.3.2006) Registrants: Adapted the new display columns to the excel and PDF creation.
517- (Thomas-28.2.2006) overview: added link on meeting sessions pointing directly to the session in the timetable
518- (Thomas-27.2.2006) meetings: added display of small file icons for standalone ppt/doc/pdfs
519- (Ewa-27.2.2006) Excel output for the list of abstracts.
520- (Thomas-27.2.2006) New clone feature accessible directly from meeting display
521- (Jose-27.2.2006) Registrants: New display options. Two levels display with two headers. Sort by any field.
522- (Thomas-24.2.2006) New file upload feature for normal users
523- (Jose-23.2.2006) Getting rid of "additional info" from Meetings and Lectures
524- (Jose-23.2.2006) General: In the search of users>Not showing them when the account is not activated.
525- (Jose-22.2.2006) Timetable: Displaying the institution of the speakers in the timetable.
526- (Thomas-22.2.2006) Added "administrative with time" style - update admin style with all material on the right column
527- (Jose-21.2.2006) Registrants: Print current date (on the top-right side) in the registrants' PDF.
528- (Jose-21.2.2006) Registration Form: Arrival/Departure dates' drop-down menu has a new option by default: -- select a date --. Like this, we force users to make a choice.
529- (Jose-21.2.2006) Registration Form: Added radio buttons type for the general fields in the registration form.
530- (Thomas-20.2.2006) Improved the display of the date in the event list of categories (if the event is over several days)
531- (Jose-20.2.2006) General: Now it is mandatory to provide a name for a category.
532- (Jose-14.2.2006) General: Added parameter to remove the header/footer: frame=no or fr=no
533- (Jose-14.2.2006) Abstracts: The buttons ProposeToBeAccepted/ProposeToBeRejected which are in tracks, are always enabled for the track coordinators.
534- (Jose-9.2.2006) [This one it was already for the 0.8.13 but we forgot about it] Added timetable and all the material to the 'offline website'.
535
536
537
538[Indico 0.8.13] What's new:
539--------------------------------- 
540
541*) Conferences:
542   o Registration Form:
543       + Possibility to create new general sections with specific form fields (textareas, checkboxes, etc) in the registration form.
544       + Allows to sort the different sections of the registration form.
545       + Displays registration info after someone registers.
546       + Added "address" field to the list of fields displayed in the list of registrants (mngt area)   
547   o New tool to create web pages in Indico by using an HTML WYSIWYG editor. Those pages which relate to a given conference can be added to the menu as done for external links.
548   o Book of abstracts can be created from the management area, specifically from contribution list.
549
550*) Meetings:
551   o Modified philosophy for material access control:
552       + If there are two different keys for the event and a material, both keys are requested to the user in order to access.
553       + If both keys are the same, the request is done only once.
554
555*) All:
556   o Possibility to use '*' to list all the groups/users from the administration area.
557   o Improved display for minutes.
558   o Added name of the event creator in the management area interface.
Note: See TracBrowser for help on using the repository browser.