Michael J. Rubinsky [Sun, 7 Dec 2008 20:37:27 +0000 (15:37 -0500)]
* Start cleaning up stuff in header files
* Remove cruft from older implementation
Michael J. Rubinsky [Sun, 7 Dec 2008 20:29:38 +0000 (15:29 -0500)]
* More UI tweaking
* Show the selected gallery's default image.
Michael J. Rubinsky [Sun, 7 Dec 2008 19:22:48 +0000 (14:22 -0500)]
First stab at using a seperate sheet for creating a new gallery.
Once this is hashed out and prettied up, the same will be done with
the connection parameters, and the ability to add/remember multiple ansel
servers will be included.
Michael J. Rubinsky [Sun, 7 Dec 2008 19:22:15 +0000 (14:22 -0500)]
remove commented out line
Michael J. Rubinsky [Sat, 6 Dec 2008 23:47:36 +0000 (18:47 -0500)]
Add more informative progress messages
Michael J. Rubinsky [Fri, 5 Dec 2008 23:22:01 +0000 (18:22 -0500)]
Unhide the size popup
Implement image on the fly image scaling during upload.
This is MUCH better then using the full size images.
Yes, the interface needs much TLC, but one thing at a time :)
Michael J. Rubinsky [Fri, 5 Dec 2008 22:53:02 +0000 (17:53 -0500)]
Start fleshing out on the fly resizing before upload using QuickTime
Michael M Slusarz [Fri, 5 Dec 2008 06:08:30 +0000 (23:08 -0700)]
Ticket #5388: PGP functions now work in DIMP
Passphrase dialogs now use redbox.js to display.
Michael M Slusarz [Fri, 5 Dec 2008 21:18:11 +0000 (14:18 -0700)]
Fix thread sorting when a UID is out of order.
Michael M Slusarz [Fri, 5 Dec 2008 20:14:53 +0000 (13:14 -0700)]
Don't save OB if session doesn't exist.
Michael M Slusarz [Fri, 5 Dec 2008 20:00:44 +0000 (13:00 -0700)]
Missing variable.
Michael M Slusarz [Fri, 5 Dec 2008 17:56:30 +0000 (10:56 -0700)]
Clean up SPAM reporting.
No need for separate bounce address - bouncing will necessarily alter
the headers so it is worthless for message analysis - it is only useful
for token/signature scanning. However, this kind of scanning works just
fine if we attach the original message as a message/rfc822 part (e.g.
DSPAM).
Michael M Slusarz [Fri, 5 Dec 2008 07:46:28 +0000 (00:46 -0700)]
Fix typo.
Michael M Slusarz [Fri, 5 Dec 2008 07:05:17 +0000 (00:05 -0700)]
Add initial support for dynamically reloading messages.
Implements the 'verify this message' in DIMP for PGP and S/MIME signed
messages.
Michael M Slusarz [Fri, 5 Dec 2008 06:23:47 +0000 (23:23 -0700)]
Fix function call
Michael M Slusarz [Fri, 5 Dec 2008 05:39:14 +0000 (22:39 -0700)]
needs to be '', not null.
JSON converts null to 'null' apparently.
Michael M Slusarz [Fri, 5 Dec 2008 05:38:56 +0000 (22:38 -0700)]
Remove some unnecessary tooltip info.
Michael M Slusarz [Thu, 4 Dec 2008 23:55:25 +0000 (16:55 -0700)]
Play around with some dimp formatting.
Michael M Slusarz [Thu, 4 Dec 2008 23:54:39 +0000 (16:54 -0700)]
Add downloadAllList().
Michael M Slusarz [Thu, 4 Dec 2008 23:54:21 +0000 (16:54 -0700)]
javascript fix.
Michael M Slusarz [Thu, 4 Dec 2008 21:18:41 +0000 (14:18 -0700)]
Merge fixes from HEAD
1.235 +3 -2 dimp/imp.php
1.297 +1 -1 dimp/js/ViewPort.js
1.275 +18 -15 dimp/js/src/ViewPort.js
1.88 +3 -4 dimp/lib/Views/ListMessages.php
1.298 +1 -1 dimp/js/ViewPort.js
1.276 +2 -2 dimp/js/src/ViewPort.js
Michael M Slusarz [Thu, 4 Dec 2008 19:49:01 +0000 (12:49 -0700)]
IMAP optimization
Michael M Slusarz [Thu, 4 Dec 2008 19:48:07 +0000 (12:48 -0700)]
Error catching; fix wrong varname.
Michael M Slusarz [Thu, 4 Dec 2008 19:21:19 +0000 (12:21 -0700)]
Fix seen and flagged flagging
Michael M Slusarz [Thu, 4 Dec 2008 18:58:49 +0000 (11:58 -0700)]
Various cleanups.
Remove IMP_Folder::flist_IMP() - just use flist() instead.
phpdoc
Michael M Slusarz [Thu, 4 Dec 2008 18:57:57 +0000 (11:57 -0700)]
Make sure IMAP ob is rebuilt immediately
Chuck Hagenbuch [Thu, 4 Dec 2008 16:57:36 +0000 (11:57 -0500)]
more links/ideas for hound and hippo
Chuck Hagenbuch [Thu, 4 Dec 2008 16:56:55 +0000 (11:56 -0500)]
store the block I was working on here also
Michael M Slusarz [Thu, 4 Dec 2008 08:04:02 +0000 (01:04 -0700)]
Re-add mailbox list caching to DIMP.
Michael M Slusarz [Thu, 4 Dec 2008 06:36:17 +0000 (23:36 -0700)]
Ignore unknown sort values
Chuck Hagenbuch [Thu, 4 Dec 2008 03:35:56 +0000 (22:35 -0500)]
add drag-n-drop portal code from #6102
Michael M Slusarz [Thu, 4 Dec 2008 00:00:05 +0000 (17:00 -0700)]
nits
Michael M Slusarz [Wed, 3 Dec 2008 23:59:51 +0000 (16:59 -0700)]
Fix display of downloadall/stripall links.
Michael M Slusarz [Wed, 3 Dec 2008 23:59:23 +0000 (16:59 -0700)]
Fix call to filesystemGC(); don't load CSS files that don't exist.
Michael M Slusarz [Wed, 3 Dec 2008 23:58:51 +0000 (16:58 -0700)]
Implement Request #7424
Michael M Slusarz [Wed, 3 Dec 2008 19:14:18 +0000 (12:14 -0700)]
Somoe cleanup - this still probably doesn't work though.
Michael M Slusarz [Wed, 3 Dec 2008 18:58:01 +0000 (11:58 -0700)]
Re-add encoding guessing for forward/reply data.
Michael M Slusarz [Wed, 3 Dec 2008 18:26:47 +0000 (11:26 -0700)]
Fix PGP block parsing; phpdoc
Michael M Slusarz [Wed, 3 Dec 2008 12:14:53 +0000 (05:14 -0700)]
Fix return value
Michael M Slusarz [Wed, 3 Dec 2008 12:12:14 +0000 (05:12 -0700)]
Fix message/partial viewing
Michael M Slusarz [Wed, 3 Dec 2008 12:05:07 +0000 (05:05 -0700)]
Remove references to getDownloadAllList()
Michael M Slusarz [Wed, 3 Dec 2008 11:58:10 +0000 (04:58 -0700)]
Fixes; remove dependency on HTTP_Request
Fixes to reply/forward/attachment handling.
Use Horde_Http_Client instead of HTTP_Request.
Michael M Slusarz [Wed, 3 Dec 2008 11:57:32 +0000 (04:57 -0700)]
Only add charset param if dealing with text/* part.
Michael M Slusarz [Wed, 3 Dec 2008 07:10:09 +0000 (00:10 -0700)]
Don't output until we reach the end of the page.
Chuck Hagenbuch [Wed, 3 Dec 2008 15:34:28 +0000 (10:34 -0500)]
toss Duck's news app into the hatchery so it's around somewhere other than the wiki
Michael M Slusarz [Wed, 3 Dec 2008 06:50:27 +0000 (23:50 -0700)]
Fix from Ticket #7657.
Michael M Slusarz [Wed, 3 Dec 2008 06:49:55 +0000 (23:49 -0700)]
See Ticket #7350.
Michael M Slusarz [Wed, 3 Dec 2008 06:26:12 +0000 (23:26 -0700)]
Fix reply/forwarding formatting.
Michael M Slusarz [Wed, 3 Dec 2008 06:12:18 +0000 (23:12 -0700)]
Merge from CVS HEAD.
1.316, 1.317 - dimp's screen.css
1.3, 1.4 - dimp's silver/screen.css
Michael M Slusarz [Wed, 3 Dec 2008 06:09:33 +0000 (23:09 -0700)]
DIMP can now display messages again.
Michael M Slusarz [Wed, 3 Dec 2008 06:06:57 +0000 (23:06 -0700)]
phpdoc
Michael M Slusarz [Wed, 3 Dec 2008 06:06:26 +0000 (23:06 -0700)]
Fix constant scope.
Michael M Slusarz [Wed, 3 Dec 2008 06:05:47 +0000 (23:05 -0700)]
Git rid of app references to 'dimp'.
Fix prefs updating (i.e. show_preview).
Michael M Slusarz [Wed, 3 Dec 2008 06:05:06 +0000 (23:05 -0700)]
Fix undefined error.
Michael M Slusarz [Wed, 3 Dec 2008 03:44:52 +0000 (20:44 -0700)]
This param is optional.
Michael M Slusarz [Wed, 3 Dec 2008 03:44:30 +0000 (20:44 -0700)]
We want to authenticate here.
Michael M Slusarz [Wed, 3 Dec 2008 03:44:10 +0000 (20:44 -0700)]
Fix some bugs in this new code.
Michael M Slusarz [Tue, 2 Dec 2008 23:12:20 +0000 (16:12 -0700)]
Start fixing up itip Viewer.
Really have no clue what's going on in here, but this should at least
bring us a bit closer to having it actually work.
Michael M Slusarz [Tue, 2 Dec 2008 23:11:57 +0000 (16:11 -0700)]
Fix scope declaration.
Michael M Slusarz [Tue, 2 Dec 2008 22:39:13 +0000 (15:39 -0700)]
Maintenance updates to IMP 5.
Michael M Slusarz [Tue, 2 Dec 2008 22:10:13 +0000 (15:10 -0700)]
Fix MIME parameter escaping.
Michael M Slusarz [Tue, 2 Dec 2008 22:10:00 +0000 (15:10 -0700)]
Make 'address' encoding the default.
Michael M Slusarz [Tue, 2 Dec 2008 21:39:07 +0000 (14:39 -0700)]
More fixes to RFC 2231 code.
Michael M Slusarz [Tue, 2 Dec 2008 20:20:26 +0000 (13:20 -0700)]
Finish cleanup/fixes of RFC 2231 related stuff.
Michael M Slusarz [Tue, 2 Dec 2008 20:19:16 +0000 (13:19 -0700)]
Clean up header MIME generation.
Further reading of RFC 2045 indicates that MIME-Version is NOT needed
for message/rfc822 parts - the MIME-Version string only needs to appear
in the embedded header.
Michael M Slusarz [Tue, 2 Dec 2008 08:08:32 +0000 (01:08 -0700)]
For now, do the broken RFC 2231 config setting here.
Michael M Slusarz [Tue, 2 Dec 2008 08:06:50 +0000 (01:06 -0700)]
RFC 2231 fixes
Do a better job of encoding/wrapping MIME parameter values correctly -
in short, we need to keep these parameters separate from the "base"
value of the header so that we can (potentially) encode them differently
than the base value.
Michael M Slusarz [Tue, 2 Dec 2008 08:04:22 +0000 (01:04 -0700)]
Fix JS error.
Michael M Slusarz [Tue, 2 Dec 2008 05:00:35 +0000 (22:00 -0700)]
Fix attaching files when composing.
Michael M Slusarz [Tue, 2 Dec 2008 05:00:23 +0000 (22:00 -0700)]
phpdoc
Michael M Slusarz [Tue, 2 Dec 2008 04:59:50 +0000 (21:59 -0700)]
Nits.
Michael M Slusarz [Tue, 2 Dec 2008 04:59:27 +0000 (21:59 -0700)]
Fix target name.
Michael M Slusarz [Tue, 2 Dec 2008 04:39:03 +0000 (21:39 -0700)]
Fix parameters to func call; no need for reference.
Michael M Slusarz [Tue, 2 Dec 2008 04:38:35 +0000 (21:38 -0700)]
Tweak test script/INSTALL documentation.
Michael M Slusarz [Tue, 2 Dec 2008 04:38:24 +0000 (21:38 -0700)]
Fix imples in DIMP.
Michael M Slusarz [Tue, 2 Dec 2008 00:39:07 +0000 (17:39 -0700)]
Various tweaks
Michael M Slusarz [Mon, 1 Dec 2008 23:51:19 +0000 (16:51 -0700)]
Slowly working my way through DIMP fixes.
Michael M Slusarz [Mon, 1 Dec 2008 22:27:41 +0000 (15:27 -0700)]
Next batch of DIMP -> IMP fixes.
Michael M Slusarz [Mon, 1 Dec 2008 22:26:26 +0000 (15:26 -0700)]
Merge from CVS HEAD.
Michael M Slusarz [Mon, 1 Dec 2008 10:32:01 +0000 (03:32 -0700)]
More DIMP -> IMP fixes.
Michael M Slusarz [Mon, 1 Dec 2008 10:31:49 +0000 (03:31 -0700)]
Better unique ID generator.
Michael M Slusarz [Mon, 1 Dec 2008 10:30:53 +0000 (03:30 -0700)]
Remove $Horde$ CVS tags.
Michael M Slusarz [Mon, 1 Dec 2008 10:27:18 +0000 (03:27 -0700)]
Better random ID generation.
Michael M Slusarz [Mon, 1 Dec 2008 06:58:25 +0000 (23:58 -0700)]
First batch of DIMP/IMP fixes.
Michael M Slusarz [Mon, 1 Dec 2008 06:35:28 +0000 (23:35 -0700)]
Merge DIMP with IMP.
None of this works yet.
Chuck Hagenbuch [Wed, 19 Nov 2008 04:49:41 +0000 (23:49 -0500)]
first pass at refactoring these methods
Chuck Hagenbuch [Mon, 17 Nov 2008 03:37:40 +0000 (22:37 -0500)]
reorganize tests so De test is recognized
Michael M Slusarz [Wed, 26 Nov 2008 07:02:12 +0000 (00:02 -0700)]
Don't load 'uiinfo' from virtual folders into session.
Saves a bit of space - it is not used often and we can always grab it
from the pref later.
Michael M Slusarz [Wed, 26 Nov 2008 07:01:54 +0000 (00:01 -0700)]
Store tree data in Horde_Cache instead of session.
Michael M Slusarz [Wed, 26 Nov 2008 05:49:30 +0000 (22:49 -0700)]
Add option for no description link by htmlspecialchars() applied.
Michael M Slusarz [Wed, 26 Nov 2008 05:45:26 +0000 (22:45 -0700)]
Improve/Fix MIMP message rendering.
Chuck Hagenbuch [Wed, 26 Nov 2008 03:57:17 +0000 (22:57 -0500)]
scribd testing
Michael J. Rubinsky [Wed, 26 Nov 2008 01:40:40 +0000 (20:40 -0500)]
refactor initialization of TURAnselGallery to take the parent controller as
a parameter, thus saving us from having to remember to set it ourselves ;)
Michael J. Rubinsky [Wed, 26 Nov 2008 01:31:44 +0000 (20:31 -0500)]
wrapping, spacing
Michael J. Rubinsky [Wed, 26 Nov 2008 01:29:52 +0000 (20:29 -0500)]
Need to set the controller here or else the gallery won't have any connection.
Need to refactor this into a better initializer.
Michael J. Rubinsky [Wed, 26 Nov 2008 00:54:49 +0000 (19:54 -0500)]
Consolidate these upload functions now that we're doing all the uploads on a
single thread.
Correct typo, some more wrapping etc...
Michael M Slusarz [Wed, 26 Nov 2008 00:04:07 +0000 (17:04 -0700)]
Rework storage of passphrases.
Need to keep symmetric passphrases in session or else it is impossible
to download the embedded parts.
Michael M Slusarz [Wed, 26 Nov 2008 00:03:23 +0000 (17:03 -0700)]
Fix parsing of embedded parts.
Add statuscache code - not currently used yet.
Michael M Slusarz [Tue, 25 Nov 2008 22:17:52 +0000 (15:17 -0700)]
More fixes re: the new MIMP code.
Michael J. Rubinsky [Tue, 25 Nov 2008 23:43:03 +0000 (18:43 -0500)]
Merge branch 'master' of mrubinsk@dev.horde.org:/horde/git/horde-hatchery