Ralf Becker
196f461de7
* Calendar: added windows timezones to all installations (was added in calendar update 1.7.005, but not to new installs)
2011-10-07 05:08:33 +00:00
Klaus Leithoff
d9905d3fb4
calendar/addressbook/API: introduce hook to fetch the export_limit to be applied for an app; introduce method to test if a specific hook exists for an application; fetch the export_limit via hook where appropriate
2011-09-15 14:46:56 +00:00
Nathan Gray
341bf0e8c4
Enable import CSV plugin, but remove default definition. Admin can create it if needed
2011-07-04 14:34:44 +00:00
Ralf Becker
c13c463143
Using cal_modified as deleted-timestamp, as querying it from SyncML tables creates too many problems (refresh table stops before copying all rows!)
2011-07-01 08:30:51 +00:00
Ralf Becker
0f2983a504
delete in the past wrongly created entries for a singel recurrence, which mess up the update, beside being wrong anyway
2011-06-21 07:48:16 +00:00
Ralf Becker
cfc3039bc0
calling the global action-object-manager
2011-06-02 17:01:56 +00:00
Nathan Gray
82de8a636d
- Use current view as filter for iCal export too
...
- Use preference for export selection parameter search results / given criteria
2011-05-30 17:23:46 +00:00
Ralf Becker
486e99ec0c
- Implemented a hook for timesheet_ui::edit to query calling apps for additional information to set in new tickets incl. links.
...
Replaces existing $_GET parameters, which are hard to set for new action system.
- also adding category color to infolog and tracker
2011-05-30 14:21:27 +00:00
Ralf Becker
145cf9ce68
New method to display meeting-requests for fmail and allow to (tentativ) accept or reject them
2011-05-27 20:32:46 +00:00
Nathan Gray
c0692ac303
Allow to use search results as selection for export
2011-05-24 19:56:32 +00:00
Nathan Gray
c81bd1a291
Change default charset from utf-8 to user's preferred charset
2011-05-24 15:57:16 +00:00
Nathan Gray
cae8752274
Make default import definitions available only to admins
2011-05-24 15:40:22 +00:00
Ralf Becker
59a91269e9
upper check-all button also needs to call egw_objectManager.toggleAllSelected()
2011-05-06 13:25:43 +00:00
Nathan Gray
45855d6b6e
Use action system to select all
2011-05-04 17:49:48 +00:00
Ralf Becker
653d4991d7
context menu for calendar list
2011-04-27 16:53:06 +00:00
Ralf Becker
1d9f9e4ee3
removed not used code and only query user what to do with exceptions, if we have some
2011-04-08 14:21:23 +00:00
Nathan Gray
905900dd41
Add ability to select group calendars for export
2011-04-06 22:04:37 +00:00
Ralf Becker
0bfd238e3f
* CalDAV: store name part of URL from client PUT request, to fully comply with CalDAV spec
2011-04-06 19:26:10 +00:00
Ralf Becker
4457bdf5f8
* updated timezone database to version 1.2011b from current Lightning snapshot
...
- automatic import of updated timezone database calendar/setup/timezones.sqlite, so in future commting new timezones is all it needs
2011-03-27 09:50:08 +00:00
Nathan Gray
0e2c6c6812
Add user control to export selection
2011-03-14 20:39:59 +00:00
Nathan Gray
bc39d9ab5b
Add 'Do not notify of these changes' checkbox to list
2011-03-09 17:42:52 +00:00
Nathan Gray
f28fb14572
Add 'Do not notify of these changes' checkbox to edit dialog
2011-03-09 17:26:20 +00:00
Nathan Gray
96b9abb506
Change default export to use labels, human friendly values
2011-03-02 00:52:42 +00:00
Klaus Leithoff
b9b19b430a
remove project column as it is of no use
2011-02-23 08:39:22 +00:00
Nathan Gray
7ca1ba08d5
Implement merge for calendar
2011-02-09 15:58:06 +00:00
Nathan Gray
f8343aa0e3
- Add default iCal import & export
...
- Remove Export: & Import: from sidebox menu, use Import/Export app
2011-01-28 20:04:52 +00:00
Nathan Gray
e2baa8ab1d
Add default import/export definitions
2011-01-26 00:12:19 +00:00
Nathan Gray
eb82905a62
* Added Created / Creator / Last modified column to list view
...
(egroupware.org #2365 )
2011-01-05 21:13:25 +00:00
Nathan Gray
f06a051533
Add cal_id to edit dialog and list view like tracker, infolog
2010-12-20 22:57:35 +00:00
Ralf Becker
8dcbba0edc
MyStylite bug #972 : automatic scrollbar in calendar listview for long describtion is not right aligned
2010-11-09 10:46:03 +00:00
Ralf Becker
7f3e6d8897
fixed 40px higher tab for history in calendar.edit
2010-11-02 14:23:04 +00:00
Nathan Gray
cc2bee8dd0
Add exporting iCal and CSV via importexport
2010-10-12 22:45:02 +00:00
Nathan Gray
6423145ced
Make before/after column on alarm tab a little wider
2010-10-07 14:24:30 +00:00
Nathan Gray
e1505758b7
Add ability to set an alarm for after the appointment [starts]
2010-10-06 17:40:49 +00:00
Klaus Leithoff
cce85a5340
colored calendar list view
2010-09-27 08:47:42 +00:00
Ralf Becker
7f29cd8530
fix for postgreSQL bug reported by Anthony Messina (amessina-at-messinet.com): sync_contentid is varchar(60) and need explicit cast: added egw_db->to_int($expr)
2010-09-10 07:11:22 +00:00
Ralf Becker
8241be4091
storing deleted timestamp instead of a deleted flag, to allow to use calendar table instead of egw_api_content_history later on
2010-09-09 09:11:57 +00:00
Ralf Becker
50c43deec9
updating verson to 1.8
2010-09-05 15:24:34 +00:00
Ralf Becker
b51c248768
* fixed printing in calendar (only first page of list was printed and some UI not disabled)
...
--> fix for egw.stylite.de bug #8142 : calendar list view printed on three pages
2010-08-23 15:57:09 +00:00
Ralf Becker
1d98728552
fixed not disabled custom field tab, if no cfs exist
...
(problem was added history tab, which changed name of tabs widget, now using "tabs=general|...")
2010-08-16 07:13:47 +00:00
Ralf Becker
f616c628b5
fixed not working display and deleting of recurence exceptions (name of grid in template got somehow lost)
2010-06-28 13:46:39 +00:00
Jörg Lehrke
625603d59f
Implement new 'change startdate of series events' approach
2010-06-09 18:00:11 +00:00
Ralf Becker
a91b9f2ebf
added Jörgs delete_series popup to calendar.edit, thought calendar does NOT yet react on the user choice of deleting the exececptions or not (also moved styles again to app.css file)
2010-05-20 09:19:15 +00:00
Jörg Lehrke
1985580304
New Delete Series Dialog
2010-05-12 11:15:45 +00:00
Klaus Leithoff
35ef74a4ca
fix for dialog-content width to small
2010-04-28 13:46:32 +00:00
Klaus Leithoff
8fbb39aded
use more stylish dialog for prompt action on edit-series; translations provided by mkk
2010-04-28 13:42:10 +00:00
Nathan Gray
d57893988e
Use preference to set size of description lines
2010-04-27 19:12:42 +00:00
Nathan Gray
792d922743
eTemplate changes for disabling filemanager for integrated apps
2010-04-27 18:46:31 +00:00
Nathan Gray
e4bb6099eb
- Disable filemanager link for integrated apps
...
- Change timesheet icon on each row to popup, like Infolog does
2010-04-27 18:36:18 +00:00
Nathan Gray
09539d3ca2
Changes to calendar list view:
...
- Add button to add timesheet for one entry
- Disable delete button for other apps that got integrated
- Fix edit link for integrated apps
- Add scrollbar to long descriptions
- Create timesheet now works for integrated apps as well
2010-04-26 21:41:07 +00:00
Nathan Gray
c4a8515d99
Add feature to regularly remove old calendar events that are more than x years in the past. Set in Admin -> Calendar -> Site configuration
2010-04-22 20:27:14 +00:00
Nathan Gray
074b893e37
Change preserving deleted events. For speed improvements, use an extra column instead of joining to the sync tables
2010-04-22 16:09:36 +00:00
Ralf Becker
897209a04b
nicer styling for edit series popup, moved stylites to app.css file
2010-04-21 09:26:13 +00:00
Klaus Leithoff
851f017d1d
fix for absolute position of new edit-series-dialog; provided by andreas stoeckel
2010-04-16 14:21:13 +00:00
Klaus Leithoff
c93b76987a
enable create of recurreence for weekdays only for recur_type weekly (conditional enabling/disabling weekday selection area) provided by andreas stoeckel
2010-04-16 13:24:58 +00:00
Ralf Becker
c99426b492
fixed not working delete of participants specified as email address containing quotes
2010-04-16 10:19:29 +00:00
Ralf Becker
83884ab2c2
better understandable dialog for editing recuring events (plus missing translations)
2010-04-15 18:23:02 +00:00
Ralf Becker
a1332b56cc
two more indexes to speed up sync
2010-04-14 12:19:02 +00:00
Nathan Gray
09d2df0f9d
New action: Create timesheets from entry in event list
2010-04-06 19:01:17 +00:00
Nathan Gray
f6e72c59f1
Add link to filemanager to list view
2010-04-06 17:22:20 +00:00
Nathan Gray
55d3ea8556
Prompt to edit whole series or create an exception for recurring events when editing from list view
2010-04-06 16:58:47 +00:00
Nathan Gray
2a715ae302
Add actions and 'whole query' checkbox to list view
2010-04-05 18:28:41 +00:00
Nathan Gray
ef4b5a48ab
Add error messages to export template
2010-03-26 15:19:18 +00:00
Ralf Becker
50ae17055f
Create an index over egw_cal_user.cal_user_type and cal_user_id, to speed up calendar queries
2010-03-04 15:39:52 +00:00
Nathan Gray
de4a0e9239
Add history logging to calendar
2010-02-12 20:18:45 +00:00
Christian Binder
ad47ebfafc
adjust calendar db to have correct UIDs and RECURRENCE-IDs. PLEASE READ THE NOTES in the forum before you update (Subject: IMPORTANT NOTE FOR ALL SYNCML USERS)
2010-02-03 18:17:39 +00:00
Christian Binder
2e71e7e80f
database updates: fix whole day event cal_end times and fix wrong recur_interval values. The first fix reduces duplicates on SyncML slowsyncs. The second fix prevents event series from being destroyed when a new exception was created on series created on previous EGw versions. Please update your databases.
2010-01-14 17:12:11 +00:00
Ralf Becker
44b15c1775
Category based ACL to limit adding of a certain category or changing the
...
status of a participant (included moving the event),
eg. to implement a restricted holiday calendar
*** not yet fully tested ***
2009-12-03 18:24:19 +00:00
Oscar Manuel Gómez Senovilla
0b52947cc8
Move calendar lang files
2009-11-28 12:51:22 +00:00
Ralf Becker
d53b681f21
- reworked referer handling to allow calling from other apps and not
...
changing back to calendar
- allow to specify custom template for event edit
2009-11-25 20:16:41 +00:00
Oscar Manuel Gómez Senovilla
a70df0ddbb
Pending language updates
2009-11-24 05:51:49 +00:00
Ralf Becker
4e48fab8b3
fixed typo pointed out by ^DaKu
2009-11-22 09:07:07 +00:00
Ralf Becker
55fc673dc5
- new configurable invitation ACL: Require an ACL grant to invite other
...
users and groups:
* No: Every user can invite other users and groups (default and old
behavior)
* Groups: other users can allways be invited, only groups require an invite_grant
* Users + groups: inviting both allways requires an invite grant
One need to keep in mind, that setting an invitation ACL via a group,
gives each groupmember the right to invite the group / create a group
event. So the last option propable only works, if users manage
invitations grants on their own, or admin only sets it in small working
groups, where every member is allowed to invite the whole group.
--> calendar backend code removes participants a user is not allowed
to invite
- new "only groupevents" filter, showing only real groupenvents not
events of groupmembers (added tooltips to explain filters)
2009-11-19 18:56:04 +00:00
Oscar Manuel Gómez Senovilla
af395af542
tracker #2304
2009-11-18 19:44:00 +00:00
Oscar Manuel Gómez Senovilla
31bc2ff512
tracker #2349
2009-11-18 19:40:17 +00:00
Ralf Becker
4865854281
Added aliases for Windows timezone to standard TZID's
2009-11-10 19:37:27 +00:00
Ralf Becker
4e9120ecf0
New tz_id column in egw_cal storing id into egw_cal_timezones
...
Please note: timestamps in egw_cal* tables are in server-time,
tz_id / timezone is only used to (re-)calculate recurrences and to
export in iCals (NOT yet implemented)
2009-11-04 15:00:08 +00:00
Ralf Becker
867636861e
Added calendar table for timezones:
...
- timezone data is imported from SQLite DB from Thunderbird Lighting 1.0pre
- contains iCal VTIMEZONE component
- also contains not yet used latitude and longitude for timezone
- methods to convert between TZID string, nummeric tz_id and VTIMEZONE
iCal component
--> preparation to store timezone information for each events
(using tz_id as foreing key into egw_cal_timezones table)
2009-10-31 14:47:16 +00:00
Ralf Becker
9d50eb121d
disabled debug-message and halfway fixed rules
2009-10-12 21:26:11 +00:00
Ralf Becker
0548cf5770
- added roles to UI
...
- enabling again resource booking without direct booking permission
(status is then unknown, not accepted)
2009-10-12 19:16:42 +00:00
Ralf Becker
04d48a677a
Implemented display of custom fields in list-view
...
ToDo: implement search, sort and filtering by them
2009-10-03 07:32:05 +00:00
Ralf Becker
c38acb88d5
New filter for calendar based on participant status:
...
- Not rejected
- Accepted
- Invitations
- Tentative
- Rejected
- Owner too: display also events you own, not only ones you participate
- All incl. rejected
- Hide private infos: as usual
--> filter is stored in the user prefs (survives logouts)
--> old "show events you rejected" preference got removed
Also added a hook allowing applications supplying resources to modify
calendar search with SQL.
2009-09-29 19:58:51 +00:00
Oscar Manuel Gómez Senovilla
2386a28cc5
Update Czech translation for trunk. Tracker #1956
2009-09-09 22:12:43 +00:00
Stefan Becker
cead53394e
Added select all on top of the listview
2009-08-17 19:18:26 +00:00
Ralf Becker
c29ab01e8d
- added ability to store participant roles to calendar backend,
...
currently not settable via GUI, but GUI leaves them untouched
- showing quantity for resources in brackets behind resource name
- docu and formatting updates all over the place
2009-08-04 17:14:16 +00:00
Ralf Becker
560f18bacd
- added new colums cal_creator, cal_created for easier deleting of
...
doublicates from failed sync
- added cal_recurrences timestamp for exceptions (ts of original
recurrence), for existing exceptions update script uses
the closest recur_exception date/time for it
- using uid of original series for new recurrence exceptions,
update script does NOT update the uid's of existing exceptions
- displaying (maybe temporary) these data in the recurrence tab
2009-07-23 16:14:22 +00:00
Christian Binder
5b263e23eb
removed the "all future" field from participants states. Instead added uniform behaviour with existing event handling when editing a single recurrence or all recurrences. The message being displayed when editing a single recurrence read only is just meant as a proposal. Stylite usability PROs, please adjust this to whatever you want to.
2009-07-22 15:38:58 +00:00
Stefan Becker
78ce775f17
freebussy ACL added into calender. Now if you only give that right, you will see, that the time is blocked without a read right of user or group. But will see everything as private
2009-06-09 12:16:15 +00:00
Stefan Becker
b0d5906f04
added some German translation for calendar
2009-05-20 15:20:20 +00:00
Ralf Becker
a3adbcecd6
fixed freetimesearch, which failed to work with new default etemplate requests stored directly in the form, using the new ajax_submit() function of etemplate
2009-04-29 14:17:46 +00:00
Nathan Gray
e2b6cdc800
Clearer translation for the prompt "do you want to edit serialevent als exception?"
2009-04-24 21:33:47 +00:00
Ralf Becker
2e4577ae83
skipping unnecessary redirect by directly displaying index-method link in navbar
2009-03-30 08:48:59 +00:00
Stefan Becker
5ed6981210
added Links to print template
2009-01-14 08:40:08 +00:00
Stefan Becker
e7f82e886c
Add a print template to print a single calender event
2008-12-18 14:47:21 +00:00
Oscar Manuel Gómez Senovilla
0ed6cda053
Update nl lang files
2008-11-23 08:30:49 +00:00
Oscar Manuel Gómez Senovilla
388c515883
preparing to sync current lang files before branching for 1.6. One more commit
...
expected meanwhile!
2008-11-22 11:05:43 +00:00
Oscar Manuel Gómez Senovilla
7c3ab3ab8c
tracker #1774 , added estonian translation
2008-11-02 14:23:56 +00:00
Oscar Manuel Gómez Senovilla
3edee675a7
tracker #1812
2008-11-02 13:38:18 +00:00
Oscar Manuel Gómez Senovilla
504b096e06
latest update of egw translators pending work
2008-10-15 21:11:30 +00:00
Ralf Becker
9ddda0071d
missing phrase conflict
2008-10-10 12:58:56 +00:00
Ralf Becker
6ae2813e65
patch #1624 from Regis Leroy: check resource availablity on search and config to deny resource reservation on private events, plus German translation
2008-10-10 10:24:31 +00:00
Oscar Manuel Gómez Senovilla
8ed57c413b
tracker #1747
2008-10-05 19:24:49 +00:00
Oscar Manuel Gómez Senovilla
d6facc9467
tracker #1673
2008-08-10 21:20:17 +00:00
Oscar Manuel Gómez Senovilla
f98569ee85
Updated russian translation ( #1658 ) and some spanish updates
2008-08-03 19:07:15 +00:00
Ralf Becker
31e49bef04
Moved translation of 'site configuration' to phpgwapi/common to not
...
translate it in every app (differently)
2008-07-30 08:39:56 +00:00
Ralf Becker
161fa364b9
fixed layout: location is now width:100% instead of fixed width
2008-07-30 05:56:19 +00:00
Oscar Manuel Gómez Senovilla
77f63b4c00
updated russian translation
2008-07-29 20:40:02 +00:00
Oscar Manuel Gómez Senovilla
241e844f4b
Resulting lang files after applying the "Search for new phrases" in translation tools for every app
2008-07-26 21:59:22 +00:00
Oscar Manuel Gómez Senovilla
8913855001
tracker #1476
2008-07-25 22:15:31 +00:00
Oscar Manuel Gómez Senovilla
e6a0bc30a9
tracker #1511
2008-07-25 21:22:37 +00:00
Oscar Manuel Gómez Senovilla
bf36524009
Updated spanish translation for trunk
2008-07-25 08:07:35 +00:00
Oscar Manuel Gómez Senovilla
753c766eff
Pending translations for trunk
2008-07-24 19:00:41 +00:00
Ralf Becker
42824ef687
"reworked calendar update 1.5.002 --> 1.6, to fix the method names in alarms
...
If you have alarms set and your calendar is already updated to 1.6, you have to rerun that update by setting the calendar version again to '1.5.002' and visit setup again:
UPDATE egw_applications SET app_version='1.5.002' WHERE app_name='calendar' AND app_version='1.5.002'"
2008-06-10 04:48:19 +00:00
Ralf Becker
ef700b0061
new class naming schema
2008-06-07 17:45:33 +00:00
Klaus Leithoff
e0454b0558
updated the intervall selectbox to 31, to enable recurrance intervalls within a month range
2008-05-09 08:04:47 +00:00
Ralf Becker
cb9212e691
Calendar can now store participants which are no accounts or contacts.
...
- as required by iCal/CalDAV/GroupDAV/SyncML
- this also fixes problems with LDAP contacts, which have non-numeric
ids
- iCal code now converts to and from all participant types supported by
eGroupWare: some types (eg. ressources) require that the clients keeps
the new X-EGROUPWARE-UID attribute
- calendar UI allows to enter email addresses via the addressbook search
box (dont type search, but direct add)
2008-05-08 15:02:35 +00:00
Ralf Becker
5d50d41004
- modified etag/optimistic locking, to always increment the etag, was before only via the GUI
...
- replaced own "locks" via egw_cal.cal_edit_user/time with the new egw_vfs::lock() methods
2008-05-07 22:12:25 +00:00
Ralf Becker
0544890713
Multiple week view and fix for daylight saving time change problem reported by Manfred on the german list
2008-03-20 08:54:18 +00:00
Oscar Manuel Gómez Senovilla
54ef56c27a
lang updates
2008-02-09 22:01:42 +00:00
Klaus Leithoff
fb1608b8b0
and corrected som spelling problems
2008-02-07 14:48:26 +00:00
Klaus Leithoff
f994b17b3e
Added the needed languagefiles and translated some more lines
2008-02-07 14:31:14 +00:00
Klaus Leithoff
1163804989
feature to have a bit more possibilities to set your own calendar listview, by offering title,description,owner,location and recure as single column,
...
and offer to display start and enddate as date with either dow,weekday or both prefixed before the date
2008-02-05 15:50:54 +00:00
Klaus Leithoff
1812979a6b
missing language entrys and setting the referer to the uical->view_menuaction value. this way after save/apply/cancel you get back to the choosen
...
view
2008-01-16 14:49:02 +00:00
Klaus Leithoff
573f7f2470
Feature to control the concurrent opening of calendar events.
...
If an entry which is opened by another user, gets saved by another user before the former commits its changes, the former user is notified at the
time saving the event and asked to reload the event and reedit. A link to reedit is provided.
Additionally there is a feature to inform a user that a given entry is opened by another user within a configurable timespan.
This feature was developed by Stefan Becker
2008-01-15 08:21:25 +00:00
Oscar Manuel Gómez Senovilla
f3cd85add5
periodical lang updates from translators
2007-12-22 21:39:38 +00:00
Oscar Manuel Gómez Senovilla
71fbe90a15
tracer #1370 for farsi
2007-12-22 10:28:44 +00:00
Oscar Manuel Gómez Senovilla
25bcc36a02
tracker #1364
2007-12-15 23:15:05 +00:00
Oscar Manuel Gómez Senovilla
6c0db1110b
catalan updates for trunk
2007-11-10 23:22:17 +00:00
Oscar Manuel Gómez Senovilla
54066896e8
big commit: all lang files not in utf-8 converted to utf-8, including charset phrase
2007-11-10 22:46:02 +00:00
Oscar Manuel Gómez Senovilla
895ba44b47
Updated czech translation files, using provided utf-8 files
2007-11-09 16:46:15 +00:00
Oscar Manuel Gómez Senovilla
0441f0b760
Hopefully, rest of language files
2007-10-14 16:19:43 +00:00
Klaus Leithoff
bdf27e11d9
Merged language Patch from r24464 (1.4) to trunc.
2007-09-25 10:21:19 +00:00
Oscar Manuel Gómez Senovilla
e385c6412f
retry for patch 1170
2007-09-25 07:37:31 +00:00
Oscar Manuel Gómez Senovilla
e5eac71f71
pending lang updates
2007-09-13 13:57:21 +00:00
Ralf Becker
1e3627ad51
fix for bug #658 : Custom Fields - added user in list comes up as ID (number)
...
Unfortunatetly this bugfix requires some corrections in the way the customfield widget is called in the templates of other apps
2007-07-11 15:43:09 +00:00
Ralf Becker
eadc1c7b38
fix for bug #658 : Custom Fields - added user in list comes up as ID (number)
...
Unfortunatetly this bugfix requires some corrections in the way the customfield widget is called in the templates of other apps
2007-07-11 15:39:41 +00:00
Oscar Manuel Gómez Senovilla
99771edd87
language updates
2007-06-24 21:55:08 +00:00
Ralf Becker
1cd5438c1f
some missing translations
2007-06-12 12:33:44 +00:00
Ralf Becker
fb17148787
redesigned the contact editing, to better fit more categories
2007-06-06 16:10:12 +00:00
Oscar Manuel Gómez Senovilla
57cb909a28
Tracker items #762 and #763
2007-06-03 18:26:33 +00:00
Oscar Manuel Gómez Senovilla
a33363a884
Czech translation in #824 and extra pending language updates
2007-06-03 18:01:21 +00:00
Oscar Manuel Gómez Senovilla
688dd5f46f
Latest lang updates
2007-05-31 14:49:26 +00:00
Ralf Becker
ff82a825f7
bugfix: allowing again only to select calendar-groups
2007-05-27 06:25:08 +00:00
Oscar Manuel Gómez Senovilla
83e4306bce
Language updates
2007-05-16 22:10:08 +00:00
Ralf Becker
8ac09e8dba
fix for bug #674 : no more simple multiple participant selection
2007-05-07 18:59:05 +00:00
Oscar Manuel Gómez Senovilla
c9efda0136
Patch for polish translation #675
2007-05-05 09:00:00 +00:00
Ralf Becker
14fc433fcf
updated application versions 1.4 and dependencies accordingly (API is still 1.3.xxx 'til the first RC)
2007-04-30 09:10:36 +00:00
Oscar Manuel Gómez Senovilla
97e343da19
tracker #456
2007-04-19 21:24:13 +00:00
Oscar Manuel Gómez Senovilla
d42198bf07
tracker patch #257 and extra lang files
2007-04-19 21:12:39 +00:00
Oscar Manuel Gómez Senovilla
0117e53ee2
remaining added lang files
2007-04-05 22:58:00 +00:00