Results 18 comments of sunnavy

I squashed the trailing space cleanup commit, also tweaked a few more space changes and then merged.

similar issues, see https://github.com/bestpractical/rt/pull/30#issuecomment-145964863

I assume you can set LDAPSizeLimit to 3000 to get around the issue? -sunnavy

Hi Sam It seems an unintentional action, sorry for the confusion. I re-opened it. -sunnavy

Hmm, as the page is html, the html version(BriefDescriptionAsHTML) shall be rendered fine. Could you show me an example that the change fixes? -sunnavy

It seems that rand() generated same random numbers quite often in your tests, could you add the following line to your apache configuration and see if it fix the collision...

I'm not sure the purpose of this, could you explain more why you want to group by name instead of id? do you have custom fields that share the same...

I believe the issue has been fixed in 5.0-trunk, could you check if it works for you too? The commit is 4ac82ce9622da2641096fa0123a5b2aa28ad5315 Thanks! sunnavy

Interesting, may I ask which browser you are using? Correct me if I misunderstood something: Isn't jQuery(e.target).contents().find('.cke_editable').addClass(class_name); identical to: var frame = jQuery(e.target).contents(); frame.find('.cke_editable').addClass(class_name); ? Thanks.

I'm not sure if the feature is useful enough to be included in core. besides, it fails t/web/csrf.t and doesn't contain document of the new config value SortAttachmentsByUploadingOrder FYI, in...