Nathan Gray
d77f685b16
By default, export all custom fields, use field labels instead of names
2011-03-02 17:10:21 +00:00
Nathan Gray
c99e804d8d
Add 'All custom fields' field option, that will cause all custom fields to be exported
2011-03-02 17:08:43 +00:00
Nathan Gray
886335e073
Change default export to use labels, human friendly values
2011-03-02 01:17:57 +00:00
Nathan Gray
87945f9a43
Change default export to use labels, human friendly values
2011-03-02 01:08:57 +00:00
Nathan Gray
b8e7531a73
Change default export to use labels, human friendly values
2011-03-02 01:05:41 +00:00
Nathan Gray
96b9abb506
Change default export to use labels, human friendly values
2011-03-02 00:52:42 +00:00
Nathan Gray
3992b96dbb
Add preference to use import/export definition for exporting from nextmatch
2011-03-02 00:06:50 +00:00
Nathan Gray
5712ab3ef0
Add preference to use import/export definition for exporting from nextmatch
2011-03-01 23:07:36 +00:00
Nathan Gray
6b3adf2129
Add preference to use import/export definition for exporting from nextmatch
2011-03-01 23:06:21 +00:00
Nathan Gray
b2bea332b1
Do private filtering on DB level
2011-02-28 23:43:34 +00:00
Ralf Becker
67a34286bb
AddrAppend() for Bcc get's NOT called for SMTP! --> reimplemented AddBCC()
2011-02-28 21:40:39 +00:00
Ralf Becker
c0550a5d59
docu update felamimail and disabled alert for error-messages, hook for egw_mailer to log or authorize all mail
2011-02-28 21:10:16 +00:00
Nathan Gray
a28c004536
Format numbers according to user preferences
2011-02-28 20:35:50 +00:00
Nathan Gray
e81802d0cd
Promote number_format() to base class so it's available for all extending classes
2011-02-28 20:31:56 +00:00
Nathan Gray
830fcad2f6
Fix commands for table repeats
2011-02-28 19:16:58 +00:00
Nathan Gray
591bc464c1
Add preference to use import/export definition for exporting from nextmatch
2011-02-28 18:10:43 +00:00
Nathan Gray
20d6378bd2
Change importexport exporting to be able to pass a definition
2011-02-28 18:10:18 +00:00
Nathan Gray
908b4f0e63
Add English translation for nextmatch export preference
2011-02-28 17:43:24 +00:00
Nathan Gray
54a93e0480
Add preference to use import/export definition for exporting from nextmatch
2011-02-28 17:43:01 +00:00
Nathan Gray
2e5144b5a2
Add permission check before using importexport for export
2011-02-28 17:35:18 +00:00
Nathan Gray
36ac740a5c
* Nextmatch widget can use Import/Export definitions for exporting, if the app has the preference nextmatch-export-definition set to the name of the definition to use.
2011-02-28 17:32:32 +00:00
Andreas Stöckel
419c2af704
Added toggleSelectAll functions, improved egw_action_popup, tested, fixed some bugs
2011-02-26 20:40:27 +00:00
Andreas Stöckel
9e38d4e030
Added some forgotten files
2011-02-26 19:21:55 +00:00
Andreas Stöckel
1f751b452a
Implemented egw_popup_action, tested, got it working with IE
2011-02-26 18:04:28 +00:00
Klaus Leithoff
ce20a2f3ff
add Outbox image
2011-02-25 15:17:02 +00:00
Ralf Becker
403600fdd9
* removing memory limit from backup download, by switching off output buffering and zlib output compression
2011-02-25 13:13:40 +00:00
Ralf Becker
ef8ac254a4
many fixes in calendar:
...
- fixed fatal error if participant is no account
- if participant has no email use a pseudo one: noreply-$uid-uid@egroupware.org
- do not add account of calendar as participant (readd it in ChangeMessage)
- use calendar_boupdate::update() instead of ::save() to get notifications
- fixed fatal error call to member function ->format(), if event has an exception
2011-02-24 22:55:05 +00:00
Andreas Stöckel
49770971ce
First test with egwActionObjectInterface for a listbox-like representation of egwActionObjects (test_action.html), fixed bugs in egw_action.js which occured during testing.
2011-02-24 21:39:05 +00:00
Andreas Stöckel
53a041c488
Finished implementation of the abstract egwAction interface - now going to test it
2011-02-24 19:00:47 +00:00
Nathan Gray
d98b1c7437
Add some handling for importing participants from human-friendly form
2011-02-24 18:42:30 +00:00
Andreas Stöckel
e416c61890
Backup of current development stage
2011-02-24 16:10:11 +00:00
Nathan Gray
398185f525
Don't hide exports from admins, even if exporting is disabled for users.
2011-02-24 15:47:43 +00:00
Stefan Becker
002bb81b48
add German translation and fixed some typos
2011-02-24 14:19:05 +00:00
Nathan Gray
9bd38bb45f
Resize popup if step changes size
2011-02-24 00:13:42 +00:00
Nathan Gray
6f3f512623
Clarify export limit description, it controls exports and merging
2011-02-24 00:08:22 +00:00
Nathan Gray
d6aa239e62
Make merge respect export limit
2011-02-24 00:08:12 +00:00
Nathan Gray
34354a2a6b
Change config options, admin can now allow users to create their own definitions, and can choose which users are allowed to share their definitions with others
2011-02-23 23:44:20 +00:00
Andreas Stöckel
8b4eb27dd0
Id tag should work now...
2011-02-23 21:07:13 +00:00
Nathan Gray
92fcec4acb
Change marker detection to be more flexible, allowing for IF, NELF, etc
2011-02-23 21:02:22 +00:00
Nathan Gray
e100e423d8
Move special flags IF, NELF, etc to function so they can be used in a table
2011-02-23 21:01:37 +00:00
Nathan Gray
9f3f96e502
Fix missing custom fields
2011-02-23 20:48:57 +00:00
Andreas Stöckel
1866dd1c43
(Hopefully) fixed broken SVN Id tags
2011-02-23 20:18:56 +00:00
Andreas Stöckel
e2c9cd49cc
Initial commit of the current JS implementation of the egw_action system, which will later be used to create context sensitive menus and drag and drop capabilities. The egw_menu.js/egw_menu_dhtml.js files are fully functional (see test in the test dir), implementation of egw_action.js has just started and not even a single line of that has been tested yet.
2011-02-23 18:24:16 +00:00
Nathan Gray
75ba2fc475
Hide exporting for admins too, if they've disabled exporting site-wide
2011-02-23 16:45:19 +00:00
Stefan Becker
c4165cbe55
add German translation and fixed some typos
2011-02-23 13:23:44 +00:00
Stefan Becker
a8cc0801ec
add German translation and fixed some typos
2011-02-23 13:13:01 +00:00
Stefan Becker
5421d1ddc2
added some German Translations
2011-02-23 12:46:56 +00:00
Stefan Becker
5a695cf71a
added some German Translations
2011-02-23 12:42:17 +00:00
Klaus Leithoff
6857f1c36e
with php5.3 EncodeQP uses quoted_printable_encode, which messes up content eventually
2011-02-23 12:36:08 +00:00
Stefan Becker
5777b7bfc5
some types fixed
2011-02-23 12:28:27 +00:00