# New ports collection makefile for: ascend-radius # Date created: August 28th 96 # Whom: James FitzGibbon # # $FreeBSD$ # PORTNAME= ascend-radius PORTVERSION= 980618 CATEGORIES= net MASTER_SITES= ftp://ftp.ascend.com/pub/Software-Releases/Radius/Current/ \ ftp://ftp.ascend.com/pub/Software-Releases/Radius/Current/doc/ \ ftp://ftp.ascend.com/pub/Software-Releases/Radius/Archive/ \ ftp://ftp.ascend.com/pub/Software-Releases/Radius/Archive/doc/ DISTFILES= radius-980618.tar.gz \ radius.ps \ radius.pdf \ 980618.ps \ 980618.pdf EXTRACT_ONLY= radius-980618.tar.gz MAINTAINER= ports@FreeBSD.org WRKPREFIX= radius-980618/radius-1.16-ascend WRKSRC= ${WRKDIR}/${WRKPREFIX}/ascendd ALL_TARGET= all dbm MAN1= builddbm.1 users-file-syntax.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/radiusd ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/radiusd.dbm ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/builddbm ${PREFIX}/sbin ${INSTALL_MAN} ${WRKDIR}/${WRKPREFIX}/man1/users-file-syntax.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKDIR}/${WRKPREFIX}/man1/builddbm.1 ${PREFIX}/man/man1 .ifndef NOPORTDOCS @ ${MKDIR} ${PREFIX}/share/doc/ascend-radius for file in ascend.doc draft-ietf-radius-accounting-01.txt draft-ietf-radius-radius-03.txt draft-ietf-radius-radius-04.txt; do \ ${INSTALL_DATA} ${WRKDIR}/${WRKPREFIX}/doc/$$file ${PREFIX}/share/doc/ascend-radius; \ done for file in ChangeLog README README.cexample README.dict; do \ ${INSTALL_DATA} ${WRKDIR}/${WRKPREFIX}/$$file ${PREFIX}/share/doc/ascend-radius; \ done ${INSTALL_DATA} ${DISTDIR}/radius.ps ${PREFIX}/share/doc/ascend-radius ${INSTALL_DATA} ${DISTDIR}/radius.pdf ${PREFIX}/share/doc/ascend-radius ${INSTALL_DATA} ${DISTDIR}/980618.ps ${PREFIX}/share/doc/ascend-radius ${INSTALL_DATA} ${DISTDIR}/980618.pdf ${PREFIX}/share/doc/ascend-radius .endif @ ${MKDIR} ${PREFIX}/etc/raddb @ ${CHOWN} root:wheel ${PREFIX}/etc/raddb @ ${CHMOD} 700 ${PREFIX}/etc/raddb for file in clients.example dictionary users.example; do \ ${INSTALL} -c -o root -g wheel -m 0400 ${WRKDIR}/${WRKPREFIX}/raddb/$$file ${PREFIX}/etc/raddb; \ done @ ${MKDIR} /var/log/radacct @ ${CHOWN} root:wheel /var/log/radacct @ ${CHMOD} 700 /var/log/radacct .include
Commit message (Collapse)AuthorAgeFilesLines
* NEWS update for 3.6.3 release.EVOLUTION_3_6_3Matthew Barnes2013-01-221-0/+69
|
* Exclude also text/calendar in a fix for bug #692009Milan Crha2013-01-221-1/+2
|
* Bug 692143 - Auto-configured MSN account should use POP, not IMAPMatthew Barnes2013-01-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | In e_mail_config_service_page_auto_configre(), we do detect that only POP3 is available for MSN accounts and switch to the appropriate service backend. The problem was with the hack I added awhile back to momentarily skip to the Receiving page just before skipping to the Summary page, so clicking "Go Back" from the Summary page would return to the Receiving page. That momentary skip triggered mail_config_assistant_prepare() on the Receiving page, which then triggered e_mail_config_page_setup_defaults() since the Receiving page was not yet in the visited pages hash table. The Receiving page's setup_defaults() method reset the service backend to IMAPX, which is the correct thing to do when not auto-configured. The solution is add the Receiving page to the visited pages hash table after a successful auto-configuration, but just BEFORE we momentarily skip to it. This tricks mail_config_assistant_prepare() into thinking the page was already visited, and it skips setting up defaults for it. Also added the Sending page to visited pages, just for consistency. (cherry picked from commit 0e0060e6398d2615534951d0192be71c7a3cc38e)
* Bug #692009 - text/css always formatted as attachmentMilan Crha2013-01-211-3/+27
|
* Bug #692005 - Changing character encoding doesn't workMilan Crha2013-01-1914-11/+160
|
* Bug #692003 - Print of text/html with no html/body end tag cuts contentMilan Crha2013-01-181-0/+3
|
* Bug #691732 - multipart/related hides attachmentsMilan Crha2013-01-183-1/+56
|
* Fix a recently introduced white-space error in a source fileMilan Crha2013-01-171-1/+0
|
* Bug #691194 - Import .ics preview shows UTC time instead of local timeMilan Crha2013-01-151-0/+3
|
* Bug #691134 - Only autocompleted name is added to a contact listMilan Crha2013-01-111-3/+35
|
* Do not hide 'attachment' images with Content-IDMilan Crha2013-01-111-2/+8
|
* Be more strict in inline PGP mime filter/part parserMilan Crha2013-01-113-6/+40
|
* Bug #691134 - New contact lists always saved to a default bookMilan Crha2013-01-092-4/+34
|
* Update X-GNOME-Bugzilla-OtherBinaries.Matthew Barnes2013-01-091-1/+1
| | | | | | | I don't know if any distros still honor these X-GNOME-Bugzilla settings but keep them up-to-date anyway. (cherry picked from commit 7b0908ece34b465785d0a9879a4fe48482238a47)
* Bug 691133 - Evolution creates 'highlight' zombiesMatthew Barnes2013-01-041-8/+14
| | | | | | | | | | | | | Evolution spawns the 'highlight' program with these flags: G_SPAWN_SEARCH_PATH G_SPAWN_DO_NOT_REAP_CHILD G_SPAWN_DO_NOT_REAP_CHILD results in zombie 'highlight' processes. Note, G_SPAWN_SEARCH_PATH is still needed on the gnome-3-6 branch. In later versions we have configure determine the absolute path to the 'highlight' program to avoid depending on the user's $PATH.
* Updated Uyghur translationGheyret Kenji2013-01-041-12046/+13174
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Updated Hungarian translationBalázs Úr2013-01-011-1432/+1495
|
* Bug 588216 - 'Unsubscribe' disabled for newsgroupsMatthew Barnes2012-12-291-1/+1
| | | | | | Unsubscribable folders are not necessarily deletable. (cherry picked from commit 53937a3dbdc9565d4609391d386d5a28b8dc249b)
* Updated Brazilian Portuguese TranslationRafael Ferreira2012-12-261-1425/+1299
|
* Do not restore certificate manager columns when all are hiddenMilan Crha2012-12-111-1/+7
| | | | | | If all columns are hidden, then header of a GtkTreeView is also hidden, thus there is no way to show columns again, which results in empty Certificate Preferences view.
* Bug #689966 - MDN bar shown in Sent folderMilan Crha2012-12-111-16/+2
| | | | The previous commit broke MDN send, which this one fixes.
* Bug #689966 - MDN bar shown in Sent folderMilan Crha2012-12-111-2/+9
|
* Updated Tamil translationDr.T.Vasudevan2012-12-091-10141/+11011
|
* backup-restore: Remove references to ~/.camel_certs.Matthew Barnes2012-12-091-8/+1
| | | | | | The path is now XDG-base-dir compliant: ~/.local/share/camel_certs (cherry picked from commit 8972ef83f634f22fc72d78a279fd613d98da73ec)
* Further EMailParser cleanups.Matthew Barnes2012-12-051-96/+95
| | | | (cherry picked from commit 56975aec6a4904140df94361ff9c4bbca5b1dc95)
* mail_parser_run(): Eliminate a dead code branch.Matthew Barnes2012-12-051-24/+16
| | | | | | | There's no need to check whether the 'parsers' GQueue is NULL since we assert that it's non-NULL just a few lines above. (cherry picked from commit 0862979d137ca489c478c970cbcfda0209abd438)
* Do not empty trash/delete junk in disabled accounts on exitMilan Crha2012-12-051-2/+64
|
* e_mail_reader_parse_message() cleanups.Matthew Barnes2012-12-052-54/+57
| | | | | | Use the existing AsyncContext struct instead of defining a new struct. (cherry picked from commit dff6f5d85df957e2d0a58513977606bd9490d989)
* Bug 689639 - File -> Print Preview in composer brings up Print dialogMatthew Barnes2012-12-051-2/+1
| | | | (cherry picked from commit dad8f67e57c6eef2e2cda309982377957ba9d64b)
* Bug #678606 - Crash under mail_backend_folder_deleted_cb()Milan Crha2012-12-031-0/+3
|
* Updated kn translationShankar Prasad2012-11-301-1414/+1407
|
* Bug #687360 - Crash on quit in gtk_style_context_get_valist()Milan Crha2012-11-291-3/+8
|
* Bug #671628 - Size of backup window is bigMilan Crha2012-11-281-24/+35
|
* Updated Telugu TranslationsKrishnababu Krothapalli2012-11-281-1673/+2059
|
* hindi translation updateRajesh Ranjan2012-11-281-209/+208
|
* Revert "Update German help translation"Christian Kirbach2012-11-271-68/+26
| | | | | This reverts commit 673e6c14baa32296a6c22cb9ea7f35a07d755bee. Pushed accidentally to the wrong branch.
* Update German help translationChristian Kirbach2012-11-271-26/+68
|
* Update German help translationChristian Kirbach2012-11-271-295/+220
|
* Assamese translation updatedNilamdyuti Goswami2012-11-261-21/+32
|
* Assamese translation updatedNilamdyuti Goswami2012-11-261-3331/+2937
|
* Bug #686212 - Cannot print html mails with defined <style />Milan Crha2012-11-261-12/+24
|
* Bug #687974 - No displaying of extended free/busy (XFB) informationChristian Hilberg2012-11-267-16/+380
|
* Updated German help translation (bug 688629)Paul Menzel2012-11-261-1/+1
|
* Bug #688819 - It's possible to make Evolution stop sending emailsMilan Crha2012-11-231-1/+7
|
* hindi translation updateRajesh Ranjan2012-11-231-1798/+1503
|
* EMailDisplay lefts opened file handles to downloaded imagesMilan Crha2012-11-231-22/+26
| | | | | | | This fixes three things: a) mail_display_resource_requested() was leaking file handles on downloaded images b) it's not necessary to open files, it's enough to test whether file exists c) mail_display_button_press_event() used incorrect key for "http" cache
* Bug #680201 - Backup restore doesn't migrate accounts from GConfMilan Crha2012-11-222-10/+62
|
* Bug #677378 - Alert about self-signed certificates when checking auth typesMilan Crha2012-11-213-8/+16
|
* Bug #685808 - Search bar entry background does not change on searchMilan Crha2012-11-211-10/+60
|
* [l10n] Updated German translationMario Blättermann2012-11-211-1720/+1579
|
* Relative URI can crash Evolution in http_request_send_async()Milan Crha2012-11-132-3/+8
|
* Updated Japanese translationTakayuki KUSANO2012-11-131-6964/+7379
|
* Bug #687997 - No email sent for shared memosMilan Crha2012-11-122-3/+30
|
* Bug #687999 - 'Open calendar' in invitation email does nothingMilan Crha2012-11-121-50/+25
|
* Bug #687998 - Attachment dialog shown when storing assigned taskMilan Crha2012-11-123-3/+82
|
* Updated gujarati fileSweta Kothari2012-11-121-1549/+1309
|
* Post-release version bump.Matthew Barnes2012-11-121-1/+1
|
* NEWS update for 3.6.2 release.EVOLUTION_3_6_2Matthew Barnes2012-11-111-0/+63
|
* Bug 688084 - Cannot configure connection to webdav address bookAlban Browaeys2012-11-111-3/+4
| | | | | | | (cherry picked from commit 303096a35e71541b3412d34bd63232e3939a15f8) Conflicts: modules/book-config-webdav/evolution-book-config-webdav.c
* Coding style and whitespace cleanup.Matthew Barnes2012-11-11289-8351/+10857
|
* EMailConfigAssistant: Fix build break from cherry-pick.Matthew Barnes2012-11-091-1/+1
|
* Bug 687137 - Google account user name overwritten with email addressMatthew Barnes2012-11-091-8/+8
| | | | | | | | | | | | | Evolution's Google account module was setting the ECollectionSource's "identity" property to the account's email address before submitting the account to E-D-S. Meanwhile, the Google module in E-D-S was syncing the account user name to the ECollectionSource's "identity" property. This mismatch resulted in an explicitly specified GMail user name being overwritten when the account information is submitted. Evolution should instead set the "identity" property to the account's user name. (cherry picked from commit f8e346731c87cddef5c6610432f960105157b011)
* EMailConfigAssistant: Make revising auto-configuration easier.Matthew Barnes2012-11-091-0/+5
| | | | | | | | | | | | | | | | | | | | | After providing a name and email address on the Identity page, the user clicks Forward and auto-configuration runs. If successful, it jumps to the Account Summary page showing a table of auto-configured settings. If the user wants to go back and revise auto-configured settings, he would click Go Back to return to the Identity Page, then click Forward again to go to Receiving Email (since auto-coniguration only runs once). But this is confusing. It's not clear that clicking Forward from the Identity Page will behave differently after auto-configuration has run. Instead, clicking Go Back from the Summary Page after auto-configuration should return to the Receiving Email page where IMAP/POP settings can be modified. This behavior combined with the GtkAssistant navigation sidebar should hopefully make it less confusing. (cherry picked from commit af1d412eed6cf20810c5b3fa49a3c31676dbbeb0)
* Bug #686325 - Preview message window keyboard use severely limitedMilan Crha2012-11-081-32/+71
|
* Updated British English translationChris Leonard2012-11-061-506/+512
|
* Updated Czech translationMarek Černocký2012-11-051-1850/+181
|
* Add workaround for missing webkit_web_frame_get_dom_document()Milan Crha2012-11-051-0/+48
| | | | | | The function was introduced in WebKit 1.10.0, but evolution still requires 1.8.0+, thus provide a workaround for WebKit which does not has this function yet.
* Updated Russian translationYuri Myasoedov2012-11-051-140/+67
|
* update Punjabi Translation for packageA S Alam2012-11-041-122/+121
|
* [l10n] Updated Catalan translationGil Forcada2012-11-031-72/+74
|
* Bug 687400 - Composer settings not appliedMatthew Barnes2012-11-035-215/+391
| | | | | | | | | | | | | EMailConfigWebView is an extension that configures EWebView instances. This used to cover both the email formatter and the email composer, but with the email formatter now using WebKit/GTK+ and the email composer still using GtkHtml, the composer was left unconfigured. Add an EMailConfigWebViewGtkHTML extension that targets EWebViewGtkHTML instances and applies the relevant settings, and remove all the GtkHTML contortions from EMailConfigWebView. (cherry picked from commit d6105626509c73da6d0184edc0b864254d97cbd3)
* Bug #687442 - Magic spacebar avoids iTip formatter comment writeMilan Crha2012-11-022-2/+34
|
* Fixed squished labels on Identity page of Account Assistant.Matthew Barnes2012-11-021-1/+0
| | | | | | | GtkSizeGroup::ignore-hidden is broken, or so I'm told in the discussion on https://bugzilla.gnome.org/show_bug.cgi?id=677609. Leave it FALSE. (cherry picked from commit d6b350c751866c391dbf52e7cbeed56eda335329)
* Updated Galician translationsFran Diéguez2012-11-011-612/+611
|
* Updated Greek translationTom Tryfonidis2012-11-011-581/+579
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2012-10-311-583/+581
|
* Bug #687155 - Text/plain signatures wrap in an editorMilan Crha2012-10-302-3/+11
|
* Bug #317153 - Contact editor too large for small screensMilan Crha2012-10-302-11/+70
|
* Updated Slovenian translationMatej Urbančič2012-10-301-82/+84
|
* Bug #267787 - Preferences too large for small screensMilan Crha2012-10-301-1/+57
|
* Bug #663844 - [CalDAV] Fails to parse iCloud XML responseMilan Crha2012-10-291-2/+0
|
* Updated Serbian translationМирослав Николић2012-10-292-1168/+1162
|
* Bug 687060 - Identity page shows read-only GOA properties as editableMatthew Barnes2012-10-291-0/+8
| | | | | | | Hide the account name and email address fields when editing an Evolution account linked to a GNOME Online Account. (cherry picked from commit 709a2498efc54c0c0cdd00e9a40a5befcd01c403)
* EMailConfigIdentityPage: Add a "show-email-address" property.Matthew Barnes2012-10-292-4/+71
| | | | | | Allows the Email Address field to be hidden. (cherry picked from commit abb81c8b831cc7e5c6513e9b7c79d6a4fa0c5cc6)
* EMailConfigIdentityPage cleanups.Matthew Barnes2012-10-291-3/+3
| | | | (cherry picked from commit 6472883a8bee32d7de03802c65b96d97a7e3f643)
* Updated Belarusian translation.Ihar Hrachyshka2012-10-291-576/+575
|
* Updated Polish translationPiotr Drąg2012-10-291-441/+440
|
* Updated Lithuanian translationAurimas Černius2012-10-291-2131/+1196
|
* Updated Indonesian translationAndika Triwidada2012-10-281-413/+410
|
* Updated Spanish translationDaniel Mustieles2012-10-281-104/+106
|
* Bug 687010 - Add keywords to the desktop fileMatthias Clasen2012-10-281-0/+1
| | | | | | This makes gnome-shell search more useful. (cherry picked from commit 3e9d1658ff1cffd6a46aa9b6f401375054df6450)
* Bug 627244 - Bold days in "Select Date" dialog not updated when changing monthFabiano Fidêncio2012-10-261-1/+5
| | | | (cherry picked from commit e96ff89249e2f393e5b2adbe7468aab03ea63fbc)
* Bug 686813 - ECaldavChooser: Deadlock on cancellationMatthew Barnes2012-10-251-1/+6
| | | | (cherry picked from commit e7981244a68c9d0b6b93d8c2697569668098b647)
* Bug #680497 - POP3 re-adds messages to local InboxMilan Crha2012-10-251-36/+55
|
* Bug #686785 - Port of WebDAV source doesn't match SSL checkMilan Crha2012-10-251-0/+31
|
* EMailShellView: Remove GroupWise-specific cruft.Matthew Barnes2012-10-191-43/+0
| | | | | | | The GroupWise backend is dead, and this logic never belonged here in the first place. (cherry picked from commit 66fdfbcf8921da69b08c05dfd4df1be151da447e)
* Remove "Disable Account" menu item for GOA-based accounts.Matthew Barnes2012-10-193-2/+32
| | | | | | GOA-based accounts must only be disabled from gnome-control-center. (cherry picked from commit 32ca78553b735dcb1a05f62a351a56c1289dc8ce)
* Bug #588959 - Expanding appointment crashes EvolutionVibha Yadav2012-10-191-0/+5
|
* Encode also message_uid in e_mail_part_build_uri()Milan Crha2012-10-191-2/+5
| | | | | | This reverts commit ebc86adc4f30, which broke opening of IMAP message. It's also the correct solution for the initial issue, because the message_uid can contain letters which should be encoded in the URI.
* Revert "Decode EMailRequest::priv::uri_base URI-escaped letters"Matthew Barnes2012-10-181-2/+1
| | | | | | This reverts commit ebc86adc4f30f126eae7742df454a6b2a1aac47c. Incomplete solution, renders Bugzilla mails unreadable.
* MailFolderCache: Silently ignore cancellation errors.Matthew Barnes2012-10-181-1/+5
| | | | (cherry picked from commit b0efa5cb274240e3d4c80c2d854dc8cbaa876b6b)
* Decode EMailRequest::priv::uri_base URI-escaped lettersMilan Crha2012-10-181-1/+2
| | | | | | | | It's for cases when message UID contains letters which are supposed to be encoded, like "<>" in NNTP message UIDs. Without the decode the message preview is left empty and only console shows a runtime critical warning: handle_mail_request: assertion `part_list != NULL' failed
* Bug #310978 - USENET always requires authenticationMilan Crha2012-10-181-3/+10
|
* GN-bug #685262 - Attachments disappear when dragged in message previewMilan Crha2012-10-171-0/+11
|
* Do not crash in create_default_shell()Milan Crha2012-10-171-3/+8
|
* Bug #686278 - Prefer-plain can break parts listMilan Crha2012-10-171-16/+7
|
* Bug #663844 - [CalDAV] calendar-home-set/href may contain full URIMilan Crha2012-10-161-4/+16
|
* evolution.convert: Remove leftover "force-message-limit" entry.Matthew Barnes2012-10-151-1/+0
| | | | | | | | | | | The GSettings key was removed in commit f4c30fe: "Bug #672249 - Crash when showing message with large text/plain" This was causing gsettings-data-convert to abort and not mark itself as having run, so the GConf conversion runs repeatedly, potentially overwriting changes the user made in GSettings. (cherry picked from commit b2f37bb1e10e6aff19843489fded9a136377a70a)
* Bug 685786 - EWebView: Signal handlers never disconnectedMatthew Barnes2012-10-142-1/+14
| | | | | | | | | | | | | | Both EWebView and EMailDisplay listen for "changed" signals from a GSettings instance, passing itself as the 'user_data' to the signal handler e_web_view_update_fonts(). But in both cases the signal handler was left connected after EWebView and EMailDisplay were finalized, resulting in the signal handler receiving a dangling pointer. Not using g_signal_connect_object() here because of the unresolved reference leak issue in GObject. The GSettings instance is likely cached internally and lives well beyond EWebView and EMailDisplay. (cherry picked from commit 890f31bd076da194c5b7ea8022e72c8aad4a0de1)
* EWebView cleanups.Matthew Barnes2012-10-141-78/+91
| | | | (cherry picked from commit 446cd75900b3636156a92f764cb2db5306b687ec)
* EMailDisplay cleanups.Matthew Barnes2012-10-141-430/+467
| | | | (cherry picked from commit b5cf4dc325b810f750f735eb972837953f4e8309)
* Post-release version bump.Matthew Barnes2012-10-141-1/+1
|
* NEWS release for 3.6.1 release.EVOLUTION_3_6_1Matthew Barnes2012-10-141-0/+34
|
* Updated Bulgarian translationAlexander Shopov2012-10-131-2269/+434
|
* Updated Norwegian bokmål translation.Kjartan Maraas2012-10-121-566/+566
|
* Bug 685675 - Fix packing of spell check language optionsMatthew Barnes2012-10-102-47/+39
| | | | | | | | Word-wrapped GtkLabels and GtkTables just don't seem to get along. The vertical allocation for the GtkLabel was way too big. Replace the GtkTable with a GtkGrid. (cherry picked from commit 2b46866a5c311283f2d67cbf00802e47b308ec16)
* Bug 684691 - EMailConfigFormatHTML: Signal handler never disconnectedMatthew Barnes2012-10-101-33/+59
| | | | | | | | | | | | | EMailConfigFormatHTML listens for "changed" signals from a GSettings instance, passing itself as the 'user_data' to the signal handler. But the signal handler was left connected after EMailConfigFormatHTML was finalized, resulting in the signal handler receiving a dangling pointer. Not using g_signal_connect_object() here because of the unresolved reference leak issue in GObject. The GSettings instance is likely cached internally and lives well beyond the EMailConfigFormatHTML. (cherry picked from commit 4483209dba2d421d814fae5dc31e5597fcacd612)
* EBookConfigNameSelectorEntry: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-44/+82
| | | | | | Follow the usual GObject conventions. (cherry picked from commit d181e003cadfc3be2ac8b8ad020b110b94c08356)
* ECalConfigView: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+71
| | | | | | Follow the usual GObject conventions. (cherry picked from commit 55d5344510bd2991259d9b202988024b00c957d8)
* ECalConfigModel: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+73
| | | | | | Follow the usual GObject conventions. (cherry picked from commit 09438389c17a2b542d3c055e287f22fa3a1b6513)
* ECalConfigMeetingTimeSelector: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+77
| | | | | | Follow the usual GObject conventions. (cherry picked from commit 51e192f235cda7d70d76974ac4522280264fd011)
* ECalConfigMeetingStore: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+75
| | | | | | Follow the usual GObject conventions. (cherry picked from commit 27e8442447fccab49ffbf3be3d2d520bfbd5f6ba)
* ECalConfigDateEdit: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+74
| | | | | | Follow the usual GObject conventions. (cherry picked from commit 6fd48fd4df20ebf76382ebb441e81e85be7e3719)
* ECalConfigCompEditor: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+74
| | | | | | Follow the usual GObject conventions. (cherry picked from commit 5938ad7e8f0b3cf223b41bf942d9d1a9a0a42d2e)
* ECalConfigCalendarItem: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+76
| | | | | | Follow the usual GObject conventions. (cherry picked from commit 8454897696ac622d8cf0a452a1b2b8fb20adedbf)
* EMailConfigWebView: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-63/+103
| | | | | | Follow the usual GObject conventions. (cherry picked from commit 9cee475a1a6579e0816d5ad36eca9ba9a29f9353)
* EMailConfigReader: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+74
| | | | | | Follow the usual GObject conventions. (cherry picked from commit 5acc8469ce861b90aad0f2d84061d2b6cc205f80)
* EMailConfigFormatHTML: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+76
| | | | | | Follow the usual GObject conventions. (cherry picked from commit c3eacfd37e5275942635c069e6f20eb0dd22f6be)
* Bug #684447 - Fallback to text/plain when highlight program is missing or failsDan Vrátil2012-10-092-31/+55
| | | | | | | | We can't add a new dependency to Evolution 3.6, but the runtime check will fallback to text/plain formatter when highlight program is missing (or when it crashes or fails). (cherry-picked from 5437fa7c354b5ddf12b4e13136834d86168e3580)
* portability: don't use too generic variable namesAntoine Jacoutot2012-10-041-4/+4
| | | | | | | | | OpenBSD (and maybe other OS) already declare stdout and stdin in <stdio.h> which breaks evolution build, so prefix both with "pipe_" to prevent clashing. https://bugzilla.gnome.org/show_bug.cgi?id=685471 (cherry picked from commit 1cfe0327ca436a687383412664e3a5c2869c7dda)
* Updated Thai translationTheppitak Karoonboonyanan2012-10-041-1980/+405
|
* Bug 684249 - Signatures get compounded, not replacedMatthew Barnes2012-10-041-1/+1
| | | | (cherry picked from commit d495e19945acbb5cce9eef4578103927569733fa)
* po/vi: am/pm translations are too long, use original stringsNguyễn Thái Ngọc Duy2012-10-041-2/+2
|
* Fix contact maps.Matthew Barnes2012-10-042-4/+17
| | | | | | | | | | I broke contact maps when I removed the settings capplet. The contact maps feature uses clutter-gtk, so we still need to call gtk_clutter_init_with_args() instead of gtk_init_with_args() if the contact maps feature is enabled. (cherry picked from commit 2634f04217b160d671e11efc6adf64244b022750)
* Updated Telugu TranslationSasi Bhushan Boddepalli2012-10-031-1057/+413
|
* Updated Thai translationAkom Chotiphantawanon2012-10-011-12721/+14828
|
* Updated Lithuanian translationŽygimantas Beručka2012-09-301-1688/+2608
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2012-09-261-7130/+7220
|
* [l10n] Updated Catalan translationGil Forcada2012-09-261-7101/+7402
|
* Added uk translationDaniel Korostil2012-09-261-440/+416
|
* Updated Czech translation by Jiri EischmannPetr Kovar2012-09-241-6863/+7249
|
* Updated Danish translationFlemming Christensen2012-09-241-7038/+7338
|
* Updated gujarati fileSweta Kothari2012-09-241-23/+106
|
* Updated Finnish translation by Jiri Grönroos.Timo Jyrinki2012-09-241-7019/+9055
|
* Update French translationAlexandre Franke2012-09-243-10089/+10257
|
* Updated Malayalam fileAni Peter2012-09-231-358/+310
|
* Updated Malayalam fileAni Peter2012-09-231-342/+185
|
* Updated Malayalam fileAni Peter2012-09-231-10743/+9497
|
* Post-release version bump.Matthew Barnes2012-09-231-1/+1
|
* Updated gujarati fileSweta Kothari2012-09-231-103/+66
|
* NEWS update for 3.6.0 release.EVOLUTION_3_6_0Matthew Barnes2012-09-221-0/+25
|
* Assamese translation updatedNilamdyuti Goswami2012-09-221-964/+727
|
* Assamese translation updatedNilamdyuti Goswami2012-09-221-187/+109
|
* Updated gujarati fileSweta Kothari2012-09-221-14/+41
|
* Assamese translation updatedNilamdyuti Goswami2012-09-211-8052/+7886
|
* Updated Telugu TranslationsKrishnababu Krothapalli2012-09-211-3695/+3846
|
* Updated gujarati fileSweta Kothari2012-09-211-27/+16
|
* Updated gujarati fileSweta Kothari2012-09-211-115/+65
|
* Updated translation for Odia.ManojKumar Giri2012-09-211-12427/+13552
|
* Updated kn translationShankar Prasad2012-09-201-16/+75
|
* Updated Russian translationYuri Myasoedov2012-09-201-928/+684
|
* Updated gujarati fileSweta Kothari2012-09-201-2/+2
|
* Updated gujarati fileSweta Kothari2012-09-201-193/+121
|
* Updated kn translationShankar Prasad2012-09-201-144/+182
|
* Updated kn translationShankar Prasad2012-09-201-10754/+10612
|
* Updated kn translationShankar Prasad2012-09-201-29/+77
|
* update Punjabi TranslationA S Alam2012-09-191-1121/+853
|
* Bug #678408 - WebKit renders frames with plain/text parts too smallDan Vrátil2012-09-191-11/+8
| | | | | | | | | | | cherry-picked from becfa99e066d525ea2ba3408225235a8542b0005 Workaround for a WebKit bug [0] which appeared in 1.9.x series. When message is loaded, the content is zoomed in and out to force WebKit to recalculate and redraw the iframe so that the content is correctly visible [0] https://bugs.webkit.org/show_bug.cgi?id=89553
* Updated Bulgarian translationKrasimir Chonov2012-09-191-6855/+7393
|
* Updated kn translationShankar Prasad2012-09-191-247/+213
|
* Updated gujarati fileSweta Kothari2012-09-181-1338/+1219
|
* Updated Russian translationYuri Myasoedov2012-09-181-49/+32
|
* Updated kn translationShankar Prasad2012-09-181-332/+562
|
* Updated Brazilian Portuguese translation, reviewed by Djavan Fagundes ↵Rafael Ferreira2012-09-181-8471/+5714
| | | | <djavan@comum.org>.
* Updated Slovenian translationMatej Urbančič2012-09-181-2553/+696
|
* uk updateDaniel Korostil2012-09-181-6847/+7198
|
* Updated Spanish translationDaniel Mustieles2012-09-171-17/+20
|
* Updated Hungarian help translationGabor Kelemen2012-09-171-9895/+10108
|
* Updated Spanish translationDaniel Mustieles2012-09-171-55/+40
|
* Updated kn translationShankar Prasad2012-09-171-11244/+10709
|
* Updated kn translationShankar Prasad2012-09-171-427/+425
|
* Updated Latvian translationRūdolfs Mazurs2012-09-171-8523/+8620
|
* Updated Greek translation,cherry-pick from masterTom Tryfonidis2012-09-171-328/+129
|
* Post-release version bump.Matthew Barnes2012-09-161-2/+2
|
* NEWS update for 3.5.92 release.EVOLUTION_3_5_92Matthew Barnes2012-09-161-0/+81
|
* Bug 684021 - EBookConfigWebdav: Invalid callback on property bindingMatthew Barnes2012-09-161-1/+1
|
* Updated Spanish translationDaniel Mustieles2012-09-161-565/+564
|
* Updated Hungarian translationGabor Kelemen2012-09-161-10817/+8714
|
* Updated Slovenian translationMatej Urbančič2012-09-161-20/+10
|
* Updated kn translationShankar Prasad2012-09-161-1/+1
|
* Updated kn translationShankar Prasad2012-09-161-275/+175
|
* Updated kn translationShankar Prasad2012-09-151-26/+14
|
* Fix broken tag in German help translationPiotr Drąg2012-09-151-1/+1
|
* Bug #682295 - Fix deadlock in EHttpRequestDan Vrátil2012-09-141-77/+89
| | | | | | | | | | Fix deadlock in EHttpRequest by running each libsoup operation in it's own GMainContext. The patch also replaces use of features from libsoup>=2.39, because we can't change dependency. The code is based on code from CalDAV, which uses synchronous libsoup API as well and works with libsoup<2.39
* Updated kn translationShankar Prasad2012-09-141-36/+19
|
* Updated kn translationShankar Prasad2012-09-141-78/+43
|
* User Docs: Clarify scope of aplying same view for all foldersAndre Klapper2012-09-141-3/+2
|
* Fails to import calendar events due to used incorrect enum valuesMilan Crha2012-09-141-2/+2
|
* Updated German translationChristian Kirbach2012-09-141-360/+370
|
* Could not set custom port for LDAP addressbookMilan Crha2012-09-141-4/+16
|
* Bug #683949 - Cannot create new LDAP AddressbookMilan Crha2012-09-142-0/+14
|
* Autocompletion in meeting editor doesn't workMilan Crha2012-09-141-1/+11
|
* User Docs: Clarify requirements for delegationAndre Klapper2012-09-141-4/+2
|
* Updated German help translationMario Blättermann2012-09-141-10002/+10355
|
* Update French translationAlexandre Franke2012-09-14