Commit Graph

26527 Commits

Author SHA1 Message Date
69b83a6ead Remove login.js from pixelegg, because we add it generally to phpgwapi for all templates. Additionally, fix changes accordingly for socialMedia icons 2014-07-24 17:11:02 +00:00
7bb1b34db8 fixed en url 2014-07-24 14:53:08 +00:00
e55e638cc2 fixed en url 2014-07-24 14:52:30 +00:00
e102f09861 added social media icons to login page 2014-07-24 14:47:25 +00:00
25a4e26364 added social media icons to login page 2014-07-24 14:44:07 +00:00
edb61a58f9 pixelegg / app
+ Addressbook

patch for personal image in list view => now without alpha-filter
2014-07-24 12:39:20 +00:00
f75d93effb Remove fb and tw icons 2014-07-24 12:28:20 +00:00
b53b2004b9 pixelegg / app
Login Screen => new Icons
2014-07-24 11:03:15 +00:00
47506d6def merged Stefans new login page and update-reminder styling (r3189) 2014-07-24 08:41:27 +00:00
754c3c223b pixelegg / app
# new update + security-update images
## css styles for them

# reorganize the "layout_rster.less" file in different files
2014-07-24 08:27:05 +00:00
adb6d91f1b Backport commit 3159. Update MaxScrollHeight when the height is changed, in order to calculate sideBox scrollArea correctly 2014-07-23 14:19:02 +00:00
1c62210384 Notify current tab of change, so it resizes 2014-07-21 15:24:44 +00:00
56e77a5776 pixelegg / app
change headline Size:

for newsreader
2014-07-17 15:40:32 +00:00
f4fb321965 cleanup less files (r3170, r3172) 2014-07-17 10:33:29 +00:00
1e195a8c0e phpbrain / wiki
change headline - line-height
2014-07-16 12:09:18 +00:00
c6527ff2a4 pixelegg / less
cleanup less files

separate the definitions in different files

merge them in definitions.less

###

same with layout_ files / merge in layout_defintions.less

#
change all app.less files
2014-07-16 11:24:38 +00:00
e62cee604d Reduce right margin for iframes 2014-07-15 19:04:20 +00:00
13f4ad2d59 Add specificity to et2_link_to class 2014-07-15 16:23:38 +00:00
ce4e6ab808 do not check framework for sitemgr, as website running under different domain does not allow to detect popus by looking at egw object in opener 2014-07-15 14:06:41 +00:00
f7a026be58 Notify current tab of change, so it resizes 2014-07-14 16:44:36 +00:00
664c80d0b7 Creating branches/14.1 2014-07-09 17:51:11 +00:00
0bf46f2db9 as class is kind of a keyword (by definition), refer to the dataElem.data class part using the notation used for associative arrays 2014-12-11 12:02:54 +00:00
12599c6d37 when fetching the HierarchyDelimiter try to make sure we are connected; when trying to cache RawHeaders: silence warnings 2014-12-11 10:54:39 +00:00
c7d7e412c0 If selected project changes, update pricelist to match 2014-12-10 16:50:27 +00:00
a08639049c fix exception: nothing known about column "table.column", if "column" alone would work 2014-12-10 15:04:29 +00:00
b5c0256a2a * all apps: custom field attribute length only sets visible length, to set maximum length specify rows=1 2014-12-10 14:39:48 +00:00
307c66e54d 14.1 build script 2014-12-09 14:47:45 +00:00
115a36ba64 use possible acc_imap_timeout param, that could be set in egw_ea_accounts 2014-12-09 11:13:57 +00:00
996c585a2a fixed wrong order of arguments to setVacationUser() 2014-12-09 08:41:19 +00:00
e0bb6dbfd0 Fix missing participants in print dialog 2014-12-08 20:59:52 +00:00
ef6ffd3f8f Fix missing participants in print dialog 2014-12-08 20:58:18 +00:00
267cc7cb93 Fix multiselect/taglist values not properly set if value is an object instead of an array
- Fix to handle strings and nulls too
2014-12-08 20:02:38 +00:00
642775bf62 fixed sometimes not working download of all attachments via zip (name instead of filename set) and changed it to use streams 2014-12-08 18:24:26 +00:00
d7be8fe202 Fix multiselect/taglist values not properly set if value is an object instead of an array 2014-12-08 18:16:22 +00:00
3d7030b43f fix fatal error in mass password-reset in admin when changing mail account parameters 2014-12-08 16:23:23 +00:00
906a5b442e Set textarea to get height from rows attribute, some better styling so they are not so small 2014-12-08 16:06:09 +00:00
fce211850a missing translation of blur text in textbox 2014-12-08 15:57:23 +00:00
334832f2ca remove 0=off in NM column-selection, to show empty-label "Refresh" instead 2014-12-08 13:22:00 +00:00
f810cdb791 Changelog for 14.1.20141205 2014-12-05 13:31:51 +00:00
f010c36efe if cot connected getQuotaRoots call for capabilities may not get the real capabilities of the server. so wake up the connection by querying for the currentMailbox 2014-12-05 13:16:24 +00:00
5d02099809 add personal part / full name to email when adding contacts from addressbook list to to, cc or bcc of mail compose 2014-12-05 12:38:20 +00:00
fbcad67cc1 silence parning on unlink, by passing the correct file WITH path-info 2014-12-05 11:59:16 +00:00
700d0d78e5 * Calendar: Add new feature to the calendar app, in order to be able to sort calendars in day and week views 2014-12-05 11:32:08 +00:00
6ffc302835 fix not working fopen mode "x" 2014-12-05 11:22:15 +00:00
9bfb3a3c98 Make sure there's string to be replaced 2014-12-05 11:07:08 +00:00
0516bf5f59 Accept and process commands even if they're right at the beginning.
Fixes bug where commands at the start of content were not processed.
2014-12-05 10:44:00 +00:00
eddc291b4c Avoid invalid characters in DOM IDs.
Fixes missing comments, occasional errors in link comments.
2014-12-05 10:38:08 +00:00
42468d40a7 Set focus to first input when loading a template into dialog 2014-12-05 10:32:42 +00:00
675985f267 Automatically set focus to first input 2014-12-05 10:28:01 +00:00
4a983e46d9 hidden widget to transport content from server to client and back, thought server to client could easier be done by accessing content via content array manager 2014-12-05 09:35:36 +00:00