2007-06-25 |
kink | drop obsolete parameter, thanks Tomas Kuliavas for... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-25 |
kink | fix switch of en/decode in mdn, thanks Masato HIGASHIYA... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-24 |
pdontthink | Fix JavaScript errors; make resizable compose body... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-24 |
pdontthink | Few tweaks to list_files() and add new sq_popen() and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-15 |
pdontthink | Add ask_user_info redirect to compose screen |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-15 |
pdontthink | Typo |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-08 |
kink | fix some bugs found by grepping for urlencode/urldecode |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-08 |
kink | color has been dropped as a parameter from (plain_... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-08 |
kink | remove some HTML from within functions. Unneeded HTML... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-08 |
kink | drop some unused globals |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-08 |
kink | html/plain should be text/html |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-08 |
kink | Always treat Content-Type case-insensitively (#1732092). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-08 |
kink | - fix notice when returning from a restored compose... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-03 |
bouchon | Fix broken set_url_var function in functions/html.php... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-02 |
pdontthink | Templates also known as skins; also alphabetize list... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-01 |
jangliss | More XHTML Cleanup |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-01 |
jangliss | Another XHTML fix. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-06-01 |
jangliss | XHTML is case sensitive. onLoad != onload |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-31 |
kink | state license as recommended by the free software found... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-30 |
kink | adapt to approximate global changelog style |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-30 |
kink | fix mail_fetch class to properly cope with dots as... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-30 |
bouchon | Fixed #1727033 (auth support detection in conf.pl) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-29 |
kink | work around broken mailers sending broken date headers... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Remove duplicated javascript function definition |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Add autohide functionality for preview pane. Thanks... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Minor adjustments to variable_orders & gpc_order checks... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Update preview pane functionality so it only refreshes... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Adding comment for future developer(s) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | FirstTimeSee is useful to other functionalities beside MDN |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Correctly update cached message flags in ALL places... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Grammar fix and comment to Marc I think. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Add the message as a parameter to subject_link hook... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Values that test as "empty" should actually be displaye... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Add ability to collapse headers into one line; works... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Fix spacing |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Add reminder comments that someone needs to take a... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-18 |
pdontthink | Add comments reminding someone to make a fix here |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-17 |
kink | replace preg_split without a regular expression with the |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-17 |
kink | also fix duplicated version of parsepriority code |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-17 |
kink | using split() with wrong perl regexes will not work. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-14 |
kink | compare addresses case insensitively, thanks Xaviet... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-11 |
kink | centralise the "From"-header construction in functions... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-10 |
kink | replace string "Cute." with "Invalid URL" (reuse of... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-10 |
kink | use plugins in our examples that actually still exist |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-09 |
kink | Security: fixes for the HTML filter to counter further... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-07 |
pdontthink | Use constant instead of hard-coded string for plugin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-06 |
pdontthink | Add ability for plugin to indicate that they are not... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-06 |
pdontthink | Forgot CSS style for resizable widget code |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-05 |
pdontthink | Add dynamic textarea sizing slider control to compose... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-05-03 |
pdontthink | Implement checks for correct PHP variables_order and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-04-26 |
jervfors | Short PHP tags are against the SquirrelMail coding... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-04-05 |
pdontthink | Add generic get_plugin_requirement() function and chang... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-04-01 |
pdontthink | Shifting the location of bind_textdomain_codeset()... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-30 |
pdontthink | Add sq_change_text_domain for plugins to use when switc... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-30 |
pdontthink | Add sq_change_text_domain for plugins to use when switc... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-29 |
pdontthink | Handle change of behavior with session ID being left... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-29 |
pdontthink | Handle change of behavior with session ID being left... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-27 |
pdontthink | Skip .svn dir. Leaving CVS dir in case it is left... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-26 |
pdontthink | Revert last change, which caused nasty sesion ID errors... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-26 |
pdontthink | Using the string 'deleted' in expired cookies can have... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-22 |
pdontthink | Add functions to help diagnose if plugin dependencies... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-22 |
pdontthink | Remove $version, use SM_VERSION constant instead |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-22 |
pdontthink | Re-add hook just removed; compose templates are so... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-22 |
pdontthink | Removing hook that, AFAIK is only used to add output... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-20 |
pdontthink | Fix loss of |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-19 |
avel | Fix typo |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-17 |
jervfors | Changing the service provider's logo string. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-16 |
jervfors | All images must have an alternate text. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-12 |
jervfors | Going XHTML. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-12 |
jervfors | Images require an alternate text. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-10 |
pdontthink | Remove unused directory |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-10 |
pdontthink | Templatize (un)collapse buttons; move all templates... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-10 |
jangliss | Some fixes for #1634735. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-09 |
pdontthink | Adding new plugin output sections 'provider_link_after... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-09 |
pdontthink | Adding new plugin output section 'provider_link_after' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-09 |
pdontthink | Add (un)collapse buttons |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-09 |
pdontthink | Adding new plugin output section 'provider_link_before' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-08 |
jervfors | Removing "" in some links as well as the link to the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-07 |
jervfors | Adding a missing setting (since 1.4.6 RC 1). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-06 |
kink | do not hardcode "SquirrelMail" in displayhtmlheader... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-06 |
kink | fix typo |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-06 |
kink | use org_title instead of "SquirrelMail" in error_box |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-06 |
kink | do not special case a folder named 'None'. There's... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-06 |
kink | drop obsolte .cvsignore files, these are now svn:ignore... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-06 |
kink | Fix Priority and Receipt compose options being reset... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-04 |
jervfors | Updating to the newer option page format. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-04 |
jervfors | Removing obsolete link to developer documentation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-04 |
jervfors | Moving "doc/themes.txt" to the administrator's manual. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-04 |
jervfors | Moving "doc/db-backend.txt" to the administrator's... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-04 |
jervfors | Moving "doc/db-backend.txt" to the administrator's... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-03-02 |
kink | Prevent including index.php for charset decoding/encodi... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-02-28 |
pdontthink | Sorry, removing things unrelated to last commit |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-02-28 |
pdontthink | Use $org_name instead of hard-coding "SquirrelMail" |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-02-28 |
pdontthink | Comment change |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-02-27 |
kink | fixes for r12283: mistakenly passed already-split date... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-02-27 |
kink | log change |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-02-27 |
kink | also store the unparsed date, and display it when we |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-02-27 |
kink | move HTML output to template, improve HTML on the fly |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-02-27 |
kink | generalise folder_manip_dialog CSS into dialogbox CSS |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2007-02-26 |
kink | LogChange |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |