Commit graph

154 commits

Author SHA1 Message Date
Romain Bignon
144bb8a7e4 works with DLFP2.0RoR-ng 2011-02-24 21:36:19 +01:00
Romain Bignon
34bfe130c3 fix prototype of 'iter_revisions' 2011-02-19 18:53:46 +01:00
Clément Schreiner
200ab648bb New object type: Revision. Renamed 'log_content'.
- object Revision for representing a revision of a page.
- log_content is now iter_revisions
2011-02-16 22:22:06 +01:00
Clément Schreiner
690decc54b Adds argument for marking an edit as 'minor' 2011-02-16 16:30:48 +01:00
juke
9fb8b150f2 line too long 2011-02-10 17:15:13 +01:00
Clément Schreiner
3cbb5671d3 Small fixes and changes in qwebcontentedit and ICapContent.
- content preview's html code is now cleaner
 - ICapContent.preview_content() renamed to ICapContent.get_content_preview()
 - tab "preview" was shown first when starting qwebcontentedit. Fixed.
2011-02-03 15:09:27 +01:00
Clément Schreiner
e3f46ac751 Adds support for previewing modifications on redmine's wiki pages.
Status: draft (needs further work to be really useful)
2011-02-01 13:47:13 +01:00
Romain Bignon
0278af175f use datetime.date objects and transform coming labels 2010-12-27 18:28:24 +01:00
Romain Bignon
f6e9fc30d4 a message requires to have a Thread 2010-12-08 12:10:54 +01:00
Romain Bignon
31921549a7 use specific formatter for 'current' command 2010-12-06 15:26:54 +01:00
Romain Bignon
4dfa8654b3 use new CapBaseObject API 2010-12-06 13:18:38 +01:00
Romain Bignon
912d3496c9 add flags IS_THREADS and IS_DISCUSSION to Thread to know how to display messages 2010-11-28 11:34:12 +01:00
Christophe Benz
bd083e7d43 add docstrings 2010-11-25 19:15:33 +01:00
Christophe Benz
7eb408d69c remove unused method 2010-11-25 19:15:33 +01:00
Christophe Benz
72659912ab remove namespace packages info 2010-11-25 16:39:05 +01:00
Christophe Benz
18e02f2fea handle multiple receivers in messages 2010-11-22 15:28:27 +01:00
Romain Bignon
c83c923e3d moved ICapDating.get_status() and ICapMessagesPost.get_status() into ICapAccount.get_account_status() 2010-11-20 20:52:53 +01:00
Christophe Benz
b24b40ac98 implement StatusField in sfr backend 2010-11-20 19:56:24 +01:00
Romain Bignon
928dbcb16d rename 'shown' to 'hidden' 2010-11-20 19:52:41 +01:00
Christophe Benz
e5f0a3cca6 oops 2010-11-19 13:50:30 +01:00
Christophe Benz
9a13c44094 thread is optional in a Message 2010-11-19 13:50:30 +01:00
Christophe Benz
fc9f6b439f store if photo is hidden 2010-11-19 11:22:04 +01:00
Christophe Benz
07bca34982 change docstr 2010-11-17 20:48:54 +01:00
Romain Bignon
6a242eb30f fix getting of url when filling contact 2010-11-17 19:30:51 +01:00
Christophe Benz
3c78b37f95 add url to contacts 2010-11-17 18:42:39 +01:00
Romain Bignon
430ef6cb25 new method 'send_query' in ICapContact 2010-11-15 13:21:58 +01:00
Romain Bignon
a23c2d159a fix print of Account objects 2010-11-14 14:12:23 +01:00
Romain Bignon
01acc2c7d4 new command 'weboob-config confirm' 2010-11-11 13:22:43 +01:00
Romain Bignon
fcabbbe19f rewritting the dating optimization services management (refs #319) 2010-11-11 01:11:55 +01:00
Romain Bignon
0d640e17cc new attribute 'description' on Video 2010-11-04 22:23:00 +01:00
Romain Bignon
3860f87f76 return a Transfer object insetad of only an ID 2010-10-31 10:26:06 +01:00
Romain Bignon
710d8ffd54 fix compare of two messages 2010-10-30 12:27:21 +02:00
Romain Bignon
28e57001bc add a messages refresh button, and better handler of contacts selection 2010-10-30 09:58:52 +02:00
Romain Bignon
f995d86023 new capability ICapAccount (closes #389) 2010-10-26 21:02:27 +02:00
Romain Bignon
3e643ef7ab use 'table' as default formatter in boobank 2010-10-16 18:59:45 +02:00
Romain Bignon
916400467e use "basestring" instead of "(str,unicode)" 2010-10-16 17:44:09 +02:00
Romain Bignon
66335a52c8 ability to send a new revision of a wiki page 2010-10-16 10:06:04 +02:00
Romain Bignon
a39db3626b new capability ICapContent (for wiki, blogs, etc) 2010-10-15 16:31:31 +02:00
Romain Bignon
cc541cc64a pyflakes fixes 2010-10-08 13:52:56 +02:00
Romain Bignon
92c6507f71 use the new add_field() method to define fields 2010-10-08 13:43:57 +02:00
Romain Bignon
bcfa838e86 new method CapBaseObject.add_field()
When you want to add a field to your CapBaseObject derivated class, use
this method to:
- add it in the fields list (order is important)
- set the only possible values types
- default value to NotLoaded if not specified
- possibility to set another value
2010-10-08 13:41:41 +02:00
Romain Bignon
ebec2ebb06 new capability ICapRadio 2010-10-08 10:53:30 +02:00
Romain Bignon
bf81773e8b if FIELDS is not defined, still raise id first 2010-10-08 10:52:41 +02:00
Romain Bignon
cba2f742aa correctly initialize base class 2010-10-08 10:51:21 +02:00
Nicolas Duhamel
935531c5ae Return transfer id Prevent when the two accounts aren't on the same backend
Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-28 22:27:40 +02:00
Romain Bignon
cca5e98888 set the FIELDS attribute to Thread and Message classes 2010-09-26 23:37:03 +02:00
Romain Bignon
c8bb18ea4b FIELDS isn't a field 2010-09-26 23:36:52 +02:00
Nicolas Duhamel
81706f23ad Add a transfer capability and implante it in bp and boobank
Make a transfer in boobank like that:

>transfer fromaccountid toaccoundid amount

Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-24 18:05:32 +02:00
Christophe Benz
9e2345eeb9 implement select command 2010-09-21 13:10:52 -04:00
Romain Bignon
9e01185b1a title and sender are not needed anymore 2010-08-31 09:22:31 +02:00