Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / kogarashisan/LiquidLava issues and pull requests

#217 - Refactoring of FocusManager

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P1, T2, Component: System/FocusManager.class.js

#216 - Fix highlighted code markup for better display on mobile devices

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Fix, P2, Category: Site, T4

#215 - Teach ObjectParser to recognize "void 0" as value

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, T1, Component: Parsers/ObjectParser.js

#214 - Get rid of Grunt

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P5, Category: Build, T4

#213 - Site must be indexable by search engines

Issue - State: closed - Opened by kogarashisan almost 10 years ago
Labels: Type: Fix, P1, Category: Site, T8

#212 - Move default input roles from InputAbstract to prototype

Issue - State: closed - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P1, T0, Component: Widget/

#211 - Try optimize Firestorm.getType performance

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Performance, P3, T1, Component: Firestorm

#210 - Build script should check for new dependencies

Issue - State: closed - Opened by kogarashisan almost 10 years ago - 1 comment
Labels: Type: Fix, P2, T1, Component: ClassManager

#209 - optimize ClassManager#export and #import to produce less data

Issue - State: closed - Opened by kogarashisan almost 10 years ago - 1 comment
Labels: Type: Refactoring, P2, T4, Component: ClassManager

#208 - Rafactor tasks that build site: gather code highlighting in one place

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P3, Category: Documentation, T4

#207 - Advanced code compression

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Category: Build

#206 - Real static constructors. Move patches from container.Element and text inputs into static constructors

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P2, Component: ClassManager

#205 - wrapper for ClassManager to be used separately from the framework

Issue - State: closed - Opened by kogarashisan almost 10 years ago - 1 comment
Labels: Type: Feature, Type: Dev, P5, Component: ClassManager

#204 - all parent function names should be resolved automatically.

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Questionable, P5, Component: ClassManager

#203 - empty class functions should not be in r[], they should be a reference somewhere to Lava.empty()/noop()

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Questionable, P5, Component: ClassManager

#202 - abstract methods - must be overridden in inherited classes.

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Component: ClassManager

#201 - abstract classes - classes with no constructor (instead there will be a function which throws an exception)

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Component: ClassManager

#200 - "final" functions and members - must not be overridden. Example: HierarchyMember._onRefreshed

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Component: ClassManager

#199 - overrides: functions which does not need a parent

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Component: ClassManager

#198 - conditional members. Member will be in class when condition is true.

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Component: ClassManager

#197 - mode, when classes are not exported. All classes exist only inside ClassManager, you can use .getConstructor() and .define()

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, T2, Component: ClassManager

#196 - Function inheritance: check if function calls it's parent. If not - do not create a parent in the prototype.

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Type: Performance, Questionable, P5, Component: ClassManager

#195 - Static members. Like Shared, but copied to prototype as-is.

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Questionable, P5, Component: ClassManager

#194 - Add ability to store arrays in Shared

Issue - State: closed - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P1, T0, Component: ClassManager

#193 - move translateBoolean modifier from global space to widget instance method

Issue - State: closed - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P2, T1, Component: Widget/Standard.class.js

#192 - "cancel_bubble" event and role handler to allow declaratively cancel bubbling of roles and events from templates

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Questionable, P5, T1, Component: Widget/Standard.class.js

#191 - protection from changing properties between rendered and inDOM state

Issue - State: closed - Opened by kogarashisan almost 10 years ago
Labels: Type: Dev, Type: Fix, P1, T1, Component: View/Container/Element.class.js

#190 - "count" property must be read-only

Issue - State: closed - Opened by kogarashisan almost 10 years ago
Labels: Type: Dev, P2, T0, Component: View/Foreach.class.js

#189 - replace tagName in container.Morph with nodeName

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, Questionable, P5, Component: View/

#188 - View/Switch.class.js - analog of the IF view, but with one argument.

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Type: Performance, P5, Component: View/

#187 - FocusManager: WC3 specification recommends to use focus() instead of blur()

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P5, Component: System/FocusManager.class.js

