gestion 1.9.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +48 -0
  3. data/.project +14 -0
  4. data/Binaries/adduser_to_buzz +15 -0
  5. data/Binaries/backup +7 -0
  6. data/Binaries/check_gestion +8 -0
  7. data/Binaries/gestion.gnumail +22 -0
  8. data/Binaries/gestion.logrotate +34 -0
  9. data/Binaries/gestion.service +12 -0
  10. data/Binaries/gestion_update.rb +183 -0
  11. data/Binaries/gestion_update.service +10 -0
  12. data/Binaries/get_compta +11 -0
  13. data/Binaries/kill_gestion +16 -0
  14. data/Binaries/ldap/add_indexes +51 -0
  15. data/Binaries/ldap/backup +2 -0
  16. data/Binaries/ldap/install_ldap +92 -0
  17. data/Binaries/ldap/restore +7 -0
  18. data/Binaries/lib_backup +5 -0
  19. data/Binaries/log_scan_errors +8 -0
  20. data/Binaries/loop_gestion +64 -0
  21. data/Binaries/onetimers/sync_courses_from_compta.rb +74 -0
  22. data/Binaries/onetimers/transfer_cash_from_ldap_to_csv +26 -0
  23. data/Binaries/reboot +5 -0
  24. data/Binaries/restore +3 -0
  25. data/Binaries/restore_do +22 -0
  26. data/Binaries/sort_events +31 -0
  27. data/Binaries/start_gestion +18 -0
  28. data/Binaries/swipe_gestion +18 -0
  29. data/Binaries/update_africompta +21 -0
  30. data/Binaries/update_users +3 -0
  31. data/Diplomas.src/accredited.odg +0 -0
  32. data/Diplomas.src/diploma.odg +0 -0
  33. data/Diplomas.src/label.odg +0 -0
  34. data/Diplomas.src/presence_sheet.ods +0 -0
  35. data/Diplomas.src/presence_sheet_small.ods +0 -0
  36. data/Diplomas.src/student_card.odg +0 -0
  37. data/Doc/130514-it-ideas.odt +0 -0
  38. data/Doc/Compta-cash.mm +179 -0
  39. data/Doc/General.odt +0 -0
  40. data/Entities/AccessGroups.rb +117 -0
  41. data/Entities/Activity.rb +178 -0
  42. data/Entities/ChatMsg.rb +142 -0
  43. data/Entities/Classroom.rb +11 -0
  44. data/Entities/Client.rb +19 -0
  45. data/Entities/Computer.rb +21 -0
  46. data/Entities/ConfigBase.rb +280 -0
  47. data/Entities/Course.rb +1588 -0
  48. data/Entities/CourseType.rb +171 -0
  49. data/Entities/DFiles.rb +466 -0
  50. data/Entities/FilesManage.rb +226 -0
  51. data/Entities/Grade.rb +186 -0
  52. data/Entities/Internet.rb +300 -0
  53. data/Entities/Netdev.rb +10 -0
  54. data/Entities/Person.rb +1175 -0
  55. data/Entities/Plug.rb +98 -0
  56. data/Entities/Quiz.rb +33 -0
  57. data/Entities/Recharges.rb +37 -0
  58. data/Entities/Report.rb +136 -0
  59. data/Entities/Room.rb +12 -0
  60. data/Entities/SMS.rb +30 -0
  61. data/Entities/ScheduleType.rb +33 -0
  62. data/Entities/Share.rb +120 -0
  63. data/Entities/Task.rb +51 -0
  64. data/Entities/Ticket.rb +72 -0
  65. data/Entities/Usage.rb +143 -0
  66. data/Entities/Worker.rb +29 -0
  67. data/Files/apache-profeda.conf +36 -0
  68. data/Files/label.erb +121 -0
  69. data/Files/label_notfound.erb +64 -0
  70. data/Files/label_notpassed.erb +84 -0
  71. data/Files/mobileinfo.erb +115 -0
  72. data/Files/smb.conf +333 -0
  73. data/Files/timetable.html +36 -0
  74. data/Files/timetable.js +239 -0
  75. data/Gemfile +12 -0
  76. data/Gemfile.dev +12 -0
  77. data/Gemfile.dev.lock +127 -0
  78. data/Gemfile.lock +127 -0
  79. data/Gemfile.prod +8 -0
  80. data/Gestion +35 -0
  81. data/Gestion.rb +220 -0
  82. data/INSTALL +40 -0
  83. data/Images/connection.xcf +0 -0
  84. data/Images/connection_no.png +0 -0
  85. data/Images/connection_wait.png +0 -0
  86. data/Images/connection_yes.png +0 -0
  87. data/Paths/Exas.rb +13 -0
  88. data/Paths/Files.rb +19 -0
  89. data/Paths/GetDiplomas.rb +20 -0
  90. data/Paths/Info.rb +114 -0
  91. data/Paths/Label.rb +187 -0
  92. data/Paths/MobileInfo.rb +19 -0
  93. data/Paths/internetCash.rb +34 -0
  94. data/Paths/internetWifi.rb +54 -0
  95. data/README.md +60 -0
  96. data/Rakefile +13 -0
  97. data/TODO +1391 -0
  98. data/Test/.gitignore +3 -0
  99. data/Test/Diplomas/base_gestion.odt +0 -0
  100. data/Test/Diplomas/base_report.odt +0 -0
  101. data/Test/Diplomas/carte_etudiant.odg +0 -0
  102. data/Test/Diplomas/exam_language.odt +0 -0
  103. data/Test/Diplomas/label.odg +0 -0
  104. data/Test/Diplomas/presence_sheet.ods +0 -0
  105. data/Test/Diplomas/presence_sheet_small.ods +0 -0
  106. data/Test/Diplomas/student_card.odg +0 -0
  107. data/Test/Manual/testMerge +18 -0
  108. data/Test/config_test.yaml +26 -0
  109. data/Test/db.testGestion +0 -0
  110. data/Test/dfiles/descs/avg-rescue.desc +10 -0
  111. data/Test/dfiles/descs/avg.desc +8 -0
  112. data/Test/dfiles/descs/driver.desc +8 -0
  113. data/Test/dfiles/descs/linuxmint.desc +7 -0
  114. data/Test/dfiles/files/avg-160203.exe +1 -0
  115. data/Test/dfiles/files/avg.iso +1 -0
  116. data/Test/dfiles/files/driver.exe +1 -0
  117. data/Test/dfiles/index_post.html +3 -0
  118. data/Test/dfiles/index_pre.html +8 -0
  119. data/Test/dfiles/priorities +5 -0
  120. data/Test/ge_activity.rb +124 -0
  121. data/Test/ge_chat.rb +106 -0
  122. data/Test/ge_compta.rb +67 -0
  123. data/Test/ge_configbase.rb +54 -0
  124. data/Test/ge_course.rb +1114 -0
  125. data/Test/ge_dfiles.rb +121 -0
  126. data/Test/ge_filesmanage.rb +180 -0
  127. data/Test/ge_info.rb +27 -0
  128. data/Test/ge_internet.rb +246 -0
  129. data/Test/ge_login.rb +55 -0
  130. data/Test/ge_person.rb +373 -0
  131. data/Test/ge_qvinfo.rb +28 -0
  132. data/Test/ge_report.rb +97 -0
  133. data/Test/ge_share.rb +27 -0
  134. data/Test/ge_sms.rb +34 -0
  135. data/Test/ge_tasks.rb +19 -0
  136. data/Test/ge_usage.rb +168 -0
  137. data/Test/ge_view.rb +46 -0
  138. data/Test/multiconf-captive +29 -0
  139. data/Test/test.conf +7 -0
  140. data/Test/test.rb +49 -0
  141. data/Test/test_bytes.png +0 -0
  142. data/VERSION +140 -0
  143. data/Views/Admin/Backup.rb +91 -0
  144. data/Views/Admin/Configuration.rb +44 -0
  145. data/Views/Admin/Credit.rb +32 -0
  146. data/Views/Admin/FilesManage.rb +219 -0
  147. data/Views/Admin/Function.rb +39 -0
  148. data/Views/Admin/Power.rb +49 -0
  149. data/Views/Admin/Printer.rb +37 -0
  150. data/Views/Admin/Server.rb +252 -0
  151. data/Views/Admin/Tabs.rb +5 -0
  152. data/Views/Admin/Update.rb +73 -0
  153. data/Views/Admin/UpdateSystem.rb +26 -0
  154. data/Views/Cashbox/Activity.rb +191 -0
  155. data/Views/Cashbox/Course.rb +141 -0
  156. data/Views/Cashbox/Credit.rb +79 -0
  157. data/Views/Cashbox/Report.rb +115 -0
  158. data/Views/Cashbox/Service.rb +105 -0
  159. data/Views/Cashbox/Tabs.rb +10 -0
  160. data/Views/Compta/Accounts.rb +36 -0
  161. data/Views/Compta/Course.rb +96 -0
  162. data/Views/Compta/Show.rb +6 -0
  163. data/Views/Compta/Transfer.rb +66 -0
  164. data/Views/Course/Diploma.rb +203 -0
  165. data/Views/Course/Grade.rb +401 -0
  166. data/Views/Course/Modify.rb +447 -0
  167. data/Views/Course/Print.rb +94 -0
  168. data/Views/Course/Responsible.rb +44 -0
  169. data/Views/Course/Stats.rb +76 -0
  170. data/Views/Course/Students.rb +92 -0
  171. data/Views/Course/Tabs.rb +220 -0
  172. data/Views/Internet/Access.rb +134 -0
  173. data/Views/Internet/ClassEdit.rb +24 -0
  174. data/Views/Internet/ClassUsers.rb +81 -0
  175. data/Views/Internet/Config.rb +32 -0
  176. data/Views/Internet/Mobile.rb +213 -0
  177. data/Views/Internet/Recharges.rb +49 -0
  178. data/Views/Internet/Tabs.rb +6 -0
  179. data/Views/Inventory/Computer.rb +24 -0
  180. data/Views/Inventory/Room.rb +18 -0
  181. data/Views/Inventory/Tabs.rb +9 -0
  182. data/Views/Inventory/TicketClosed.rb +7 -0
  183. data/Views/Inventory/TicketOpen.rb +23 -0
  184. data/Views/Library/Person.rb +36 -0
  185. data/Views/Library/Tabs.rb +7 -0
  186. data/Views/Network/Block.rb +87 -0
  187. data/Views/Network/Netdevs.rb +21 -0
  188. data/Views/Network/Restriction.rb +37 -0
  189. data/Views/Network/Share.rb +167 -0
  190. data/Views/Network/Tables.rb +28 -0
  191. data/Views/Network/Tabs.rb +6 -0
  192. data/Views/Person/Admin.rb +99 -0
  193. data/Views/Person/Center.rb +48 -0
  194. data/Views/Person/Course.rb +72 -0
  195. data/Views/Person/Modify.rb +153 -0
  196. data/Views/Person/Tabs.rb +162 -0
  197. data/Views/Report/ComptaExecutive.rb +221 -0
  198. data/Views/Report/ComptaFlat.rb +79 -0
  199. data/Views/Report/ReportCourse.rb +47 -0
  200. data/Views/Report/Tabs.rb +8 -0
  201. data/Views/Report/Usage.rb +52 -0
  202. data/Views/Report/UsageCases.rb +59 -0
  203. data/Views/Self/Cash.rb +67 -0
  204. data/Views/Self/Chat.rb +55 -0
  205. data/Views/Self/Concours.rb +109 -0
  206. data/Views/Self/Email.rb +34 -0
  207. data/Views/Self/Internet.rb +255 -0
  208. data/Views/Self/Results.rb +17 -0
  209. data/Views/Self/Services.rb +85 -0
  210. data/Views/Self/Show.rb +47 -0
  211. data/Views/Self/Tabs.rb +5 -0
  212. data/Views/Special/DFileEdit.rb +13 -0
  213. data/Views/Special/PlugEdit.rb +56 -0
  214. data/Views/Special/Tabs.rb +6 -0
  215. data/Views/Special/Vnc.rb +39 -0
  216. data/Views/Task/Client.rb +21 -0
  217. data/Views/Task/Edit.rb +33 -0
  218. data/Views/Task/List.rb +55 -0
  219. data/Views/Task/Tabs.rb +9 -0
  220. data/Views/Task/Worker.rb +30 -0
  221. data/Views/Template/Activity.rb +33 -0
  222. data/Views/Template/CourseType.rb +63 -0
  223. data/Views/Template/ScheduleType.rb +29 -0
  224. data/Views/Template/Tabs.rb +5 -0
  225. data/Views/Welcome.rb +121 -0
  226. data/config.yaml.default +36 -0
  227. data/po/Gestion-ar.po +2356 -0
  228. data/po/Gestion-en.mo +0 -0
  229. data/po/Gestion-en.po +4363 -0
  230. data/po/Gestion-fr.mo +0 -0
  231. data/po/Gestion-fr.po +4345 -0
  232. data/po/traduction-ar.rtf +76 -0
  233. metadata +381 -0