#186 - give it ability to cancel event bubbling by elements

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Questionable, P5, T1, Component: System/ViewManager.class.js

#185 - leftclick and rightclick events

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Component: System/ViewManager.class.js

#184 - static IF/ELSEIF/ELSE construct

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Component: System/Template.class.js

#183 - Allow to create "alias" properties in storage objects. Reason: this will allow to create better-looking attribute names for sugar.

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Questionable, P5, Component: System/Sugar.class.js

#182 - when parsing sugar inside x:define and x:widget: sugar config must be merged with parent, and class name of sugar must be taken from config.

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, Component: System/Sugar.class.js

#181 - allow to set the default widget config in sugar. It will allow to create a sugar with default options.

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Component: System/Sugar.class.js

#180 - always check that there are no redundant attributes on sugar tags

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Dev, P5, Component: System/Sugar.class.js

#179 - add an option to show empty tooltips

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Questionable, P2, T2, Component: System/PopoverManager.class.js

#178 - Tooltip blinks when moving cursor towards the tooltip

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Fix, P3, T1, Component: System/PopoverManager.class.js

#177 - select(), selectFirst() - like filter, but returns array, instead of modifying the instance

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P2, T1, Component: System/Enumerable.class.js

#176 - _properties and _property_listeners should not take space in constructed objects

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Performance, P3, T1, Component: System/Enumerable.class.js

#175 - methods moveIndex(old_index, new_index) and moveValue(value, new_index)

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, T2, Component: System/Enumerable.class.js

#174 - app.createModule(config) - create a module with given schema

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, Component: System/App.class.js

#173 - flags in result are rarely used, they should not be present by default

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Performance, P5, T2, Component: Parsers/ExpressionParser.js

#172 - remove the `//depends:{}` operator (deprecated)

Issue - State: closed - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P2, T0, Component: Parsers/ExpressionParser.js

#171 - remove the dn() operator. It's existence is not possible with current architecture.

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P5, Component: Parsers/ExpressionParser.js

#170 - static arguments must have their value in configs

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, T1, Component: Parsers/ExpressionParser.js

#169 - Parser must unite bindings to the same variable referenced multiple times.

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Type: Performance, P3, T4, Component: Parsers/ExpressionParser.js

#168 - macros to shorten the ternary operator, for example: "{is_active -> 'active'}"

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Questionable, P5, Component: Parsers/ExpressionParser.js

#167 - script[type="lava/fragment"] should work as a lexer switch - to allow it to break block boundaries

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Fix, P2, T2, Component: Parsers/TemplateParser.js

#166 - sequential strings are not always united into one

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Fix, P4, T2, Component: Parsers/TemplateParser.js

#165 - _parseStyleAttribute: currently will not parse style strings which contain strings with semicolon inside them as style value

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Dev, Type: Fix, P5, Component: Parsers/TemplateParser.js

#164 - remove unused lexer switches: preserve_whitespace ("pre:") and pure_blocks

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P5, T1, Component: Parsers/TemplateParser.js

#163 - implement removal of empty space from templates

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, Component: Parsers/TemplateParser.js

#162 - allow to set class for widget extenders

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Questionable, P5, Component: Parsers/TemplateParser.js

#161 - allow JavaScript comments

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, T4, Component: Parsers/ObjectParser.js

#160 - allow Date and RegExp type in objects. Date will be created with "new" operator.

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Questionable, P5, Component: Parsers/ObjectParser.js

#159 - universal x:config directive and <config> tag in widget definition, which integrates functionality of other directives

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P1, Component: Parsers/Directives.js

#158 - allow "roles" attribute on widget definition directive (x:widget) - can be used instead of <roles> tag

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, Questionable, P2, T2, Component: Parsers/Directives.js

#152 - known tasks for edit_template: move into separate object. Rename 'known' -> 'predefined'

Issue - State: closed - Opened by kogarashisan almost 10 years ago - 1 comment
Labels: Type: Refactoring, P3, T1, Component: Parsers/Directives.js, Resolution: Will not do

#142 - finish Firestorm

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Component: Firestorm