data/TODO ADDED
@@ -0,0 +1,1391 @@
1
+ /* -*- shiftwidth: 4; softtabstop: 4 -*- */
2
+
3
+ WORKING:
4
+
5
+ BUGS:
6
+ - See everybody from an InternetClass
7
+ - AfriCompta-po is independant of Gestion-po -> merge all po's
8
+ - System.run_bool('htpasswd') doesn't work, while System.run_str does!??
9
+ - Admin::Import::Courses - doesn't download grades and exams
10
+ - Course::Diplomas - 4 on 1 doesn't work anymore
11
+ - Network::Monitor::traffic_user
12
+ - why does an element of Network::Captive show up?
13
+ - ConfigBase::send_config is called before migrate_*
14
+ - Documentation, documentation
15
+
16
+ - profeda.org: can't edit student in course abc_PC-1_1500
17
+ - captive-tables are not updated when configuration changes
18
+ - after a couple of logins, View.rpc_list is 10x slower, but only on Cubox
19
+ - seems like every hash-lookup is 10x slower - need to investigate
20
+ further
21
+ - 10 crashes when not operating "properly"
22
+
23
+ Bugs to watch:
24
+ - Error in ConfigBase which doesn't update correctly the accounts when starting
25
+ without accounting
26
+
27
+ For 2.0:
28
+ - Put data-directory elsewhere
29
+ - Migrations:
30
+ - all statics in views and entities
31
+ - View::Network::Block
32
+
33
+ Security:
34
+
35
+ UI:
36
+ - Replace :empty_nonlists with :empty and :empty_update
37
+ - Person::add should focus on name-field -> trouble in QooxView::Frontend
38
+ - add-button in different views should always pop up a window with
39
+ the information to add, never just an empty form
40
+ -> delete fields when pressing 'new' and empty forms when switching tab
41
+ - empty forms should be disabled (like Person::Modify), in
42
+ TemplateCourse, NetworkShare, ...
43
+
44
+ FEATURES:
45
+ - View::Internet::Mobile - automatically add a 'recharge'-entry when new
46
+ internet is added. Problem: when no connection, clock is off, so it first
47
+ needs to store the recharge-request, but only add it once the clock is back
48
+ - Accounting:
49
+ - Better account-choser
50
+ - resize table to box-size
51
+ - Movements: move/delete/*(-1) multiple movements at once
52
+ - Edit movements directly in table
53
+ - Add control-panel for distributed Cuboxes
54
+ - Distributed Cuboxes search and execute automatically a command
55
+ - send reports home
56
+ - saving of admin::functions is very slow when having to update lots of
57
+ users with their accounts...
58
+ - Network::Captive
59
+ - add a total
60
+ - when course_server and user is admin, add the following:
61
+ - ask for center when creating course
62
+ - only if there is more than one center
63
+ - display is not correct
64
+ - edit of center
65
+ - add students with prefix of center, not of user
66
+ - why is there a Course::center-method? This should come from Courses.setup_data!
67
+ - Monitor::Ping
68
+ - the idea of logrotate is very clumsy. Store everything in a file in
69
+ /var/log/monitor/ping_yymmdd.log and delete oldest files
70
+ - update: search on profeda/github for latest version
71
+ - captive_dev should depend on the actual device used
72
+ - SerialModem: needs to be ported as a class
73
+ - CourseType
74
+ x added internet_free_* to configbase
75
+ - add drop: "internet_always, internet_course, none"
76
+ - add to course
77
+ - remove accounting from admin-rights
78
+ - Check auto-update of Antivirus and other stuff
79
+ - import all data from a center
80
+ - write tests
81
+ - export all data to server
82
+ - Get time and date from SMS
83
+ - Add Cashbox::Other which covers all other Income-accounts
84
+ - make simple printer-conf
85
+ - CoursesTabs - Drop-down to select courses
86
+
87
+ - Bibliotheque
88
+ - Courses::Grades can have more than the necessary files ->
89
+ - show downloadable list of files
90
+ - limit speed upon reaching threshold
91
+ - calculate threshold
92
+ - add EditAccounts::move
93
+ - Pruning out left-overs in LibNet -> Network transition
94
+ - Entity and taking care of values (int, str, bool, array)
95
+ - Adding ScheduleType to schools
96
+ - Courses::Days - add other days to the list
97
+ - "Files/"
98
+ - easy editing
99
+ - updating in both ways
100
+ - Rethink CourseTypes:
101
+ - versioning of coursetypes
102
+ - CourseServer: changing of label/attestation by course_directors
103
+ - CourseGrade - add comment to file-uploads, so people know what to
104
+ upload
105
+ - adding files to be print by teachers, like exams and others?
106
+ - CourseDiplomas: display random-id if available
107
+ - only add center-ids when a course is "certified"
108
+ - Admin:Backup - "send server", "fetch server", "download backup", "upload backup"
109
+ - send-server: same as synchronize
110
+ - fetch: to do, adding to courseTabs
111
+ - download/upload backup: same as synchronize and fetch
112
+ - import courses from server
113
+ - Course::Grade - Syncing with server when course-type doesn't exist must
114
+ return error -> only sync with CourseTypes fetched from server
115
+
116
+ - Show what student payed all in CourseDiploma
117
+ - /etc/gestion.conf - bash file for very basic configuration
118
+ - BASE=/opt/profeda
119
+ - LIBNET=$BASE/LibNet
120
+ - VPN=profeda-man
121
+ - search for all hard-coded paths and replace with /etc/gestion.conf
122
+ - Have a simple interface that can act as a "monthly subscriber frontend"
123
+ with MAC-identification
124
+ - Add 'usage meter' for internet: current_usage * 100 / fastest_possible
125
+ where current_usage and fastest_possible are measured every 5 minutes if
126
+ people are online, else every hour
127
+
128
+ - Put adding of students and printing as background-tasks
129
+
130
+ - clean up the interface, mostly the tabs and sub-tabs
131
+ - write a good documentation...
132
+
133
+ - add init-script for Gestion to "service gestion restart"
134
+
135
+ - when a student logins remotely to a course_sever, don't allow to change
136
+ his name, only address, phone-#, password and e-mail
137
+ - adding a course:
138
+ - add m/f recognition to change wording
139
+ - Implement better handling of course-days
140
+ - label. : show a form if no student found
141
+ - progression-bar in Administration::Backup::restore
142
+ -3 check diploma-templates
143
+
144
+ Programming:
145
+ - migration: don't migrate on new installation, but use something like
146
+ 'default_values'-method
147
+ - ConfigBase: include default-values
148
+ - icc-calls are not secured with username/password
149
+ - use encoding json-library
150
+
151
+ - change ConfigBase.send_config to rely on ConfigBase.update
152
+ - Get QooxView/Test/qv_gettext to run
153
+ - QooxView-libs are not loaded before ruby-gems, e.g. librqrcode
154
+ - when migrating with old value-names, it gives an error - how to keep
155
+ old names during migration?
156
+ - there would have to be a storage of the old names, like the first line
157
+ of the CVS or the data given by the sql-database
158
+ - change gui_* :nogroup to gui_* only and add gui_* :group
159
+ - use list with entities also in reply( :update, :students => student )
160
+ - for the moment add .to_frontend:
161
+ reply( :update, :students => student.to_frontend )
162
+ this works for entities and arrays of entities. Shoule be generalized
163
+ - allow for window-definitions outside of main gui_*
164
+ - change View::CourseTab::persons for entity
165
+ - change all other non-entity fields, too
166
+ - Add value_bool to list
167
+ - use for "lsusb" and "lpstat"
168
+ - Move Gestion::Reports to AfriCompta
169
+ - CourseStats: when adding a course, account_entries is not updated
170
+ -> should probably do a "watch account-changes and update if changed"
171
+ thingie
172
+ - why is Entity::get_value always called three times?
173
+ - replace all 'undefined' variables with class-variables
174
+ - Change ConfigBase functions_base: all functions are evaluated with
175
+ base_dependencies, like network, network_share and network_internet,
176
+ so that network_internet and network_share depend on network
177
+ - Why is a value_list-definition in Entities not able to give a default-
178
+ value for the list? -> it is, but only if it is taken as a show_block
179
+ in a View, test whether show_field works, too
180
+ - merge two ways of free surfing: group::freesurf and
181
+ permissions::FreeInternet
182
+ - Lots of stuff in View/* should go into Entities/*
183
+ -2 verify if Person::data_set and Person::data_set_log are really
184
+ necessary
185
+ -3 change Course::make_pdfs to OpenPrint
186
+
187
+ Documentation:
188
+
189
+ > 2.0
190
+ Features:
191
+ - Add a cookie to log in automatically
192
+ -3 Add a status-bar on bottom for progresses and information like:
193
+ printing, progress, messages, connect/disconnect, ...
194
+ -3 Admin::Restore - show progress
195
+ -3 Import attestation.markas-al-nour.wifi
196
+ -4 make an asynchronous printing-module
197
+ - Using data from solar on local account without failing
198
+ - Make a dropbox when using _find
199
+ -3 take Admin::ControlAccess from Rooms-definition
200
+ -3 Inventory of screens, mice, routers
201
+ - CourseHistory - what should go in there?
202
+
203
+ Programming:
204
+ -2 Allow subdirectories in Entities-directory
205
+ -3 Change Frontend::Views::LTab::dispatch to handle one request at a
206
+ time and to allow new requests to be inserted before handling other
207
+ requests -> doing a reply( parent->switch_tab ) + reply( switch_tab )
208
+ should switch the tab in the NEW parent-tab!
209
+ -3 kill Layout.js::dispatch::init_values, as it is not needed anymore with
210
+ the RPC-queue enabled (even though I'm not sure the latter really works...)
211
+ -3 when empty configuration and LDAP is not here, fall back to CSV
212
+ -3 Add real type-checking between value_* and Storages
213
+ -4 rpc_parse_reply
214
+ - take out arrays when only one reply anyway
215
+ - Really slow search or something when starting up
216
+ - also in CourseModify
217
+ - ENTITY_BASE:
218
+ - Have one tab with all Entities to chose from
219
+ - Other tabs with actions on each entity
220
+ - Recognize entities from View-name
221
+ - PersonCourseModify has a person and a course entity chosen, available
222
+ through session.chosen.Person and session.chosen.Course
223
+ - cleanup:
224
+ - arrays with strings coming from Frontend ?!?
225
+ - Cash* views have to be moved, as there is no "Cash"-Entity
226
+ - convert views to value_entities
227
+
228
+ VERIFY:
229
+
230
+ Rare bugs:
231
+ - Better check of LDAP-dependency: if /etc/*/ldapscripts.conf is here,
232
+ use that one. Don't rely on Gestion/ldap.secret!
233
+ - check why ruby-gettext from debian/squeeze messes things up
234
+ - When copying compta.db over to standalone AfriCompta, then checking,
235
+ some accounts are marked as "local only" - why? - because the "check"
236
+ doesn't return ALL accounts, but only those attached to a top-level
237
+ account - now, why are not all accounts attached, and what to do about
238
+ them? - seems to be rests of Accounts::archive, but concrete
239
+ circumstances are not known...
240
+ - Restriction is not waterproof: some local sites don't get shown, like
241
+ markas-al-nour.org which gets wrongly resolved by internal zentyal-boxes
242
+ eventually also problems with local logins
243
+
244
+ Unconfirmed bugs:
245
+ -V Sync-error on server if family-name is not given
246
+ -? lpstat localhost:631 hangs if no cups is running - what system?
247
+ - PersonAdd - password is not stored - not repeatable
248
+ - Default focus and button:
249
+ - Frontend: when pressing a button, focus doesn't go back to the "std-focus"-element
250
+ -> where is that a problem?
251
+ - TaskList: sometimes when pressing "list", it takes twice to show everything
252
+ - Course::Diploma - can't create for more than one course at the same time
253
+ -> make a @thread for each course, or is it just ruby not really
254
+ multi-threaded?
255
+ - Test if Admin::Backup::restore resets passwords as it should in samba-module
256
+
257
+ UNCLEAR BUGS:
258
+ - ne pas afficher dans label quand "pas passé" -> when creating?
259
+ - missing fields won't work in Entity::to_hash( true ) ??
260
+
261
+ HEISENBUGS:
262
+ - Course::Modify::add_course - GUI doesn't come up once added - only
263
+ under certain circumstances
264
+ - wrong-password-window can't get clicked away -> not reproducible on 1.3.0-rc1
265
+ - can't set up cybermanager anymore - permissions vanish !? - or was it
266
+ unclear setup of get_config::Accounting?
267
+ - Confirmed: NetworkPermissions: sometimes when saving, the chosen entry shows up
268
+ as a number in the list. Seems to be somewhere in the Javascript where
269
+ things don't get updated in the correct way. Not reproducible in a
270
+ reliable manner. Perhaps linked with more than one field as array like
271
+ 130625?
272
+ - Confirmed: PersonAdmin sometimes doesn't show permissions and groups when
273
+ added new stuff -> also array-problem of 130625?
274
+
275
+ To check:
276
+ - printing of student-card with accent in name fails (probably due to
277
+ accent in filename - sanitize using "accents_replace")
278
+ - Fresh install with Course::add_missing doesn't work because of missing
279
+ file in CourseType
280
+ - creation of diplomas breaks if argument "-p" is given
281
+
282
+
283
+ ** FIXED **:
284
+ - B 160218: bundler-update-problem - poking around in the dark
285
+ - B 160218: permission-check-error in Person::is_staff?
286
+ - B 160212: gestion.profeda.org: when adding course as admin, center is only [object]
287
+ - F 150902: Accounts: edit save/+1/-1
288
+ - B 150901: SerialModem: when startup in failed mode (ttyUSB2 is not here, but
289
+ ttyUSB3 is), it should restart the modem
290
+ - B 150901: AfriCompta::ComptaEditMovements doesn't update account_src-list
291
+ when a different account_archive is chosen
292
+ - F 150901: create mac-app-package
293
+ - B 150827: AfriCompta::accounts don't get merged when deleted
294
+ - B 150827: If Entities.init is called, migration-number has to be updated
295
+ - F 150827: Entity: add init-method for new entities. If it is present,
296
+ don't call migration_* for new entities, else do.
297
+ - B 150718: Gestion::Cours::Modify - when changing name and Exam-dir is the same,
298
+ it fails to rename the name to itself
299
+ - B 150718: Network::Tigo - doesn't recognize 15/08/17,10:36:03+04::192:: ::Votre solde est de 200.00 CFA, Expiration 14/07/2016. SMS au 9005 pour 10MB valides 2jrs.250F seront pris a la prochaine recharge 50.00
300
+ - F 150710: Internet::Mobile.update fetches credit and internet-left
301
+ - B 150710: Tigo-message: 15/07/08,08:27:47+04::192:: ::Vous avez recharge 500.00 CFA. Votre solde est 2556.00 CFA.KATTIR OUSBOU !60min,60MB et 60SMS a 2500F valides 7jrs.Tapez *1*2500# pour souscrire.
302
+ - F 150710: hide get/push files on configuration
303
+ - B 150703: ComptaEditMovements.new/modify: strip non-numeric characters in amount
304
+ - B 150629: update-email: put something in subject
305
+ - B 150625: Entities::Internet - doesn't work with eth-gateway
306
+ - F 150624: Added pkgrel to VERSION-info in Gestion
307
+ - B 150624: doesn't recognize two sms at the same time:
308
+ - B 150623: Cashbox::Credit - when adding student, doesn't add 'internet'-flag
309
+ - B 150622: samba-config: can't write into directory
310
+ - B 150620: MobileControl sends out e-mail before NTP is synched - annoying
311
+ - B 150611: parseconfig-gem doesn't recognize comments - where did that version come from?
312
+ - replace with https://github.com/antw/iniparse
313
+ - B 150610: Course::Modify - if a teacher looses the 'teacher'-tag, he won't show up anymore
314
+ in the list...
315
+ - B 150610: Monitor::Traffic - all data is lost when RTC is wrong!
316
+ - F 150609: Cours::Grade::sync - table: 'status'-column should show 'do_sync' instead of 'sync'
317
+ - B 150609: Shouldn't get printers for Windows
318
+ - B 150609: MobileControl: accept all variations of "cmd:" "cmd :" "cmd: " "cmd : "
319
+ - B 150609: Courses::Students.save - doesn't update list
320
+ - B 150609: ChatMsg: don't use ICC when no connection
321
+ - B 150609: Course::Modify - can't print student-cards anymore
322
+ - B 150609: Only copy 'order' from config.yaml to Views
323
+ - B 150609: undo double-entries in templates-list
324
+ - B 150609: quench adduser and smbpasswd in config.yaml
325
+ - B 150609: Course::Diploma - round mean in Course.update_student_diploma
326
+ - B 150609: Cash::Report - Compta-report is not done anymore - problem with table-method of prawn
327
+ - should use version 1.0.0
328
+ - B 150602: Network::Operators::Airtel.new_ussd
329
+ - use 'added' instead of 'add'
330
+ - add new replies from Airtel
331
+ - B 150528: Yet another bug when initializing usb-modem
332
+ - B 150526: SerialModem: accept "Cmd *: *status"
333
+ - F 150526: View::Internet::Mobile - send either USSD or Credit when pressing 'enter'
334
+ - B 150526: *123*5091987046410#: Vous .* Votre solde est 50484.00 F.
335
+ -> new credit is not recognized
336
+ - B 150526: Network::SerialModem - writing of commands while SMS are outputted
337
+ - B 150522: can't put group base-devel as dependency in gestion-git/PKGBUILD
338
+ - B 150522: chat
339
+ x why is it ineiti@met@met?
340
+ x time for received messages is all at now
341
+ x server crashes when showing discussion...
342
+ - B 150520: profeda.pacman
343
+ - can't install libreoffice on Dreamplug
344
+ - don't install ntpdate
345
+ - B 150518: new logging of new service-files - how to recover the error-messages?
346
+ - put all ConfigBase.dputs-variables into dputs-module
347
+ - F 150516: Update: Should open gestion in new window
348
+ - B 150516: updating from 1.9.8 to 1.9.9 fails
349
+ - because bundler is not installed yet
350
+ - it's a no-Gemfile-a-la-linus version... -> copy Gemfile.dev to Gemfile
351
+ - in migration, copy only vpn-profeda openvpns
352
+ - F 150514: Put things into gems
353
+ - B 150512: Network::Operators::Tawali - if internet_left is set right away,
354
+ mobilecontrol never picks that up
355
+ - B 150508: Views::Internet::Mobile shows more fields than necessary for
356
+ Tawali-connection
357
+ - B 150508: When switching USB-modem, netctl might stay and block other modem
358
+ - F 150507: remote chat!
359
+ - F 150425: logging of Africompta-deletion
360
+ - B 150425: Gestion-tests not working anymore
361
+ - P 150425: cleaned up ConfigBase and config.yaml
362
+ - F 150424: make nice 503-error page
363
+ - B 150424: ALL print-buttons are "{}"
364
+ - F 150423: add "messieur/madame" in diploma
365
+ - F 150423: put 'internet-connection' on welcome-screen as default if
366
+ 'internet_captive' is active
367
+ - B 150423: Cleaning up %x and `` and service-invocations
368
+ - B 150423: Course::print_presence can't switch between PDF and printer
369
+ - B 150423: file-traversal path in Gestion/Paths
370
+ - B 150422: update doesn't work
371
+ - soso, but Diplomas-directory still poses problem, as it's both in
372
+ the pacman-pkg and should be moved...
373
+ - B 150422: Statics get added instead of updated!
374
+ - B 150421: backup doesn't work neither
375
+ - B 150421: restore overwrites symlinks -> restore to /var/lib/gestion
376
+ - F 150421: Courses::Grades
377
+ - replace list with table that shows grades and files, kick password
378
+ - put download-link for exams
379
+ - allow also 19,5 and not only 19.5
380
+ - B 150421: Admin::Import - both buttons have same label
381
+ - B 150421: Course::Grade::sync_with_server - should update table when done
382
+ - B 150421: add mail.profeda.org to /etc/hosts
383
+ - B 150420: Courses::Grades - upload-button description should be emptied on change
384
+ of student
385
+ - B 150416: catch error if squirrelmail or fetchmail not present
386
+ - F 150414: add config-value for showing passwords or not
387
+ - F 150414: also print 'reports' of people not passed in Courses
388
+ - F 150414: added an automatic VNC-client on ArchLinux to connect to
389
+ MacOSX
390
+ - F 150409: mobile_control: add sms to charge
391
+ - B 150409: Network::Monitor::Traffic::User.traffic_user has to take care when
392
+ shifting days, so that there is no hole in 28..30-days months
393
+ - B 150409: iptables -w option still not used everywhere
394
+ - B 150409: when Entities::SMS deletes first SMS, new SMS gets at this same position
395
+ -> it should rotate. Do we need a new option in Entities? always_add?
396
+ - F 150409: MobileControl: redo check_sms with regard to auto-charging and such. Write a
397
+ clean state-diagram with connected/disconnected/internet_left/credit_left
398
+ and write who should do what when...
399
+ - in Tigo and Airtel, check all SMS for
400
+ - adding credit (*Cash, cPourToi, credits)
401
+ - adding promotion
402
+ - send 'update' to an observable
403
+ - B 150409: Tigo::recharge doesn't react with
404
+ Souscription reussie:Internet Kattir 1111. 40 MB valide jusqu a minuit. Cout 800F .
405
+ - B 150409: why does sms "status" not work anymore?
406
+ - B 150406: Persons::search_in doesn't search correctly for search-strings with spaces
407
+ - B 150404: don't ask to copy default config-file
408
+ - B 150404: gestion.pacman has error on installation when running "Gestion -p"
409
+ - F 150402: MobileControl: find better name -> MobileControl
410
+ - F 150402: smscontrol -> internet as mobilecontrol
411
+ - F 150402: Connections -> Connexions (fr)
412
+ - F 150402: Connections -> Internet (left part) and Admin (right part)
413
+ - B 150401: traffic-display doesn't show up before first connection
414
+ - doesn't save used traffic under some circomstances
415
+ - F 150402: pacman::make_mac should update pkgver and pkgrel automatically
416
+ - B 150402: error in View:Course:Diplomas when printing, cancelling, printing again
417
+ - B 150402: backup fails to backup the links
418
+ - F 150401: OpenPrint: if label is _..._, capitalize all letters
419
+ - B 150401: Internet::Users shows passwords
420
+ - B 150401: Can't search for freesurf
421
+ - B 150401: Monitor::Traffic should honor systems where "iptables -w" doesn't work
422
+ - B 150401: Monitor::Traffic hangs when using iptables -L without -n
423
+ - B 150401: Update doesn't work correctly
424
+ - B 150406: AfriCompta shouldn't allow inputs for later or earlier than 1 week
425
+ - when deleted movement exists, it's date is shown
426
+ - B 150401: Update doesn't work correctly
427
+ - problem with upload that doesn't select the chosen file
428
+ - B 150401: Network::Measure::Traffic has to update all users, even those not
429
+ used actually
430
+ - F 150331: Cashbox::Report - add "ajout" to report
431
+ - F 150331: Persons::Tabs - sort by full_name
432
+ - B 150331: measure-traffic: if different people from same IP connect, all are
433
+ counted
434
+ x delete iptable-entry once a user disconnects
435
+ x also delete iptable-entry when captive disconnects
436
+ x move the whole traffic-setup to Captive
437
+ - B 150331: measure-traffic: people overriding their total are not disconnected!
438
+ - B 150518: update doesn't work correctly - snake bites its tail
439
+ - B 150316: lpstat: no destinations added - should disappear
440
+ - F 150316: AdminBackup - download and upload backups
441
+ - F 150313: Updating through web-interface!
442
+ - B 150313: Courses::Modify very slow - oups, left 'center'-button
443
+ - B 150313: Courses::Diplomas.create, can't abort -> only display-problem
444
+ - B 150313: Permission:admin can add credit, but will fall into black hole - only allow
445
+ for Permission:cybermanager to add credit
446
+ - B 150313: Compta::Movements.modify doesn't update account_dst!
447
+ - B 150313: Person.permission[accounting] sees passwords
448
+ - only allow to see passwords of students and internet
449
+ - B 150309: Course::Diploma.do_diplomas doesn't show update anymore
450
+ - F 150309: edit dnsmasq
451
+ - B 150306: 'enter'-key doesn't work as it should in Courses::Grade
452
+ - B 150306: changed passwords shouldn't be shown, even in 'share' or 'center'-mode
453
+ - don't display if 'share' is set
454
+ - B 150305: Course::Diplomas should update table when viewing again
455
+ - F 150305: better login-link with bookmarkable link
456
+ - B 150302: samba-password is updated with hash if LDAP is there
457
+ - B 150302: Merging with AfriCompta - veeery slow
458
+ - B 150225: when creating report, not all sub-accounts are taken into account
459
+ - B 150225: ReportExecutive.print doesn't work with another printer
460
+ - F 150305: AdminServer: better log advancement of download
461
+ x Fetch courses from server
462
+ x Use in AdminServer.CourseType, too
463
+ - B 150225: when deleting a teacher, remove from Persons.responsibles
464
+ - B 150225: Persons.responsibles returns some entries multiple times
465
+ - F 150224: Prepare Diplomas with fields
466
+ - F 150224: Remove LogAction
467
+ - check tests
468
+ - B 150219: ConfigBase-notifier list is lost when Entities.delete_all is called
469
+ - B 150219: ConfigBase has to be able to react on changes of configuration, so
470
+ it needs to know the old state
471
+ - B 150216: tigo: when charging 500, then reboot later and promotion is smaller, only
472
+ small steps are taken into account for @last_promotion
473
+ - save promotion and recover later
474
+ - F 150216: tigo-reset: 256kB with 100, 512kB with 200 and 1MB with 500
475
+ - UI150216: View::Course::Grade
476
+ - when only one file, "add-file"-button should directly pop up the file selector
477
+ - when all files are uploaded, automatically call "save"-button
478
+ - B 150216: when no main-tab, need to put tabs on top - doesn't work with login and
479
+ simple student without internet!
480
+ - B 150215: Course::Grade: when changing grade and clicking "save", the grade is not
481
+ saved. Only the "enter"-button works!
482
+ - B 150214: Tigo: connection cuts when 1MB downloaded and promotion was <= 500CFAs
483
+ - F 150213: Tigo: get credit with ::"192":: ::Vous avez recu 1000.00 CFA de 99836457.
484
+ Transfert gratuit avec Tigo Cash :*800*2*2*numero*montant*PIN#
485
+ - B 150212: SMScontrol gets ethernet-device, while it asks only for 'option'-modules
486
+ - F 150212: SMScontrol: have USSD-history like SMS-history
487
+ x only keep last 100 USSDs
488
+ - B 150212: import of coursetypes doesn't work anymore
489
+ - B 150212: SMScontrol: have 3Gpref, 3Gonly, GPRSpref, GPRSonly
490
+ - B 150212: ConfigBase.use_printing should be (true|false) instead of 0/1
491
+ - B 150212: Network::operator doesn't have default values
492
+ - F 150212: make a drop-down SMScontrol::recharge button with the possibilities of
493
+ recharging
494
+ - B 150212: can't update CourseType::file_diploma in View::Template::CourseType
495
+ - B 150211: Captive: filter-table: add a nocaptive-ruleset to come before captive
496
+ - UI150211: When no main-tabs, put tabs on top
497
+ - B 150211: add a version-counter to the frontend-javascript, so that a new version doesn't
498
+ need a "reload" from the browser
499
+ - B 150211: Don't let CourseTypes be deleted while there are still courses with them!
500
+ - B 150211: SMScontrol is not created when ConfigBase::smscontrol is chosen
501
+ - B 150211: When saving corrected Network::Recharges, a new one is created
502
+ - B 150211: When changing CourseType.file*, dependant courses don't get updated
503
+ - B 150211: Course::Diplomas - all.pdf and 4pp.pdf don't print on Cubox
504
+ - B 150211: if ConfigBases.network_share is true, make sure smbd and nmbd are enabled
505
+ - F 150211: Add Language-evaluations for MaN
506
+ x re-organized admin-tabs: added template-tabs
507
+ x re-organized template-coursetype to make room for lists
508
+ x adding migration for CourseTypes
509
+ x nice display-update when switching courses
510
+ x update fields_nbr and tests_nbr
511
+ x update all usages of fields and tests
512
+ x adapt Course::Grade
513
+ x add table
514
+ x save in Grade
515
+ x doesn't continue correctly when using 'enter'-key
516
+ x add Course::Report for printing out the results
517
+ x base_report is not filled in with all fields
518
+ x make date English or French
519
+ x add Course::Class once filled out and once empty for filling out
520
+ x downloading of exams
521
+ x files-display
522
+ - change names when file-uploading according to TemplateCourseType::files
523
+ - B 150211: Frontend::table shouldn't be selectable when in edit-mode
524
+ - when editing a table and calling Fields::getValueTable, it might be that no
525
+ line is selected, but the editor is still active. In that case, an empty
526
+ value is returned, which is wrong.
527
+ - B 150210: NetworkAccess fails when updating fromto-element
528
+ - B 150209: View::CourseGrade - remark is not saved
529
+ - B 150205: CourseDiploma::diplomas_t doesn't return id, but whole data
530
+ - EditMovements::55 - can't edit movements anymore
531
+ - EditMovements::rpcButtonDelete - can't delete anymore
532
+ - B 150204: Self::Internet - Bytes per day left is shown
533
+ - B 150203: Events are not correctly sent if wrong mail-command is used
534
+ - B 150203: can't upload files anymore in Course::Grades -> doesn't work in qooxdoo 4!
535
+ - B 150203: Course::PrintExa1 - prints two pages for 12 students - should be only 1 page
536
+ - B 150203: missing translations
537
+ - B 150203: error when requiring non-existing actions-file
538
+ - B 150203: Accounting: stop updating indexes on every occasion!
539
+ - B 150203: error in QooxView/View.rb
540
+ - B 150128: ussd-detection wrong with cd0682-Tigo-stick
541
+ - F 150127: Person::Modify - Make a print-option:
542
+ x doesn't print second page
543
+ x student-card, library-card, personnel-card
544
+ x French translation needs to be better for print_student
545
+ - B 150126: Admin::reboot doesn't save!
546
+ - B 150121: Cours::Modify::change_name - if exams present, copy them over!
547
+ - UI150121: confirmation-window upon deletion of course and student
548
+ - write to log WHO deleted a course or a student
549
+ - B 150121: Windows are not grayed out when inactive!
550
+ - B 150120: Allow more than one center user if center_server
551
+ - B 150119: Don't allow more than one center-user
552
+ - F 150116: "auto-load" internet_credit for slow replying operators
553
+ - B 150116: clean-up of mobile-scripts in Profeda-dir
554
+ - B 150113: problem with sms not received when *342*2#
555
+ - B 150113: re-plugging USB-stick gives error in SerialModem
556
+ - lot of cleanups in SerialModem-module
557
+ - B 150110: Library-adding-student doesn't fill in any permission
558
+ - B 150109: Admin::Accounts - should only show Root:: and sub-accounts
559
+ - B 150109: Report::Executive never completes
560
+ - B 140107: LibreOffice-templates are not updated
561
+ - B 141220: When transferring money, movements don't get updated new_id
562
+ - F 141219: Accounting: check uploaded .sql-file
563
+ - B 141216: Compta::Movement - sum is wrong if negative numbers
564
+ - F 141210: Add date to Session, so old sessions can be deleted
565
+ - F 141210: move Admin::Functions::activities to Admin::Activities ->
566
+ all four account-settings got their own tab.
567
+ - B 141210: CSV-load: if no .csv-file is there, check if there is one in backup/*
568
+ - B 141210: When changing account-name in Compta::Edit, it isn't changed in
569
+ Person::accounts -> change Person::accounts to real account
570
+ - 141210: Entities::Person.account_service should be replaced by
571
+ ConfigBase.account_service
572
+ - B 141210: all tests run again
573
+ - B 141203: Self::Internet - update graphic to show wish of user
574
+ - B 141203: Welcome::connect - don't disconnect if already connected
575
+ - B 141202: 2h - sometimes Self::Internet doesn't show bytes left
576
+ - B 141201: Person::Modify - gender doesn't work
577
+ - B 141201: /dev/ttyUSB3 not recognized anymore as error
578
+ - F 141201: *242*10# - "Apologies, there has been a system error. Please try again later"
579
+ - F 141201: *342# - "Apologies, there has been a system error. Please try again later"
580
+ - F 141201: replace *342*2# with *242#
581
+ - B 141201: When usb-key is missing, put SMScontrol::state_goal to DISCONNECT
582
+ - F 141201: account editing
583
+ - no new account if nothing selected
584
+ - add EditMovements::edit
585
+ - F 141201: AdminBackup
586
+ - faire marcher
587
+ - B 141201: Courses::Diplomas crashes if non-existent students are in list
588
+ - B 141201: Courses::Grades::synchronising crashes a lot - for example when no
589
+ connection available
590
+ - UI141130: Network::SMS - add credit - merge 'inject' and 'send sms'
591
+ - B 141130: SMScontrol - check why always SMSs - wrong handling in Airtel-part
592
+ - B 141130: Self::Internet - no "make connection" if no Internet.operator
593
+ - B 141130: Self::Internet without stick breaks
594
+ - B 141120: Courses::Modify - problem with room - more general?
595
+ - B 141120: Views::Persons::Modify
596
+ - <enter> in 'search' on big lists takes a long time
597
+ - when adding a new person,
598
+ - 'password_plain' stays
599
+ - Persons::Admin stays, too
600
+ - B 141114: when ctrl-c during loading of long .csv-list, save_all saves the wrong list!
601
+ - in fact it is when crashing during "auto-save" - still, it should be able
602
+ to recover
603
+ - B 141113: where is Storages::CSV::backup in config.yaml?
604
+ - B 141113: Network::captive
605
+ - when a user disconnects, forward-blocking is not enabled -> CHECK
606
+ - B 141113: Making SMSControl work again with Network::Connection
607
+ - plug / unplug stick while running -> Check
608
+ - B 141107: Persons::print_student prints card on A4!
609
+ - F 141107: Courses::Diplomas.print - unselect table
610
+ - F 141107: Course::Print - names are not sorted
611
+ - B 141107: Course::Grade - note is not deleted when changing from one user to the next
612
+ - verify also others where these things should be deleted
613
+ - P 141101: LibNet:
614
+ - Feature: rewrite in Ruby
615
+ - Make LibNet working at least on ArchLinux
616
+ - Network/Connections doesn't show variables
617
+ - think about connections / Provider / Hardware / Others
618
+ { PPP { Tigo, Airtel, Tawali } { E330, E303, Modem, ZTE },
619
+ PPPoE { Prestabist } { eth[0-9] },
620
+ Router { Simple, LibNet } { eth[0-9] } { address } }
621
+ - B 141030: Welcome-screen doesn't show message
622
+ - P 141030: CSV-save
623
+ - use directory for old files
624
+ - before saving, move actual file to backup-folder
625
+ - B 141025: Person::Modify.save kills data
626
+ - due to PersonTabs.add_user which also has block.address defined
627
+ - F 141023: Re-implementing Network in 5 minutes...
628
+ - Tearing out Libnet
629
+ - B 141014: Report::ComptaExecutive doesn't work when no archives found
630
+ - Pr141014: reverse show_entity_lazy;show_entity to show_entity;show_entity_all
631
+ - Pr141014: reverse update( :empty, :empty_only ) to update( :empty_all, :empty )
632
+ - F 141014: Activities
633
+ - Library: Adjust for MaN-cards
634
+ - move Activities to "Entrées"
635
+ - add librarian with rights to add address for library-users
636
+ - allow multiple-print in "Entrées::Activities"
637
+ - F 141013: PersonTab::add - should offer more direct input fields
638
+ - B 141010: transfer-errors are not caught correctly
639
+ - B 141010: Entities with id=0 should not exist and return nil
640
+ - F 140929: client/server:
641
+ - get course-types from server
642
+ - fetch course-description from server
643
+ - Move Course::sync to ICC
644
+ - "Transferring exam" doesn't show "%" anymore
645
+ - move ICC to QooxView
646
+ - when error in thread, UI should be informed
647
+ - B 140929: Data corruption when turning off while saving
648
+ - don't load 0-byte files
649
+ - how to save:
650
+ - rename all .tmp-files to normal files
651
+ - write .tmp-files
652
+ -> this would let a margin of 1 minute to get everything out on
653
+ the disks
654
+ - B 140918: Assistants don't show up in course::modify::assistant
655
+ - B 140918: secretary can't print exam-files
656
+ - B 140915: AfriCompta doesn't pass most tests!
657
+ - UI140915: make Views::Reports::Usage faster by not re-calculating everything when
658
+ changing dates and duration
659
+ - UI140915: Slowness in UI
660
+ - 140509: misuse of search_all is logged now
661
+ - 140509: most very slow occurrences (Persons.search_all) are removed
662
+ - check Log.search_all occurrences
663
+ - CourseTabs still very slow for startup
664
+ - Slowness in CourseGrade when saving students
665
+ - don't "update" uidnumber, sn and givenname if not needed
666
+ - B 140915: Internet: bizarre "kicked ... because of inactivity"
667
+ - B 140915: UsageStat
668
+ - add handling of .gz-files
669
+ - doesn't work with Files from buzz
670
+ - B 140915: Synching to server drops files! - some packets are missing?
671
+ - transfer one user at the time
672
+ - show transferred/total on server-end
673
+ - B 140913: usagestats are always shown - wrong header
674
+ - B 140913: error in test using zip_read - wrong adding of course-directory
675
+ - F 140909: Reporting on file downloads
676
+ - F 140909: Add "upto"-field for transfer
677
+ - P 140904: Storage/CSV
678
+ - adding flag "changed" to entries and class
679
+ - test "add_only" - should be OK (tm)
680
+ - Add flag to CSV-storage so that a new element doesn't involve writing
681
+ down of all elements -> only with "add_only"-flag
682
+ - Add a number of 'backup'-files with ending .0, .1, ..., then saving
683
+ one after the other. Add a timestamp at the beginning of the file,
684
+ then start with the youngest.
685
+ - If the loading fails, try the older file
686
+ - add a YYYYmmddHHMMSS-tag and delete those older than n minutes
687
+ - When saving CSV, save in "*.sav", then sync, then rename and sync again
688
+ mostly with regard to SD-cards that have troubles when writing the CSVs
689
+ -> this is WAY TO SLOW to do things!!
690
+ - F 140830: client/server
691
+ - first get a hash of everything stored on the server with its md5-sum,
692
+ then compare what needs to be copied over
693
+ - B 140828: Entity.method_missing is not really adding methods!
694
+ - B 140828: Sometimes data is not saved!
695
+ - B 140828: Checking why sometimes data is not saved
696
+ - a problem is in "QooxView:Storages:CSV" save and create methods,
697
+ which can step on each others toes
698
+ - Fetchmail
699
+ - B 140624: When no email at all, fetchmailrc is not rewritten
700
+ - F 140624: fetchmail should fetch things in small portions
701
+ - F 140624: add "limit" and friends to fetchmail
702
+ - F 140620: Change course-type and name
703
+ - B 140620: Views/Course/Print - still problem with pdf/printer/pdf/printer/...
704
+ - F 140620: Inject sms into SMScontrol
705
+ - F 140620: Add SMS-control panel
706
+ - F 140611: SMScontrol gets going
707
+ - client/server:
708
+ - B 131113: server: when getting new course, ignore "room", check
709
+ for center-id
710
+ - B 140605: CourseGrade::sync - catch timeouts on requests and ECONNRESET
711
+ - B 140605: A nil-user is transferred for site_2_1402
712
+ - F 140604: Move money from one student to another
713
+ - B 140604: Course::Modifiy::Print_student doesn't fill in course-desc and has
714
+ multiple lines
715
+ - F 140604: Views/Courses/Modify/move_student
716
+ - P 140604: took away search_all remark in QV/Helpers/Value.rb
717
+ - B 140604: login not possible if uppercased name
718
+ - B 140604: Nobody listens to rpc_list_choice_ct_filename in CoursePrint
719
+ - UI140415: Sort ReportComptaFlat::account_archive
720
+ - UI140415: Arrange display of course-payments to have the rest indented
721
+ - UI140513: ReportCourse: Course-list doesn't reach bottom...
722
+ - UI140513: ReportComptaFlat gets update twice with all accounts - SLOW
723
+ - B 140513: ReportComptaExecutive: print-button doesn't get updated correctly
724
+ - UI140513: Re-nice ReportCourse so that rest of money to be paid is better visible
725
+ - B 140513: ACAccess fails when adding changed movements
726
+ - B 140513: ACAccess still fails when searching movements!
727
+ - B 140513: catch uncomplete value_entity-definitions
728
+ - B 140512: with new search_all, passwords of persons get overriden with new
729
+ password! Not good when the password is stored as hash in LDAP...
730
+ - B 140508: Error: Nobody listens to rpc_list_choice_courses in CoursePrint
731
+ - UI140508: Add async-requests (for Self::Internet and Admin::Tigo)
732
+ - B 140508: when Network::Tigo::update is clicked, it is possible to change
733
+ to Self-tab
734
+ - Verify correct disabling of tabs when waiting for answer
735
+ - B 140503: CoursePrint: error in printing
736
+ - when clicking printer/pdf/printer it gets confused
737
+ - when clicking on the left part of the button it gets ignored
738
+ - clicking "PDF" doesn't work when there is no printer
739
+ - D 140503: center-persons:
740
+ - B 140503: when adding a student in "CourseModify" and with
741
+ "CourseServer", the "label"/center/random doesn't work and says
742
+ "no such id" - after restart it works...
743
+ - F 140502: has also to be able to change the "attestation_function"
744
+ of a teacher or responsible
745
+ - F 140502: when CourseModify is selected and no responsible
746
+ chosen, should pop up an "add"-window
747
+ - B 140503: when creating courses, the teacher and responsible is
748
+ not correctly taken
749
+ - B 140429: Check that grades are kept in 0 <= grade <= 20
750
+ - B 140502: When using Entities.create, method= are not called
751
+ - F 140428: Add reports for accounting
752
+ - put number of months
753
+ - resolve when longer names for path
754
+ - add number of months to print
755
+ - B 140428: View:Admin:CourseType:filename is not sorted
756
+ - B 140428: View:Course:Diplomas, View:Admin:CourseType, View:Course:Diplomas,
757
+ and no focus -> need to click on course to have focus again
758
+ -> because of non-auto-callback in lists? Then switch it on per default
759
+ and add non-auto-callback-list instead of auto-callback
760
+ -> reply( :update, ... ) updates with callback
761
+ -> reply( :update_silent, ... ) updates w/o callback
762
+ - F 140416: CourseModify: transfer student while keeping accounts updated
763
+ - B 140416: account_base is visible in Admin:CourseType, even when
764
+ account_courses is not set in ConfigBase
765
+ - B 140416: When new is saved (like Admin:CourseType, Network:Share), the
766
+ fields are not filled in
767
+ - B 140408: CashboxReport:: course-reports are sloooooow
768
+ - P 140408: Add 'match_key_*' and 'create_key_*' to Entities and use that to
769
+ speed up things - also added a link from "match_by"
770
+ - UI140408: Speed up Compta::report_list
771
+ - 140404: show AccountRoot.current by default
772
+ - 140408: add drop-box for eventual Archives
773
+ - B 140408: also check LibNet.rb and put some mutex in it
774
+ - B 140408: ComptaReport: don't show deleted accounts
775
+ - B 140408: Course.report_list doesn't look at archives
776
+ - UI140408: ComptaTransfer: add table with movements for each user
777
+ - B 140408: Person.report_list_movements has values in wrong direction sometimes
778
+ - B 140408: AfriCompta: error in merging from Nelbe - why?
779
+ - concurrency-error in SQLite-storage
780
+ - error when creating one of the accounts - why?
781
+ - B 140408: Add CourseStats to secretary
782
+ - B 140408: ComptaTransfert: change "vider" for "transfert"
783
+ - B 140408: check whether error in ACAccess:121 persists by updating local man
784
+ - B 140408: check all Tests
785
+ - B 140404: CourseStats: when changing "entries" to "none", error is displayed
786
+ - B 140403: When deleting movements in Cashbox.*, check for old_cash dependencies
787
+ - B 140403: CourseStats should use AccountRoot.current
788
+ - B 140403: CashboxCourse needs a "delete" button
789
+ - F 140402: make an accounting-module
790
+ - 140201: add possibility to link courses with accounts
791
+ - 140205: add payment for students in courses
792
+ - 140331: create Movements for payments
793
+ - 140402: create daily and weekly reports for cash and courses
794
+ - 140402: add services and other stuff
795
+ - 140402: allow for adding courses-inscription already handled
796
+ - F 130401: added callback for date
797
+ - Cashbox:
798
+ - B 130331: Cashbox is shown if account_cashbox is not active
799
+ - B 130331: courses without account are shown
800
+ - B 130331: date-mix: a new entry has a different date-view than an existing entry!
801
+ - UI140329: CourseModify::print_presence_sheet doesn't show exactly what is missing
802
+ - B 140329: When adding teacher, he should show up in CourseModify-list
803
+ - B 140319: CoursNote::sync - doesn't use center-credentials as default, in fact
804
+ uses whatever the course has as center, which is wrong in a course-client
805
+ setting
806
+ - F 140318: Configure more stuff through ConfigBase, with time only
807
+ hold critical stuff (autologin, profiling, port) in config.yaml
808
+ - B 140312: Archiving was misled under some circumstances
809
+ - F 140312: Reporting of chosen account and sub-accounts
810
+ - B 140228: Bug in View.Self.Internet that is called from a stale
811
+ session
812
+ - B 140228: Different small bugs that need to be tracked down
813
+ - B 140227: Small bugs in display, View
814
+ - UI140212: Put most important actions in dbg-level 1:
815
+ - creation of users, courses
816
+ - attribution of users to courses
817
+ - login of users
818
+ - adding cash to users
819
+ - grades for users
820
+ - B 140205: Finished 4 student-cards on one page
821
+ - UI140205: Make "Creating pdfs" - "Print front" - "Print back" in
822
+ Course::Modify - print card
823
+ - F 140205: CourseModify::check_double
824
+ - needs more width
825
+ - by default check first entry
826
+ - add "cancel"-button
827
+ - F 140131: Print 4 student-cards on one page
828
+ - UI140131: Cours::Modify - Sort teachers
829
+ - P 140125: Speeding up SQLite-storage by not saving everything right away
830
+ - B 140121: Clean up branch-discrepency between hg and git
831
+ - B 140120: Clean up ruby-version mess -> use rbenv
832
+ - B 140120: AC: propagate deleted accounts from old to new
833
+ - P 140116: faster Entity::StorageHelper::new_id
834
+ - P 140116: LogActions can be disabled more easily
835
+ - B 140116: error when login-page-comment too long - login-request doesn't get sent on
836
+ Firefox -> using post now in RPC
837
+ - B 140109: AC: correctly display reportsl
838
+ - B 140106: AC: clean lone accounts != (Root|Archive)
839
+ - F 131201: add Profeda-repository with all special files
840
+ - F 131201: add material-config to LibNet
841
+ - different USB-keys
842
+ - different distributions
843
+ - F 131201: logrotate gestion.log, and send daily error-reports to info@profeda.org
844
+ - UI131201: Self:Services -> don't add "nil"-entries
845
+ - UI131119: Self::Chat needs a "align to bottom" instead of 20 lfs - can't align
846
+ to bottom, so inverse layout
847
+ - UI131119: check why Lib/Fields:window_fade_to:1147 doesn't need fadeIn - is
848
+ it because setEnabled is enough? - yes
849
+ - UI131119: "different number of items ..."- show in what field
850
+ - UI131119: delete all effect-references in LTab and Fields
851
+ - F 131114: Backup only data: data/ Exa/ Diplomas*/ config.yaml
852
+ - course client/server
853
+ - B 131113: server: "error in handling method" for CourseGrade - mas_it-101_1307
854
+ - B 131113: client: add center-id to course-name for accredited courses
855
+ - B 131113: client: file-transfer locally not OK - 0 bytes
856
+ - B 131113: client: delete exa-file-zip in /tmp when transferred
857
+ - B 131113: "aborted list-tabs" when viewing Course from fresh installation
858
+ - B 131108: QV/Storages/LDAP - verify creation of new user with regard to his uid
859
+ - B 131108: Views/Person/Tabs::delete doesn't work - no delete given
860
+ - UI131108: error when graying out and clicking on a tab -> disable first,
861
+ then gray out
862
+ - UI131108: Cours::Modify::Add-bulk - double-window needs to be larger, changed
863
+ to list
864
+ - UI131108: On small screens Cours::Modify is not visible
865
+ - B 131107: nicer bail-out in Person.create(159) if LDAP and entry is already
866
+ there -> just update, don't complain
867
+ - B 131010: when creating diplomas, no correct error-handling if no center present
868
+ -> add to diploma-check in View/CourseTabs
869
+ - B 131010: when using "first-add-dialog", the new course-type has no file set!
870
+ - B 131010: on smileplug, problem with docsplit and libreoffice
871
+ - B 131010: CourseDiplomas shows links even for non-finished diplomas
872
+ - B 131009: passwords are not used correctly with regard to replacement with ***
873
+ - B 131008: CourseDiplomas: very slow when enqueuing files - qrcode?
874
+ - B 131008: Can't create diplomas anymore! Some problem with zip...
875
+ added new zip-library, now replace all ZipFile with Zip::File
876
+ - UI131008: CourseDiplomas: take away "print to PDF" and insert direct links
877
+ in the table -> take care about security-risk if only adding a
878
+ simple manager for diplomas
879
+ - B 131008: when courses not initialized, pop-up window is faded and can't be used
880
+ - B 131008: take away "login_prop"
881
+ - F 131000: Print student-cards the Markas-way with the idea of Josue and Viviane
882
+ - F 131000: Graying out fields not usable (PersonModify, CashAdd, ...)
883
+ - F 131000: Double-users: avoid them in the first place
884
+ - B 130919: PersonAdmin: when deleting person that is shown, there is an error,
885
+ in fact, it is only in the case when a course has a wrong attribute...
886
+ - B 130917: When synching courses, "teacher"-attribute of users
887
+ doesn't get transferred
888
+ - UI130917: extend lists on all the height
889
+ - P 130917: Do something with CSV that don't load - first store in .sav, then
890
+ move over
891
+ - B 130917: in Binaries/start_gestion <ctrl-c> doesn't restart Gestion
892
+ can't restart Gestion anymore with a new call to start_gestion
893
+ - UI130909: PersonTabs - put search on top of results and stretch results all
894
+ the way down - added a gui-option of "flexheight"
895
+ - F 130822: Network::Share - add "force (user|group)" to smb.conf
896
+ - UI130822: auto_update from a window enables also the background (CourseGrade::sync)
897
+ - UI130822: Delete selection of a table upon "empty"
898
+ - UI130822: sort student-names in presence-sheet
899
+ - B 130822: Form is still active, even if shaded out
900
+ - UI130822: CourseGrade - list is sorted, but selected student is not on top
901
+ - B 130822: Label: "Pas passé" is not "passé avec succès"
902
+ - B 130822: CourseDiplomas: when nothing converted yet, it's like it's already
903
+ done
904
+ - B 130820: Config:LibNet:simul whether we do the forking or not
905
+ - B 130820: LibNet:: readlines somewhere in env where file does just not exist..
906
+ - B 130820: CoursePrint - add "presence_sheet" and other sheets like exams and stuff
907
+ - B 130820: update rest of promotion
908
+ - B 130820: fix bug with error in readline
909
+ - F 130820: add printing-page specific to profeda-courses
910
+ - UI130819: accredited_profeda: QRcode trop petit -> mettre à droite et plus grand?
911
+ - UI130802: Course* sort students-list
912
+ - B 130720: Install mercurial repository on D-server
913
+ - UI130802: CourseDiplomas: make name-column wider
914
+ - UI130802: CourseDiploma: replace diploma-list with a real table
915
+ - put everything into a "real" table to select and do proper printing
916
+ - show if file exists yet or not
917
+ - F 130705: when adding a student to a course, check whether he already exists.
918
+ for example: if same username exists, propose to take over the other
919
+ name
920
+ - UI130704: Confusing labels in CourseGrade (MultiTransfert, sync serveur, Enr., transf)
921
+ - B 130704: can't upload files anymore in CourseGrade
922
+ - B 130704: auto_update doesn't work anymore in CourseGrade::sync_state
923
+ - B 130704: CourseGrade::sync_files should be shown also when no files needed
924
+ - B 130704: Grades: re-writing means or remark resets "random", even when it was the
925
+ same value
926
+ - F 130704: Adding courses:
927
+ - Possible conflict in random-numbers when created locally and uploading
928
+ to server -> create random-numbers on server and copy to local, takes
929
+ also care of being sure it's synched: as long as there is no random-number,
930
+ don't allow to print diplomas. When changing Grades, delete random-number
931
+ - If course_client, don't make PDF before synched to server
932
+ - Once synched to server, don't allow for changes, or have a system that
933
+ prevents abuses like changing the grade afterwards, but allowing to
934
+ change in case of errors -> grade and remark changes need a new
935
+ sync
936
+ - P 130704: Use value_entity in Grades
937
+ - P 130704: Entity::data_set and data_get have to check for value() and value=()
938
+ - P 130704: Add a testcase for ConfigBase::values_need
939
+ - UI130702: *Tabs: inactivate if nothing selected
940
+ - UI130702: CourseDiploma::do_attestation - add a column after 10 students
941
+ - B 130702: printing: add option to reduce pages to printable surface
942
+ - B 130702: name shows twice in Person::Tabs when both in full_name and login_name
943
+ - B 130702: ldapscripts.conf is not readable when not in directory - should search
944
+ - B 130701: when searching a person, put login_name matches first
945
+ - B 130701: resetting uploadWidget when reopening window
946
+ - B 130701: Person::Modify when changing pw for "center", password_plain is not updated
947
+ - B 130701: Person.delete: check Courses for teacher, assistant and responsible
948
+ - B 130627: CoursDiplomas - change button "attestation" to "create attestations"
949
+ - B 130627: CoursDiplomas - not updated correctly with list_changed
950
+ - UI130627: Updated French translations
951
+ - CL130626: Cleaned up Diplomas/* files and references in tree
952
+ - F 130626: Mettre le nom "Profeda" sur l'étiquette, make A4 and "mpage -8"
953
+ - UI130626: add "zipping/putting together"-something to CourseDiploma::do_attestations
954
+ - UI130626: Course::Diploma - show better what's happening - perhaps a window
955
+ with info: name1 - failed, name2 - creating, name3, name4
956
+ - F 130626: adding more than one file to courses
957
+ - UI130626: Course::Grade shows files_saved, even if counter == 0, also
958
+ other buttons are shown when not needed
959
+ - B 130625: Course::Grade - can't upload files with accents or spaces
960
+ - B 130625: CourseGrade: deleted files in mho - then couldn't re-create directory
961
+ - B 130625: CourseDiploma: if all students are incomplete or failed, stop autoupdate
962
+ - B 130625: Still not OK with Tabs and multiple arrays
963
+ - B 130625: Still error if second array is available
964
+ - B 130624: Course::Tabs if second array is available, it breaks 50%
965
+ - B 130624: Person::Add also adds the family-name
966
+ - B 130624: Course::Tabs actual course is not used automatically
967
+ - Course::Diplomas shows empty list even if something is there
968
+ - B 130624: Course::Grade breaks if note is empty
969
+ - B 130624: Course::Tabs new course always gets ctype=1
970
+ - UI130624: Course::Add - move to a button in CourseTabs
971
+ - UI130624: Person::Add - move to a button in PersonTabs
972
+ - B 130624: Courses::Grades 4pp doesn't turn the page correctly when switching
973
+ from landscape to portrait mode
974
+ - B 130624: Course:Grade:mean* - accept 15.5 and 15,5
975
+ - B 130624: when deleting a course, files stay (at least Diplomas and Exas)
976
+ - B 130624: when deleting a course, make sure there is no @thread for it
977
+ - B 130624: when uploading, a file get's created instead of a directory
978
+ - P 130620: clean up config.yaml with uppercase, lowercase, also replaced
979
+ most of the direct $config-uses with get_config
980
+ - P 130620: added an Entities.needs for classes so that they can be
981
+ made to rely on each other -> shudder for dependency-troubles
982
+ - D 130620: make a nice config.yaml.default which contains all major configurations
983
+ - F 130618: Cours::Grade - send files directly without sync
984
+ - B 130618: empty installation: CourseModify complains about no CourseTypes, even
985
+ when one was added -> problem in html-display -> pops up a
986
+ dialog that asks everything missing in a very simple way, takes care of
987
+ - If Functions doesn't contain "inventory", one can't add a room for
988
+ the courses
989
+ - F 130612: labels - mettre aussi le nom (en petit)
990
+ - B 130612: Test ge_course doesn't pass
991
+ - F 130612: prepare_diplomas takes a long time now -> put this into the thread, too
992
+ - B 130610: config.yaml.default is really not in a good shape - all different options
993
+ should be in there
994
+ - B 130604: Grades are not updated with sync_do
995
+ - B 130604: Center-person is not updated with sync_do, don't update
996
+ permissions and groups, only address!
997
+ - P 130604: Why is a false return-value in Entities::setup_data used for not
998
+ auto-loading data? Change this to a @auto_load variable which is "true"
999
+ by default... But first check who is really returning a false value anyway
1000
+ - F 130604: Have the possibility of storing course-data centrally
1001
+ - input multiple notes
1002
+ - store files for exams
1003
+ - send everything to profeda.org with the notes
1004
+ - 130528 for remote-only labels, add possibility for creating teachers
1005
+ - 130530 add the name and place of the center - center itself
1006
+ - B 130604: password_plain is not updated when changing the password for the
1007
+ use of synching -> update password_plain when in "center"-group
1008
+ - B 130528: confusing use of /label in URL...
1009
+ - B 130528: Adding course doesn't add date
1010
+ - B 130528: CourseModify shows also teachers that are not of this center
1011
+ - B 130528: gender is not stored in CourseResponsible
1012
+ - B 130528: sort course-names using the 4-digit, if available
1013
+ - B 130528: for user.center also show courses that start with "#{center}_"
1014
+ - B 130528: Deleting an user doesn't take away it's grades
1015
+ - B 130528: adding twice the same course-name fails -> also moved course-creation
1016
+ to Course
1017
+ - B 130528: CourseModify::add_bulk: Don't add username to users in a local course,
1018
+ only when connected "remote" for "label"s
1019
+ - B 130527: Wrong new coursename in CourseAdd -> fixed, depending on course_server
1020
+ or not
1021
+ - B 130528: config:Samba:enable is stupid - it works nearly, even when it's off ->
1022
+ replaced with ConfigBase::share
1023
+ - UI130528: Administration::Backup is not nicely bordered
1024
+ - P 130522: Define roles of installation
1025
+ - AdminFunction for chosing what to do
1026
+ - Show tabs according to function
1027
+ - B 130422: Course::Modify crashes for a new course when there is no teacher
1028
+ - B 130422: Course::Modify doesn't show courses for teachers
1029
+ - B 130411: sort permissions in Persons::Admin
1030
+ - B 130411: NetworkAccess: if new group and direct "activer plage", it doesn't
1031
+ work, as the group is not yet stored
1032
+ - B 130411: Network::share::new needs to clear users
1033
+ - B 130411: Network::share, when no domain or no hostname, it fails in
1034
+ ./Views/Network/Share.rb:149:in `gsub!'
1035
+ - B 130411: Person::Admin if adding "share", what to do with the password of the
1036
+ samba-user? Store it anyway in clear, then add it to samba? Stupid, INSECURE
1037
+ When no LDAP, it works to add it later, as the password is stored in clear!
1038
+ - F 130411: Show all users (for small installations)
1039
+ - F 130411: Delete users
1040
+ - B 130325: No write-access to external harddisk
1041
+ - B 130325: Users have read-access to other directories!
1042
+ - T 130323: Checked all tests
1043
+ - UI130323: Update translation
1044
+ - B 130323: MB-Limit in NetworkAccess is not considered
1045
+ - UI130323: tell people why they can't connect if NetworkAccess kicks in
1046
+ - UI130322: make network-tab with all the Network-stuff
1047
+ - P 130322: Arranging files for LibNet
1048
+ - B 130322: When clicking Network::Tigo::"recharge", all is empty
1049
+ - F 130321: Shares for Bethanie
1050
+ - F 130321: Byte-counter for each day for Bethanie
1051
+ - UI130321: NetworkShare::public == Yes -> hide users
1052
+ - B 130321: admin has not the right to change password of "internet"-user??
1053
+ - B 130315: 3 PersonModify - only allow to change password from persons which have equal or
1054
+ lower rights - not very nice looking empty border when not allowed to
1055
+ change the password
1056
+ - B 130315: When entering user-name only, a bug appears ->
1057
+ probably LDAP-related... yes, confirmed. Now it asks for the password
1058
+ if it is empty
1059
+ - B 130315: AfriCompta: when doing reports, accounts with movs. but a total of 0
1060
+ don't get listed
1061
+ - B 130315: When having more than 24 students, they don't appear on the
1062
+ presence-list -> made 30 students per list
1063
+ - B 130312: AfriCompta::merge is very slow
1064
+ - P 130312: added creation of methods in method_missing of Entit(y|ies)
1065
+ - P 130225: AfriCompta-support:
1066
+ -4 Don't show archived and deleted accounts, but do stats on them
1067
+ -3 Delete accounts
1068
+ - F 130225: Allow for freebies to log in twice
1069
+ - F 130225: Lots of debugging and adding for AfriCompta
1070
+ - B 130221: Noms de cours sans espaces!
1071
+ - P 130221: change all cash-methods to credit-methods
1072
+ - P 130221: add a AddCash-permission and change Person.setup_instance
1073
+ - P 130221: change Person::credit to Person::internet_credit
1074
+ - P 130221: change config::compta_due to config::account::cash
1075
+ - P 130221: change Person::credit_due to Person::account_total_due
1076
+ - P 130221: change Person::compta_due to Person::account_due
1077
+ - P 130221: change Person::account_* to Person::account_name_*
1078
+ - B 130219: don't get printers for remote users on Windows ->
1079
+ uses config:OpenPrint:search_remote for regexp on who is searched - refuses
1080
+ Windows computers anyway
1081
+ - B 130219: Why does it sometimes redirect to stuff like http://admin:3302/?afdj ??
1082
+ -> send proper files and do some regex-magic in Frontend/Lib/RPC.js
1083
+ - B 130219: put full match first in Person::search
1084
+ - B 130219: When creating a username from "name1 name2 name3 name4", it gets to
1085
+ "n3_name1_name2" instead of "n3_name1"
1086
+ - B 130219: when adding "cybermanager" to a person, account is not created
1087
+ - B 130219: Can't print presence-list
1088
+ - TC130205: Why are the people refused in Info.rb? -> Added FlagInternetFree
1089
+ - TC130205: FreeInternet for paying internet is not to be used
1090
+ - F 130205: add list of "add_promotion"
1091
+ - B 130201: admin created repeatedly? Why? To secure in case of bug...
1092
+ - UI130201: 2/4 PrintButton - Have a SplitButton with PDF and printers from local
1093
+ and remote computer - added config::OpenPrint::update_remote
1094
+ - F 130201: 2/5 Transfer money from one account to another directly in the interface
1095
+ - B 130201: creation of accounts is not reliable. Probably fields of
1096
+ Person::account_due and Person::account_cash are not automatically
1097
+ filled in
1098
+ - B 130201: accounts are mixed - account_due in Admin::Transfer is same for all...
1099
+ - B 130201: when user connected and no credit, then credit is added, it doesn't
1100
+ show in the user's interface
1101
+ - B 130123: Course::Modify::assistant doesn't work as expected: null is not
1102
+ stored correctly and returns as [0], whereas the other return as
1103
+ 2
1104
+ - F 130123: Added a simple ticket-system
1105
+ - NB130123: AfriCompta::check doesn't work anymore - couldn't reproduce
1106
+ - P 130115: 4 Correctly delete accounts and migrate through AfriCompta
1107
+ - P 130115: 4 Correctly archive accounts and keep total only of selected ones
1108
+ - P 130110: Tigo:
1109
+ - Ajouter
1110
+ AT+CREG? pour l'id de la cellule
1111
+ AT+CSQ pour voir la qualité
1112
+ AT+COPS=? pour voir les fournisseurs
1113
+ - UI130108: keep focus for <enter> in current group
1114
+ - B 130108: Auto-update = 0 makes reload very fast -> Course:Diplomas:do_diplomas
1115
+ - F 130108: 2/3.5 Use Entities in Course::Modify
1116
+ - B 130105: 2/3 keep session-ids over restarts
1117
+ - B 130105: when Gestion.rb is restarted, and a connected user wants to use it,
1118
+ it crashes
1119
+ - B 121219: Reload Gestion if it fails, log everything
1120
+ - B 121213: Crashes on Self::Cash
1121
+ - UI121213: "local" printer is in fact "server"
1122
+ - F 121213: Ajouter permissions "internet" to new users
1123
+ - B 121212: Course::Modify::Print without student selected still shows
1124
+ pop-up window
1125
+ - B 121211: When deleting course, its data is stille displayed
1126
+ - F 121210: Use Inventory::Rooms in Cours::Modify
1127
+ - F 121210: Delete courses
1128
+ - F 121206: Migration of new data-types: have defaults and offer
1129
+ migration-support when changing values
1130
+ - UI121206: Cours::Noter should have a bigger and longer student-list
1131
+ - F 121206: Add a working "version" to the welcome-screen, including
1132
+ main, sub and local versions (0.9.1-altatawwur)
1133
+ - B 121206: When showing Self::Cash, some entries may be shown double or
1134
+ triple, leading to an error "no multi selections in single mode"
1135
+ -> add an option to "show_txt" to not select upon double-lines
1136
+ (which was a stupid hack in the first time anyway)
1137
+ - F 121130: Use accounts in Self::Cash instead of LogActions
1138
+ - B 121130: Mon Compte - Dépenses is not updated, because it relies on LogAction
1139
+ - F 121129: Import old credits -> Admin::Credit
1140
+ - B 121129: Adding credit to a person who has nothing results in
1141
+ 0 credit -> insert .to_i
1142
+ - B 121129: when only sub-tabs are visible (like "student"), it doesn't get unfaded
1143
+ - B 121129: why are all accounts checked for AfriCompta when autosaving?
1144
+ -> because of Internet::check_services
1145
+ - B 121129: connection::permanent and can_connect, show correct status
1146
+ in Self::Internet
1147
+ - F 121127: Automatically taking into account no-promotion settings
1148
+ - F 121127: When no promotion left, show only "disconnect"-button
1149
+ - B 121126: When sending something from "Frontend", stop the timer, then
1150
+ restart it when the answer arrives
1151
+ - B 121126: Person::Tabs gets enabled before it gets unfaded
1152
+ - B 121122: First tabs shouldn't be clickable (while waiting to be positioned
1153
+ as should)
1154
+ - B 121122: Retirer le droit de noter a Secretaire
1155
+ - B 121122: empty tab gives an error: if a user doesn't have the right to
1156
+ any tab, the parent is ds
1157
+ - B 121122: if teacher has permission AdminAccess and AdminAccess.visible=false, it fails
1158
+ - F 121116: AfriCompta-support:
1159
+ - 120724 - Add Account and Movement
1160
+ - 120912 - Gestion acts like a server, and clients can merge with it
1161
+ - 120924 - Synchronize with AfriCompta
1162
+ - 120925 - Update Person-class to use new AfriCompta
1163
+ - 121025 - Archive old accounts
1164
+ - 121116 - Use accounts for internet-cash
1165
+ - B 121122: save in Course::Modify doesn't work anymore!
1166
+ - B 121122: All kinds of flickering and enabled buttons fixed
1167
+ - B 121121: when clicking on tab while other tab is loading, it loops endlessly
1168
+ - B 121121: Windows don't get hidden when working (CourseModify::bulkAdd)
1169
+ - B 121120: When Cours::Modify modifying a student, it might get the wrong
1170
+ one if there is another student who starts with the same name
1171
+ - B 121120: Don't search in Person::Tabs when there are less than 3 chars
1172
+ and only return 20 results
1173
+ - F 121117: Person::print - put into directory
1174
+ - B 121116: Personnes - Admin is not always updated
1175
+ - UF121116: Kick user when he's idle for 2-4 minutes
1176
+ - UI121116: Traduction des nouveautés
1177
+ - B 121116: Vider liste dans "bulk add" quand dernier étudiant
1178
+ - B 121116: Capitalise les prénoms et noms de famille
1179
+ - UI121116: Students::bulk_add doesn't add e-mail
1180
+ - B 121116: Auto-update continues to be called, even when view is changed!
1181
+ - B 121116: Login - permettre espaces avant et après le nom
1182
+ - UI121116: credit-add is in its own tab
1183
+ - UI121116: read-only fields are better marked
1184
+ - UI121116: Tigo - estimate bytes left
1185
+ - B 121116: Tigo - promotion add only works on command-line
1186
+ - B 121116: Admin::Internet - adjust for new lib_net
1187
+ - F 121116: Internet - reduce money
1188
+ - F 121116: Internet - no money -> no connection
1189
+ - F 121116: Internet - show status in Self::Internet
1190
+ - B 121116: block - command not found
1191
+ - UI121116: Internet - show connected / disconnected even when first viewed
1192
+ - F 121116: Chat - added a simple chat-module
1193
+ - F 121106: Add a "role"-field to user, that can be used in the Diplomas
1194
+ - B 121106: doesn't work anymore for signing up new students
1195
+ - B 121030: when no student passes, it crashes
1196
+ - B 121025: Why is account.total not updated? old stuff, put a button
1197
+ - B 121025: Make rounding in Account-total
1198
+ - B 121024: Why is account.movements.each{|m| m.to_json} so slow? account.update_total?
1199
+ - dputs is evaluated even for not-shown levels, fixed
1200
+ - B 121019: - credit and lock_hours are not in LDAP anymore
1201
+ - B 121005: - Speeding up of Tigo
1202
+ - Account-creation when starting up
1203
+ - QooxView/Tests are not running through
1204
+ - B 120925 - AfriCompta: test creation of accounts on both sides, when using
1205
+ AfriCompta.new and Persons.add_cash
1206
+ - F 120718 - Have multiple course-types with own templates
1207
+ - B 120623 - Sometimes Diplomas/* gets deleted! BAD - Course.diploma_dir didn't get udpated
1208
+ - different small bugs in diploma-handling
1209
+ - F 120623 - Added blocking of computers (at least front-end, still need to do iptables)
1210
+ - P 120623 - Entity corresponding to Entities is created automatically - more concise, but
1211
+ bug-prone...
1212
+ - B 120619 - No PDF-export in Person::Modify::Print, Person::Add::Print
1213
+ - B 120614 - New installation under Lubuntu1204 should work
1214
+ - DropDown don't update on changes:
1215
+ - Inventory::Computers::rooms doesn't update on new rooms
1216
+ - Course::Modify::teachers don't update on new teachers
1217
+ - Self::Cash doesn't update
1218
+ - person is not displayed correctly:
1219
+ 1. Person::search viviane
1220
+ 2. AdminPerson
1221
+ 3. Cours
1222
+ 4. Check cours
1223
+ 5. Modify Student
1224
+ 6. AdminPerson still shows viviane
1225
+ 7. switching to ModifyPerson doesn't work
1226
+ - Add PDF-export if printer is empty
1227
+ - B 120605 - Change lots of ids and stuff to value_entity
1228
+ - Tested adding CourseModify::another, but troubles of having the
1229
+ right amount of [] everywhere
1230
+ - UF - Clicking on Self::Cash puts back to PersonModify
1231
+ - Widen "students"-field so that all text fits in CourseGrade
1232
+ - Delete CourseModify::add_students and put courses to add in PersonModify
1233
+ - B 120602 - Addcredit doesn't work anymore
1234
+ - add test for LogActions
1235
+ - add password-changes to logactions
1236
+ - Add logging to all Person-changes
1237
+ - Lots of changes in Person and Entity::set_data* - have to check
1238
+ - P 120602 - change Entity::(data_set|set_data|set_entry) to a more meaningful set
1239
+ - took data_set, data_set_hash and data_set_log
1240
+ - B 120530 - QooxDoo-error when viewing Admin-tabs (fade on not yet visible elements)
1241
+ - Command-line options different for tests and real
1242
+ - QooxDoo-error when no elements in parent-tab
1243
+ - Add a method "focus" to Frontend - doesn't work in PersonTabs
1244
+ - some operations are very slow
1245
+ - CashAdd takes time to fill up the whole log - is not standard anymore
1246
+ - When adding a person twice to a course, he appears twice in the course
1247
+ - B 120528 - VTListPane: when adding new elements, "null" appears
1248
+ - value_entity: is not saved
1249
+ P 120528 - value_entity: - also do show_entity
1250
+ - B 120526 - Adding PersonAdmin::account_due doesn't allow user to use AfriCompta
1251
+ directly
1252
+ - B 120524 - PersonModify - Everything is gone when the password is changed
1253
+ - PersonAdmin - InternetNone keeps values when switching user...
1254
+ - When adding cash in PersonModify, it doesn't show in the user
1255
+ - B 120523 - CourseModify - editStudent doesn't work
1256
+ - parents( switch_tab, update ) doesn't work as supposed, as the
1257
+ rpc_calls from "switch_tab" get done after "update". Add a local
1258
+ variable to each parent-tab which holds eventual values to be over-
1259
+ written to the available values
1260
+ - PersonAdd - should directly open in PersonTabs
1261
+ - When switching from/to CourseTabs, course is not highlighted anymore
1262
+ - B 120522 - CoursTabs - add should be in its own tab, delete protected
1263
+ - B 120522 - Permissions are mangled with tabs...
1264
+ - UI120517 - Resizing is nicer for login-screen again
1265
+ - B 120516 - add translation for tab-names
1266
+ - B 120516 - CourseTabs - new_course doesn't work
1267
+ - B 120515 - CourseModify waits for all students to populate
1268
+ - UI120515 - Replace text-field in info-boxes with HTML-field
1269
+ - UI120515 - Moved all tabs into sub-tabs
1270
+ - B 120511 - *Tabs: error in CoursGrade when selected a course and multiply switch back
1271
+ and forth to it
1272
+ - B 120511 - *Tabs: horizontal scrolling-bar is missing in sub-tabs
1273
+ - B 120509 - *Tabs: when changing sub-tabs, the field-elements of the *Tab should be sent over,
1274
+ especially in Course*
1275
+ - UI120504 - Make 2-dimensional field with "Course, Person, Cash, ..." on left and rest inside from top
1276
+ - F 120503 - use language file to replace name of the fields
1277
+ - B 120331 - Wrong order in View::rpc_update_view
1278
+ - B 120328 - cash doesn't show up in CashAdd - oups, error in LogActions!
1279
+ - P 120327 - change value_entity_Persons to value_entity_person
1280
+ - P 120326 - Make value_entity a reality!
1281
+ 120323 - added first code.
1282
+ 120324 - do code in Value.to_a for entity
1283
+ 120324 - push entity with "id:name" in Value.to_a
1284
+ 120326 - View.rpc_parse_reply searches for entities and converts them back
1285
+ - P 120323: Further automize: Take first part of View-class as the standard entity,
1286
+ only if the specific entity exists
1287
+ - T 120323: All test cases work
1288
+ - F 120317: Added "carte_etudiant" and "fiche_presence" in the CourseModify-view
1289
+ - B 120317: OpenOffice doesn't work on MacOSX - fixed, was space in path...
1290
+ - B 120312: Gestion crashes on MultiJSON with Ubuntu 1004
1291
+ - AC120127: Start with SQLite-StorageType
1292
+ - EB120107: @data_class has to be kept for general use and not for classes that
1293
+ know their Entity
1294
+ - get_entity is used for Person-class only anyway, so let's drop it
1295
+ - Session gets new instance variable "owner" instead of Person
1296
+ - EB120102: "sid" is replaced with "session", and has members that allow to
1297
+ access already chosen entities
1298
+ - Add class Session
1299
+ - move session-ids from "Permission" to here
1300
+ - B 120102: Are all necessary views shown? - yes
1301
+ - B 120102: PersonShow doesn't work anymore - fixed
1302
+ - B 111216: CourseGrade: all teachers can grade all courses - only appropriate teachers should be able to grade
1303
+ - UF111216: CourseModify: Copy "description" and "contents" when creating new course
1304
+ - B 111215: CourseModify: "students" is not deleted when clicking tab
1305
+ - UF111215: CourseModify: Add a "Edit user"-button
1306
+ - B 111215: when changing name in CourseGrade:: "students" is not updated
1307
+ - B 111209: Adding new students in CourseModify::bulk_add, doesn't add to markas-al-nour.org
1308
+ - UF111208: Adding a new person only with one field, like CourseModify::bulk_add
1309
+ - UF111208: students-listings include user-name and password
1310
+ - B 111208: CourseModify::del_student - login-names pop up in "students"
1311
+ - B 111108: Windows:
1312
+ - Make also focus for windows
1313
+ - window that pops up on wrong password is not in front
1314
+ - When a window is shown, hide the rest
1315
+ - Use first_button from windows
1316
+ - B 111105: Course
1317
+ - diplomaDir doesn't have default value
1318
+ - do files in alphabetical order
1319
+ - B 111021: CourseDiploma:
1320
+ - update automatically
1321
+ - make print work
1322
+ - B 111006: Crash: CourseModify, chose course, PersonModify, CourseModify
1323
+ - B 111006: Accelerate saving of LogActions - don't save everything all the time
1324
+ - B 111101: PersonModify: internet_none can't be deleted
1325
+ - B 111101: PersonModify: permissions are not cleard from one user to another
1326
+ - B 110930: DropBoxes are not updated:
1327
+ - TaskEdit: "client" and "person" should get new entries automatically
1328
+ - CourseModify: "teacher" and "assistant"
1329
+ - Adding or changing names of persons is not reflected in list_drop (see TaskList)
1330
+ - B 110930: Lists are not updated:
1331
+ - CourseModify: students_win::students_add
1332
+ - P 110929: VTListPane using new [index,text]-lists
1333
+ - B 110929: TaskEdit: can't have two tasks the same date
1334
+ - UF110929: TaskList: give tasks in chronological order w/o name and w/o "-" at start
1335
+ - B 110909: When adding too many users in CourseModify::bulk_add, it crashes due to a timeout
1336
+ in the RPC-handler -> add one user at the time, and give feedback between front and back
1337
+ - UF110908: CourseGrade:
1338
+ - when selecting a course, cursor goes to "mean"
1339
+ - when pressing "save", cursor goes to "mean"
1340
+ - UF110906: Show "wrong password" or "no permission"
1341
+ - UF110906: CourseGrade:
1342
+ - when selecting a course, first user is selected
1343
+ - when pressing "save", next user is selected
1344
+ - F 110906: Course::list_courses respects dates
1345
+ - B 110827: TaskList: error on listing years as integers
1346
+ - B 110827: TaskEdit: when adding a task and entering a date like "22.6.11", it crashes
1347
+ - B 110827: CourseModify::add_course not working correctly - forgot a "+"
1348
+ - B 110827: Selecting course "base_1104" in CourseModify or CourseGrade, selection isn't shown.
1349
+ Probably because index is 0 - yup, this was not good
1350
+ - B 110722: Multiple wrong datasets with regard to array/string
1351
+ - P 110722: Code duplication in Frontend/Lib/Fields.js
1352
+ - UF110718: Change the way new users are created: make a new PersonAdd-view
1353
+ - B 110712-110716: CourseModify::add_students doesn't integrate in Moodle / Captive:
1354
+ - scripts called when adding student
1355
+ - new service for internal stuff to check for students and other things
1356
+ - call moodle to activate new student
1357
+ - B 110711: Persons::data_create doesn't copy directory to buzz
1358
+ - B 110711: PersonModify::birthday is not deleted
1359
+ - WL110707: Dominique - Coût du cours - Rémunération du prof et de l'assistant
1360
+ - Nombre d'étudiants qui ont fini
1361
+ - UF110707: Don't call _find for each new letter, but only after 1.5 seconds and gray out
1362
+ - B 110707: When clicking 'add_block', permissions get deleted!
1363
+ - B 110707: Students grades are not saved!
1364
+ - F 110703: being able to sign in students and give notes
1365
+ - F 110701: Easy entering of students for courses
1366
+ - B 110701: Took out PersonModify::groups and CashAdd::services_active as it doesn't
1367
+ work yet
1368
+ - B 110701: Leftover choices in PersonModify::permissions
1369
+ - B 110701: Data of lists coming back which give the chosen ones don't work with
1370
+ "save" and probably other stuff. Problem: choice <> data, but it's what
1371
+ is saved :( - delete list of things we don't want
1372
+ - B 110630: internet_none disappears when saved from PersonModify, as the Frontend only sends
1373
+ back an empty array (because nothing is chosen)
1374
+ - B 110630: internet_none is parsed wrongly from LDAP-entry (PersonModify)
1375
+ - B 110630: internet_none is not cleared when user changes (PersonModify)
1376
+ - B 110630: CSV-data gets lost from time to time!!!
1377
+ created first a .tmp-file, then "mv csv.tmp csv"
1378
+ - B 110630: Changing tabs when starting up doesn't work - blocking when starting up
1379
+ - F 110630: change password with LDAP
1380
+ - B 110630: LDAP create doesn't add MaN-Cash-field
1381
+ - B 110630: LDAP create doesn't fetch right uid
1382
+ - F 110629: CourseModify-Windows should close on adding a course or students
1383
+ - F 110628: LDAP doesn't create a new entry
1384
+ - F 110627: Students are not really linked to Courses
1385
+ possible to add and delete studdents
1386
+ - B 110627: Prevent clients fields from overwriting users fields (credit_due in CashAdd and others)
1387
+ - F make windows available with a label (for window_show and window_hide)
1388
+ - B Changing tabs while old tab is still loading creates an error
1389
+ - B Changing date in TaskList gives error
1390
+ - B 110602: Entities.data and Entity.data are not synched - why aren't they the same anyway?
1391
+ - F 110601: List-methods in View-shows don't get updated automatically