#136 - implement fast offset calculation algorithm

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Performance, P5, Component: Firestorm

#135 - use insertAdjacentHTML where possible

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Performance, P5, Component: Firestorm

#123 - schema switch to turn off validation

Issue - State: closed - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P2, T0, Component: Data/

#111 - Need fast unstable sort algorithm (*)

Issue - State: closed - Opened by kogarashisan almost 10 years ago - 1 comment
Labels: Resolution: Duplicate, Type: Feature, Type: Performance, P5, Component: Algorithms/Sorting/

#110 - more transitions

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Fix, P2, T4, Component: transitions.js

#108 - bootstrap() process produces an empty `class` attribute on <body> element. Fix that, if possible.

Issue - State: closed - Opened by kogarashisan almost 10 years ago - 1 comment
Labels: Type: Refactoring, P2, T1, Component: Lava.js, Resolution: Will not do

#103 - Add TemplateWalker - helper class to traverse and modify templates

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Category: System-wide / Uncategorized

#94 - add possibility to have several Lava versions on one page

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, Questionable, P5, Category: System-wide / Uncategorized

#93 - Move some exception texts into Lava.known_exceptions

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P4, Category: System-wide / Uncategorized, T2

#91 - Possible optimization: if Argument is equal to scope binding, than do not create an argument, get the binding

Issue - State: closed - Opened by kogarashisan almost 10 years ago - 1 comment
Labels: Resolution: Duplicate, Type: Performance, Type: Refactoring, Questionable, P3, Category: System-wide / Uncategorized

#83 - Performance improvement sugestions

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Performance, Questionable, P5, Category: System-wide / Uncategorized

#78 - isLiteral - move to one place

Issue - State: closed - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P5, Category: System-wide / Uncategorized, T0

#71 - should be constant size, support range selection ...

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Category: Existing widgets / Calendar

#67 - collapseAll() API method

Issue - State: closed - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Category: Existing widgets / Accordion, T0

#66 - Create widget: Calendar with event scheduler

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Category: Create widgets

#65 - Create widget: Autocomplete (suggest) input

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Category: Create widgets

#64 - Create widget: Lightbox

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Category: Create widgets

#63 - Create widget: Affix/Scrollspy

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Category: Create widgets

#62 - Create widget: DataView

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Category: Create widgets

#61 - Create widget: Carousel

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Category: Create widgets

#60 - Create widget: Alert (floating messages with color background and dismiss button)

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, Category: Create widgets

#59 - Create widget: Tags input

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P5, Category: Create widgets

#58 - Create widget: Rating

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, Category: Create widgets

#57 - Create widget: ColorPicker

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, Category: Create widgets

#56 - Create widget: Pagination

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, Category: Create widgets

#55 - Create widget: Dialog

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, Category: Create widgets

#54 - Create widget: ProgressBar

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, Category: Create widgets

#53 - Create widget: Validator - a separate widget with visitor pattern for validation rules

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, Category: Create widgets

#52 - Create widget: Menu

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P2, Category: Create widgets

#51 - Create widget: Slider

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, Category: Create widgets

#50 - Create widget: TimePicker

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P3, Category: Create widgets

#49 - Create widget: list with selectable items (multiple selection, adding/removing items with Ctrl)

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P2, Category: Create widgets

#48 - Create widget: reorderable list (with mouse support)

Issue - State: open - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P2, Category: Create widgets

#37 - the Lava Node module must not be exported to global

Issue - State: closed - Opened by kogarashisan almost 10 years ago - 1 comment
Labels: Type: Feature, P5, Category: Build

#36 - Build script should write version to result files

Issue - State: closed - Opened by kogarashisan almost 10 years ago
Labels: Type: Refactoring, P1, Category: Build, T0

#35 - Basic code compression

Issue - State: closed - Opened by kogarashisan almost 10 years ago
Labels: Type: Feature, P2, Category: Build

#25 - Links to members must have "short" "middle" and "long" titles

Issue - State: open - Opened by kogarashisan almost 10 years ago - 2 comments
Labels: Type: Feature, P1, Category: Documentation, T2